Re: [O] todo autochange to done

2015-08-13 Thread scrawler
On Wed, Aug 12, 2015 at 11:39:24PM -0500, Matt Lundin wrote: Check the quote character before org-after-todo-statistics-hook and org-summary-todo: it should be ' not ’. Ahha! I have the pdf version of the org manual and pasted from it. Thanks! -- signature angry: gr :-)

Re: [O] todo autochange to done

2015-08-13 Thread scrawler
On Thu, Aug 13, 2015 at 08:05:06AM -0500, scraw...@gmail.com wrote: On Wed, Aug 12, 2015 at 11:39:24PM -0500, Matt Lundin wrote: Check the quote character before org-after-todo-statistics-hook and org-summary-todo: it should be ' not ’. Ahha! I have the pdf version of the org manual and

Re: [O] todo autochange to done

2015-08-13 Thread scrawler
On Thu, Aug 13, 2015 at 08:14:31AM -0500, scraw...@gmail.com wrote: I spoke too soon. the version in my .emacs is ok, the one I posted here (from the pdf) isn't... Never mind. Sorry for the noise. -- signature mischievous: heh, heh, heh :-)

Re: [O] todo autochange to done

2015-08-12 Thread Matt Lundin
scraw...@gmail.com writes: In the manual, section 5.5, there is a function shown that would allow a TODO entry to automatically change to DONE when all children are done. Here it is: ; (defun org-summary-todo (n-done n-not-done) Switch entry to DONE when all subentries are done, to TODO

[O] todo autochange to done

2015-08-12 Thread scrawler
Hey guys, In the manual, section 5.5, there is a function shown that would allow a TODO entry to automatically change to DONE when all children are done. Here it is: ; (defun org-summary-todo (n-done n-not-done) Switch entry to DONE when all subentries are done, to TODO otherwise. (let