Re: [Orgmode] archive-done-tasks

2011-01-24 Thread Ido Magal
This is the result: Debugger entered--Lisp error: (quit) re-search-forward(- State \\\(\\(?:done\\)\\)\\\s-*\\[\\([^]\n]+\\)\\] 605 t) (if (re-search-forward state-regexp end t) (progn (let* ... ...))) (when (re-search-forward state-regexp end t) (let* (... ...) (if ... ...))) (let ((end

Re: [Orgmode] archive-done-tasks

2011-01-23 Thread David Maus
At Sun, 9 Jan 2011 20:11:18 -0800, Ido Magal wrote: Hi everyone, I'm new to org-mode and I'm trying to incorporate this bit of code into my setup: archive-done-tasks However when I run it it seems to hang emacs (osx) terminally.  Since emacs, org-mode, and lisp are all alien to me,

[Orgmode] archive-done-tasks

2011-01-09 Thread Ido Magal
Hi everyone, I'm new to org-mode and I'm trying to incorporate this bit of code into my setup: archive-done-taskshttp://www.mail-archive.com/emacs-orgmode@gnu.org/msg02939.html However when I run it it seems to hang emacs (osx) terminally. Since emacs, org-mode, and lisp are all alien to me,