Add jornal support to org and init notes/todo/journal files
This commit is contained in:
parent
17b895aaa3
commit
553a11162e
5 changed files with 16 additions and 2 deletions
|
@ -157,7 +157,12 @@
|
||||||
;;nim ; python + lisp at the speed of c
|
;;nim ; python + lisp at the speed of c
|
||||||
;;nix ; I hereby declare "nix geht mehr!"
|
;;nix ; I hereby declare "nix geht mehr!"
|
||||||
;;ocaml ; an objective camel
|
;;ocaml ; an objective camel
|
||||||
(org +roam2) ; organize your plain life in plain text
|
(org
|
||||||
|
+hugo
|
||||||
|
+journal
|
||||||
|
+pandoc
|
||||||
|
+present
|
||||||
|
+roam2) ; organize your plain life in plain text
|
||||||
;;php ; perl's insecure younger brother
|
;;php ; perl's insecure younger brother
|
||||||
;;plantuml ; diagrams for confusing people more
|
;;plantuml ; diagrams for confusing people more
|
||||||
;;purescript ; javascript, but functional
|
;;purescript ; javascript, but functional
|
||||||
|
|
2
.emacs.d
2
.emacs.d
|
@ -1 +1 @@
|
||||||
Subproject commit 58fb83c98eac32fc77710ee2f6bcfb3a86f7b6fb
|
Subproject commit 9f22a0a2a5191cf57184846281164f478df4b7ac
|
3
org/journal.org
Normal file
3
org/journal.org
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#+title: Journal
|
||||||
|
|
||||||
|
* 2022
|
3
org/notes.org
Normal file
3
org/notes.org
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#+title: Notes
|
||||||
|
|
||||||
|
* Inbox
|
3
org/todo.org
Normal file
3
org/todo.org
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#+title: Todo
|
||||||
|
|
||||||
|
* Inbox
|
Loading…
Reference in a new issue