Create agenda file if non-existant.

Commit
608f52a4a048e5a76d44cc3d01b1192546570159
Author
Marius Peter <blendux@blendux.home>
Author date
Committer
Marius Peter <blendux@blendux.home>
Committer date
smart-documents.org
index 46597ee9..eb674938 100644..100644
@@ -1313,6 +1313,14 @@
1313 1313
1314 1314 *** List of agenda files
1315 1315
1316 Added: If the agenda file does not already exist, create it at the expected location.
1317 Added:
1318 Added: #+BEGIN_SRC emacs-lisp :tangle yes
1319 Added: (unless (file-exists-p (concat sd-path-meta "org-agenda-files"))
1320 Added: (with-temp-buffer
1321 Added: (write-file (concat sd-path-meta "org-agenda-files"))))
1322 Added: #+END_SRC
1323 Added:
1316 1324 The list of agenda files is saved at the following location.
1317 1325
1318 1326 #+BEGIN_SRC emacs-lisp :tangle yes