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-f

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 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

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 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

[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-01 Thread netty hacky
(setq entries-marked (+ entries-marked 1))) (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 A

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

2011-10-01 Thread netty hacky
Hi Bastien, I'm having two problems with the % command (org-agenda-bulk-mark-regexp) in Org-mode agenda view. 1. If I use "." as the search string, I get "Wrong type argument: number-or-marker-p, nil". And my workaround is to change the line "(let (entries-marked)" in org-agenda.el to "(let ((e