aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2019-08-22 16:33:38 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2019-08-22 16:33:38 +0200
commit04f4a7df197ce327f36b666869a1ca2f09934e58 (patch)
tree8e40727ad893e50cecc641a46d5a26be22e33f50 /emacs
parent5f718fe5ee476e381d2cae204405023eb935c9f5 (diff)
downloaddotfiles-04f4a7df197ce327f36b666869a1ca2f09934e58.tar.gz
dotfiles-04f4a7df197ce327f36b666869a1ca2f09934e58.zip
Tidying up
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.org6
1 files changed, 4 insertions, 2 deletions
diff --git a/emacs/init.org b/emacs/init.org
index f17fccf..66ed281 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -1379,6 +1379,8 @@ And finally define a proper shortcut.
* org
+** TODO org template for creating "article" and similar stuff
+
[[http://orgmode.org/][org mode]] is an incredible tool that keeps me organized: TODOs, notes, agenda,
etc. Moreover, it's built in GNU Emacs:
@@ -1655,11 +1657,11 @@ I write blog posts with org-mode. Here's the trick:
(setq org-publish-project-alist
'(("org-mssola"
;; Path to your org files.
- :base-directory "~/Projects/mssola/jo/org/"
+ :base-directory "~/src/mssola/jo/org/"
:base-extension "org"
;; Path to your Jekyll project.
- :publishing-directory "~/Projects/mssola/jo/_i18n"
+ :publishing-directory "~/src/mssola/jo/_i18n"
:recursive t
:publishing-function org-html-publish-to-html
:headline-levels 4