emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] Re: Fast traversing directories


From: PT
Subject: [Orgmode] Re: Fast traversing directories
Date: Sat, 31 Oct 2009 18:09:15 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

andrea Crotti <andrea.crotti.0 <at> gmail.com> writes:

> 
> (dolist ((d org-directories))

The loop is not run, because there are too many parens. Try this instead:

(dolist (d org-directories)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]