From fedf46e7ef3a0d5d3054efcf02ae90e643a33254 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 6 Oct 2019 18:21:13 -0700 Subject: [PATCH] Ignore draft articles --- index.org | 9 +++++++++ project-config.el | 2 ++ 2 files changed, 11 insertions(+) diff --git a/index.org b/index.org index f12e152..2a23de0 100644 --- a/index.org +++ b/index.org @@ -1,4 +1,13 @@ #+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 :PROPERTIES: diff --git a/project-config.el b/project-config.el index c145ec0..c82cd58 100644 --- a/project-config.el +++ b/project-config.el @@ -1,6 +1,8 @@ (require 'ox-publish) (require 'ox-rss) +(setq org-export-exclude-tags '("noexport" "draft")) + (setq org-publish-project-alist '(("ryuslash.org" :base-directory "."