From 04f4a7df197ce327f36b666869a1ca2f09934e58 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Thu, 22 Aug 2019 16:33:38 +0200 Subject: Tidying up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'emacs') 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 -- cgit v1.2.3