Commit c689794e830a

Vincent Demeester <vincent@sbr.pm>
2020-03-16 17:45:20
Fix some INCLUDE
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 12af06c
Changed files (2)
config/setup-org.el
@@ -250,10 +250,10 @@
                  :empty-lines 1))
   ;; -OrgCaptureTask
 
-  ;; OrgCaptureJournal
+  ;; OrgCaptureJournalBase
   (add-to-list 'org-capture-templates
                `("j" "Journal"))
-  ;; -OrgCaptureJournal
+  ;; -OrgCaptureJournalBase
 
   ;; OrgCaptureJournalEntry
   (add-to-list 'org-capture-templates
emacs.org
@@ -792,12 +792,6 @@
 (like templates related to /work/, …).
 
 #+INCLUDE: "./config/setup-org.el" src emacs-lisp :range-begin "OrgCaptureStart" :range-end "-OrgCaptureStart" :lines "220-224"
-#+begin_src emacs-lisp
-(use-package org-capture
-  :after org
-  :commands (org-capture)
-  :config
-#+end_src
 
 Some of my capture template are big and hard to read if embedded in the =emacs-lisp=
 code. The good thing is that =org-mode= is able to load the template from files too 💃.
@@ -814,7 +808,7 @@
 - journaling :: As I use =org-mode= for my /journal/ too, I need capture entry for
   it. I currently have two types of journal entry :
 
-  #+INCLUDE: "./config/setup-org.el" src emacs-lisp :range-begin "OrgCaptureJournal" :range-end "-OrgCaptureJournal" :lines "254-256"
+  #+INCLUDE: "./config/setup-org.el" src emacs-lisp :range-begin "OrgCaptureJournalBase" :range-end "-OrgCaptureJournalBase" :lines "254-256"
 
   + standard: one title and some text