aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.org9
-rw-r--r--project-config.el2
2 files changed, 11 insertions, 0 deletions
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 "."