Org agenda

Commit
4f8b26eb653e6c28c4069d8211698cdaad971b10
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
smart-documents.org
index 4c8672da..426025c6 100644..100644
@@ -1242,10 +1242,28 @@
1242 1242 =org-time-stamp=.[fn::An =org-time-stamp= can be inserted with ~C-c .~
1243 1243 (period)]
1244 1244
1245 Removed: We open the agenda in a separate window.
1245 Added: *** Open agenda in separate frame
1246 1246
1247 Removed: #+BEGIN_SRC emacs-lisp :tangle no
1247 Added: We open the agenda in a separate frame.
1248 Added:
1249 Added: #+BEGIN_SRC emacs-lisp :tangle yes
1248 1250 (setq org-agenda-window-setup 'other-frame)
1251 Added: #+END_SRC
1252 Added:
1253 Added: *** Diary file
1254 Added:
1255 Added: The diary file can be included in all agenda views.
1256 Added:
1257 Added: #+BEGIN_SRC emacs-lisp :tangle yes
1258 Added: (setq org-agenda-diary-file "~/org/PERSONAL/diary/diary.org")
1259 Added: #+END_SRC
1260 Added:
1261 Added: *** List of agenda files
1262 Added:
1263 Added: The list of agenda files is saved at the following location.
1264 Added:
1265 Added: #+BEGIN_SRC emacs-lisp :tangle yes
1266 Added: (setq org-agenda-files (concat sd-path-meta "org-agenda-files"))
1249 1267 #+END_SRC
1250 1268
1251 1269 ** LaTeX export