Re: [Orgmode] Adding org files

2009-11-10 Thread Stephan Schmitt
Hi Andrea, andrea Crotti wrote: I added this function to my org conf ;; We also want to check that this is actually in base directories (defun org-add-eventually() Adding a file to org-agenda when saved, with (interactive) (if (string= major-mode org-mode)

[Orgmode] Adding org files

2009-11-09 Thread andrea Crotti
I added this function to my org conf ;; We also want to check that this is actually in base directories (defun org-add-eventually() Adding a file to org-agenda when saved, with (interactive) (if (string= major-mode org-mode) (org-agenda-file-to-front))) ;;TODO: Check if a file is