Re: [O] Recursive org-agenda-files

2011-10-03 Thread netty hacky
Hi Neilen, I think you want these in your .emacs (from http://orgmode.org/worg/org-faq.html, Can I add files recursively to my list of agenda files?): (load-library find-lisp) (setq org-agenda-files (find-lisp-find-files ~/org \.org$)) Or you can add each project directory to org-agenda-files

[O] Re-marking agenda entries, with advice on org-agenda-bulk-action in .emacs

2011-10-02 Thread netty hacky
Hello, The issue of re-marking agenda entries has been raised before: http://lists.gnu.org/archive/html/emacs-orgmode/2011-02/msg00200.html I am facing the same problem. I always do more than one bulk actions on the same set of agenda entries, so having to re-mark them manually has been a pain.

Re: [O] % (org-agenda-bulk-mark-regexp) in agenda view problems

2011-10-02 Thread netty hacky
Sorry, didn't realized I wasn't sending email in plain text. On Sat, Oct 1, 2011 at 3:14 PM, netty hacky netty.ha...@gmail.com wrote: Hi Bastien, I found a third problem of org-agenda-bulk-mark-regexp, it does not work well on daily/weekly agenda view.  Basically it chokes on lines

Re: [O] Re-marking agenda entries, with advice on org-agenda-bulk-action in .emacs

2011-10-02 Thread netty hacky
My bad, didn't realized I wasn't sending email in plain txt. On Sun, Oct 2, 2011 at 2:13 AM, netty hacky netty.ha...@gmail.com wrote: Hello, The issue of re-marking agenda entries has been raised before: http://lists.gnu.org/archive/html/emacs-orgmode/2011-02/msg00200.html I am facing

Re: [O] % (org-agenda-bulk-mark-regexp) in agenda view problems

2011-10-01 Thread netty hacky
))) (beginning-of-line 2))) (if (zerop entries-marked) (message No entry matching this regexp.) (message %d entries marked for bulk action entries-marked) Thanks, Net On Sat, Oct 1, 2011 at 12:38 AM, netty hacky netty.ha...@gmail.com wrote: Hi Bastien, I'm having two