From: "Julian M. Burgos" <julian@hafro.is>
To: Esben Stien <b0ef@esben-stien.name>
Cc: emacs-orgmode@gnu.org
Subject: Re: Multiple Recursive Directories with org-agenda-files
Date: Tue, 15 Apr 2014 09:43:43 +0100 [thread overview]
Message-ID: <xgzd2gjhtj4.fsf@hafgrima.hafro.is> (raw)
In-Reply-To: <87d2gj34a3.fsf@quasar.esben-stien.name>
Hi Esben,
I use find-lisp-find-files. I have the following in my .emacs file:
;;------------------------------------------------------------------------------
;; Load org agenda files
;;------------------------------------------------------------------------------
(load-library "find-lisp")
(add-hook 'org-agenda-mode-hook (lambda ()
(setq org-agenda-files
(find-lisp-find-files "/home/julian/Documents" "\.org$"))
))
With this when I do C-c a, all the *.org files in my Documents directory
get added into the agenda.
According to this
http://archive.today/7McXW#selection-9101.0-9101.4
If you are on a Linux machine you can use the find utility, which can be
faster that the lisp library:
(setq org-agenda-files
(mapcar 'abbreviate-file-name
(split-string
(shell-command-to-string "find ~/org -name \"*.org\"")
"\n")))
I have not tried it though... but I may do it now.
I hope this helps.
Julian
Esben Stien writes:
> I'm trying to add a few recursive directories to org-agenda-files, but
> can't really find any examples doing this
>
> I got like 250 org files spread over a few directories.
>
> I want to add:
>
> ~/foo/bar/
> ~/baz/quux/
> ~/hukarz/grault/
>
> ..which again includes multiple directories with .org files and a few
> other files which I don't want included.
>
> Anyone who does this?
--
Julian Mariano Burgos, PhD
Hafrannsóknastofnun/Marine Research Institute
Skúlagata 4, 121 Reykjavík, Iceland
Sími/Telephone : +354-5752037
Bréfsími/Telefax: +354-5752001
Netfang/Email: julian@hafro.is
next prev parent reply other threads:[~2014-04-15 9:43 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-14 23:00 Multiple Recursive Directories with org-agenda-files Esben Stien
2014-04-15 8:43 ` Julian M. Burgos [this message]
2014-04-15 18:54 ` Esben Stien
2014-04-15 20:01 ` Nick Dokos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xgzd2gjhtj4.fsf@hafgrima.hafro.is \
--to=julian@hafro.is \
--cc=b0ef@esben-stien.name \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).