Re: [O] habits and todo state changes

2014-12-19 Thread Rasmus
Hi Andrew, Thanks for your feedback. Andrew Francis Swann writes: > [...] > which I found a little too vague. > [...] I don't even understand the paragraph you copied, but I'm also not a org-habit user. In any case, patches for the documentation is welcome! If you want to supply a patch to th

[O] habits and todo state changes

2014-12-19 Thread Andrew Francis Swann
Having recently set-up an org habit for the first time, I have some feedback on the manual page `Tracking your habits'. Point 6 currently states 6. You must also have state logging for the `DONE' state enabled (*note Tracking TODO state changes::), in order for historical data to be represen

Re: [O] org-mode in teaching

2014-12-19 Thread John Kitchin
I put a screencast at https://www.youtube.com/watch?v=cRUCiF2MwP4&feature=youtu.be&a if you would like to see some of what this was like. John Kitchin writes: > Hi all, > > I wrote a blog post > (http://kitchingroup.cheme.cmu.edu/blog/2014/12/18/org-mode-+-Python-+-git-in-a-graduate-engineering

Re: [O] [bug, patch, ox] INCLUDE and footnotes

2014-12-19 Thread Rasmus
Rasmus writes: >> AFAICT, there's no reason to include a rule about whitespace separating >> anything. Just make sure that any INCLUDE keyword that doesn't have >> a :minlevel property gets one set to 1+N, where N is the current level >> (or 0 if at top level). >> >> Another option is to delay in

Re: [O] org-mode in teaching

2014-12-19 Thread John Kitchin
On Fri, Dec 19, 2014 at 10:44 AM, Doug Lewan wrote: > Vry cool. > > Could we get some background information? > Sure. I put a screen cast up here: http://www.youtube.com/watch?v=cRUCiF2MwP4 in case you want to see what it looks like. > How much time did it take to get all the elements coor

Re: [O] org-mode in teaching

2014-12-19 Thread Doug Lewan
Vry cool. Could we get some background information? How much time did it take to get all the elements coordinated and running properly? Was any piece particularly easy? Natural? Difficult? Were the grade reports assignment-specific or cumulative? Did the grading work for the entire cours

Re: [O] org-babel for prolog

2014-12-19 Thread Bjarte Johansen
I just wanted to report that it is now possible to evaluate prolog code and it should return the correct result. Both as a call to the executable and in a session. When calling a goal in a session, I add a cut at the end of the goal so that prolog doesn’t ask if you want to get the next possible

Re: [O] [RFC] Display most recent log item in Agenda

2014-12-19 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Eric Abrahamsen writes: > >> I thought that's what `org-log-beginning' was for: finding where the >> log-note list would be (drawer or no), if it exists. > > Not exactly. It finds where the next note is to be inserted. This may > not be in front of the log-note list eve

[O] KEybinding for Re: Naming of (indirect?) buffers opened by C-'

2014-12-19 Thread Rainer M Krug
Rainer M Krug writes: Followup: I would now bing=t =this function to C-c ' - how can I do this without interfering with the general operation of C-c ' which calls org-edit-special? Rainer > Grant Rettke writes: > >> (defun gcr/org-edit-src-code-plus-name () >> "Edit the well-described source

Re: [O] Naming of (indirect?) buffers opened by C-'

2014-12-19 Thread Rainer M Krug
Grant Rettke writes: > (defun gcr/org-edit-src-code-plus-name () > "Edit the well-described source code block. > > Attribution: URL > `https://lists.gnu.org/archive/html/emacs-orgmode/2014-09/msg00778.html'" > (interactive) > (let* ((eop (org-element-at-point)) > (name (or (org-el