Ignore draft articles
This commit is contained in:
parent
4207329336
commit
fedf46e7ef
2 changed files with 11 additions and 0 deletions
|
@ -1,4 +1,13 @@
|
||||||
#+TITLE: ryuslash.org
|
#+TITLE: ryuslash.org
|
||||||
|
#+STARTUP: showall
|
||||||
|
|
||||||
|
* My new Emacs configuration :draft:
|
||||||
|
:PROPERTIES:
|
||||||
|
:ID: 0069eced-52ed-4cb2-bb75-78e7ea32bd6c
|
||||||
|
:PUBDATE: <2019-10-06 Sun 18:18>
|
||||||
|
:END:
|
||||||
|
|
||||||
|
I'm still working on this one.
|
||||||
|
|
||||||
* New blog
|
* New blog
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
(require 'ox-publish)
|
(require 'ox-publish)
|
||||||
(require 'ox-rss)
|
(require 'ox-rss)
|
||||||
|
|
||||||
|
(setq org-export-exclude-tags '("noexport" "draft"))
|
||||||
|
|
||||||
(setq org-publish-project-alist
|
(setq org-publish-project-alist
|
||||||
'(("ryuslash.org"
|
'(("ryuslash.org"
|
||||||
:base-directory "."
|
:base-directory "."
|
||||||
|
|
Loading…
Reference in a new issue