Re: [O] Bug: [Capture] wrongly duplicated date tree outlines [8.2.10]

2014-11-21 Thread Eric S Fraga
On Friday, 21 Nov 2014 at 04:37, kuanyui wrote: I want to have a `file+datetree` for Org-mode's Capture, so I set like this: [...] How to solve this problem...? (I've ever used Org's Capture one year ago, and at that time it worked just liked I wish; I have no idea why it becomes this.)

Re: [O] Bernt Hansen's

2014-11-21 Thread Sebastien Vauban
Hello Rene, rene wrote: Indeed - Bernt's writeup has been the source of inspiration for lots of people on this list. For sure. I find his code pretty close to what GTD should look like. There are a few things though that could be twicked a bit in order to comply with David Allen's new

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-21 Thread Nathaniel Flath
OK, I think I fixed that. Yes, I have signed FSF papers. On Sat, Nov 15, 2014 at 4:07 AM, Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Michael Brand michael.ch.br...@gmail.com writes: In my opinion the newest patches can be applied, tests passed on my side. Thank you. Thanks.

[O] Subfloats in org - easier way?

2014-11-21 Thread Rainer M Krug
Hi I want to include in a document, exported to LaTeX, a subfigure. and followed the blog entry [1]. This works, but 1) is cumbersome and extemely LaTex - I can live with this, but is there a more org-modeisch solution? 2) I cant use the link (Figure [[fig:ventLEL]]) as they got not replaced

Re: [O] Subfloats in org - easier way?

2014-11-21 Thread Rasmus
Hi, Rainer M Krug rai...@krugs.de writes: I want to include in a document, exported to LaTeX, a subfigure. and followed the blog entry [1]. This works, but 1) is cumbersome and extemely LaTex - I can live with this, but is there a more org-modeisch solution? 2) I cant use the link

[O] Is there any way to hide all empty headings?

2014-11-21 Thread Marcin Borkowski
Hi list, I'd like to (temporarily) hide all the empty headings (and – if possible – headings which contain only subheadings and no „real content”). Is that possible? Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam

Re: [O] Subfloats in org - easier way?

2014-11-21 Thread Rainer M Krug
Rasmus ras...@gmx.us writes: Hi, Rainer M Krug rai...@krugs.de writes: I want to include in a document, exported to LaTeX, a subfigure. and followed the blog entry [1]. This works, but 1) is cumbersome and extemely LaTex - I can live with this, but is there a more org-modeisch

[O] org-context at the beginning of a link

2014-11-21 Thread Alan Schmitt
Hello, I'm using a function that relies on `org-element-link-parser'. According to the documentation, the point needs to be at the element of the link for it to work. I wrote a small function that takes me to the beginning of a link, but it fails when the point is already at the beginning of the

[O] org-archive-save-context-info as local variable

2014-11-21 Thread Jorge A. Alfaro-Murillo
Hi list, I am planning to collaborate on a project with another org-mode user (such a joy). For each org file we want to keep an archive as well in the git repository. With this work flow it does not make sense to keep track of the file property in `org-archive-save-context-info', since it

[O] Customize org-todo-repeat-to-state to return to previous TODO state

2014-11-21 Thread Grant Schissler
Hi Org-mode Users, I am trying to change the behavior of marking a repeated task as DONE. I would like the task to return to the current TODO state rather than the first in the TODO sequence or a fixed state. For example, ** APPT Lunch with Mallorie 2014-12-04 Thu 12:00 +1w should return

[O] Customizing org-todo-repeat-to-state to return to the current TODO state

2014-11-21 Thread Grant Schissler
Hi Org-mode Users, I am trying to change the behavior of marking a repeated task as DONE. I would like the task to return to the current TODO state rather than the first in the TODO sequence or a fixed state. For example, ** APPT Lunch with Mallorie 2014-12-04 Thu 12:00 +1w Should return to

Re: [O] babel, header arguments.

2014-11-21 Thread jenia.ivlev
Sebastien Vauban sva-n...@mygooglest.com writes: jenia.ivlev wrote: So lets say there's this function: #+name: my-plus #+begin_src scheme (define my-plus (lambda (x y) (+ x y))) #+end_src And i want to call it from another source block, like so:

Re: [O] babel, header arguments.

2014-11-21 Thread Thomas S. Dye
Aloha, jenia.iv...@gmail.com (jenia.ivlev) writes: Also, what if I want to import the actual function defintion into another src block: #+begin_src scheme (+ (my-plus 3 4) 1) #+end_src something here that import the previous function definitions Is that possible?

Re: [O] Customizing org-todo-repeat-to-state to return to the current TODO state

2014-11-21 Thread Sebastien Vauban
Grant Schissler wrote: I am trying to change the behavior of marking a repeated task as DONE. I would like the task to return to the current TODO state rather than the first in the TODO sequence or a fixed state. For example, ** APPT Lunch with Mallorie 2014-12-04 Thu 12:00 +1w Should

Re: [O] babel, header arguments.

2014-11-21 Thread jenia.ivlev
t...@tsdye.com (Thomas S. Dye) writes: Aloha, jenia.iv...@gmail.com (jenia.ivlev) writes: Also, what if I want to import the actual function defintion into another src block: #+begin_src scheme (+ (my-plus 3 4) 1) #+end_src something here that import the previous

Re: [O] Customizing org-todo-repeat-to-state to return to the current TODO state

2014-11-21 Thread Nick Dokos
Sebastien Vauban sva-n...@mygooglest.com writes: Grant Schissler wrote: I am trying to change the behavior of marking a repeated task as DONE. I would like the task to return to the current TODO state rather than the first in the TODO sequence or a fixed state. For example, ** APPT Lunch

Re: [O] Customizing org-todo-repeat-to-state to return to the current TODO state

2014-11-21 Thread Sharon Kimble
Grant Schissler grant.schiss...@gmail.com writes: Hi Org-mode Users, I am trying to change the behavior of marking a repeated task as DONE.  I would like the task to return to the current TODO state rather than the first in the TODO sequence or a fixed state.  For example, ** APPT Lunch

Re: [O] babel, header arguments.

2014-11-21 Thread jenia.ivlev
jenia.iv...@gmail.com (jenia.ivlev) writes: t...@tsdye.com (Thomas S. Dye) writes: Aloha, jenia.iv...@gmail.com (jenia.ivlev) writes: Also, what if I want to import the actual function defintion into another src block: #+begin_src scheme (+ (my-plus 3 4) 1) #+end_src

Re: [O] Customizing org-todo-repeat-to-state to return to the current TODO state

2014-11-21 Thread Grant Schissler
Sorry, I wasn't clear what I meant by fixed state. I want to avoid globally changing the repeat-to-state and flexibly return to the current state. Thanks for the suggestion though On Fri, Nov 21, 2014 at 1:02 PM, Sebastien Vauban sva-n...@mygooglest.com wrote: Grant Schissler wrote: I am

Re: [O] babel, header arguments.

2014-11-21 Thread Thomas S. Dye
jenia.iv...@gmail.com (jenia.ivlev) writes: t...@tsdye.com (Thomas S. Dye) writes: Aloha, jenia.iv...@gmail.com (jenia.ivlev) writes: Also, what if I want to import the actual function defintion into another src block: #+begin_src scheme (+ (my-plus 3 4) 1) #+end_src

Re: [O] Customizing org-todo-repeat-to-state to return to the current TODO state

2014-11-21 Thread Grant Schissler
That is a nice workaround, but does anyone have any ideas that I could continue to use my main org file? Also, what is meant by the previous state in TYPO_TYP set? Thank you very much for the suggestion. On Fri, Nov 21, 2014 at 1:13 PM, Nick Dokos ndo...@gmail.com wrote: Sebastien Vauban

[O] Missing commit in maint

2014-11-21 Thread Bernt Hansen
Hi! The following commit 6202ec7 (Remove need to declare drawers before using them, 2013-10-20) has been in the master branch for over a year but I can't find it in any maintenance releases since then. Is this intentional? I am using the function (defun org-remove-empty-drawer-at (pos) in

Re: [O] Customizing org-todo-repeat-to-state to return to the current TODO state

2014-11-21 Thread Grant Schissler
Sorry, Nick. I understand your point better now. It may take a lot of reorganizing, but I will let you know if I find something that works for me. Thanks On Fri, Nov 21, 2014 at 1:13 PM, Nick Dokos ndo...@gmail.com wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Grant Schissler

[O] Problems with habit graph in the master branch

2014-11-21 Thread Bernt Hansen
Hi, I tried out the master branch today and the habit graph seems to be broken. Habits display as normal repeating tasks in commit 40f2b88 (Open outer link on nested links, 2014-11-20) and work normally in commit 7429f35 (Merge branch 'maint', 2014-10-22) Sorry I don't have time to track

Re: [O] babel, header arguments.

2014-11-21 Thread jenia.ivlev
t...@tsdye.com (Thomas S. Dye) writes: jenia.iv...@gmail.com (jenia.ivlev) writes: t...@tsdye.com (Thomas S. Dye) writes: Aloha, jenia.iv...@gmail.com (jenia.ivlev) writes: Also, what if I want to import the actual function defintion into another src block: #+begin_src scheme

Re: [O] Customize org-todo-repeat-to-state to return to previous TODO state

2014-11-21 Thread Brady Trainor
Grant Schissler grant.schiss...@gmail.com writes: Hi Org-mode Users, I am trying to change the behavior of marking a repeated task as DONE. I would like the task to return to the current TODO state rather than the first in the TODO sequence or a fixed state. For example, ** APPT

Re: [O] org-archive-save-context-info as local variable

2014-11-21 Thread Kyle Meyer
jorge.alfaro-muri...@yale.edu (Jorge A. Alfaro-Murillo) wrote: [...] Does someone know why setting this variable as local does not work with `org-archive-subtree'? The buffer-local value doesn't continue to shadow the global value when org-archive-subtree sets the buffer to the archive file.

Re: [O] org-archive-save-context-info as local variable

2014-11-21 Thread Jorge A. Alfaro-Murillo
Kyle Meyer writes: The buffer-local value doesn't continue to shadow the global value when org-archive-subtree sets the buffer to the archive file. Thanks, Kyle! That is the reason. Setting the local variable in the archive file as well does the trick. -- Jorge.

Re: [O] Customizing org-todo-repeat-to-state to return to the current TODO state

2014-11-21 Thread Nick Dokos
Grant Schissler grant.schiss...@gmail.com writes: That is a nice workaround, but does anyone have any ideas that I could continue to use my main org file?  Also, what is meant by the previous state in TYPO_TYP set?  Thank you very much for the suggestion. The property thingie is a very fine

Re: [O] Missing commit in maint

2014-11-21 Thread Nicolas Goaziou
Hello, Bernt Hansen be...@norang.ca writes: The following commit 6202ec7 (Remove need to declare drawers before using them, 2013-10-20) has been in the master branch for over a year but I can't find it in any maintenance releases since then. Is this intentional? It is. This is a breaking

Re: [O] org-context at the beginning of a link

2014-11-21 Thread Nicolas Goaziou
Hello, Alan Schmitt alan.schm...@polytechnique.org writes: I'm using a function that relies on `org-element-link-parser'. According to the documentation, the point needs to be at the element of the link for it to work. Not what you are asking for, but it is probably wrong to call this

Re: [O] Unexpected macro error

2014-11-21 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: A document I've been working on for several weeks broke recently without changes on my part. However, I've been tracking the master git branch every once in a while and I suspect some change in Org is the culprit. Org-mode version 8.3beta

Re: [O] Missing commit in maint

2014-11-21 Thread Bastien
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Yes, when Org 8.3 is released. Yes, and this will happen before chrismas! -- Bastien

Re: [O] Issue with multiline string variable for JavaScript source code blocks

2014-11-21 Thread Nicolas Goaziou
Hello, Peter Moresi peter.mor...@gmail.com writes: Sure, the patch is attached.​ Applied. Thank you. However I had to fill your commit message, which was incomplete. For reference, here is what I used, from your initial report: --8---cut here---start-8---

Re: [O] PATCH: Add JISON to ORG-Babel Supported Languages

2014-11-21 Thread Nicolas Goaziou
Hello, Peter Moresi peter.mor...@gmail.com writes: I'm spending a lot of time in org-mode doing literate programming and it does most everything that I need. However, it did not support the jison http://zaach.github.io/jison/try/ compiler generator. So I added it by copying ob-dot.el and

Re: [O] [PATH] Speedups to org-table-recalculate

2014-11-21 Thread Nicolas Goaziou
Nathaniel Flath flat0...@gmail.com writes: OK, I think I fixed that. Thanks. I didn't verify it compiles, but your macro still looks suspicious. +(defmacro org-table-execute-once-per-second (t1 rest body) + If there has been more than one second since T1, execute BODY. +Updates T1 to

[O] Code, Sessions, and org-edit-special

2014-11-21 Thread Ken Mankoff
Hi List, I'm trying to improve my code workflow. I use python and sessions. I'd like to be able to run code in the session even if I'm editing/viewing the code via `org-edit-special`. Furthermore, when I edit code outside of Org, I'd like to have sessions, that is, optionally one Python session

Re: [O] Issue with multiline string variable for JavaScript source code blocks

2014-11-21 Thread Peter Moresi
Excellent and thanks for the feedback. I'm glad I was able to give something back to the community that has given me so much. I've also had issues with JavaScript source code blocks truncating the result when the value is a string with a comma. I'm still getting up to speed with Emacs-lisp but

[O] [patch] extend org-meta-return to keywords

2014-11-21 Thread Rasmus
Hi, Rasmus ras...@gmx.us writes: Something I have wanted for a while is to have M-RET work as expected(?) on keyword lines such as #+LATEX_HEADER, #+CAPTION etc. [...] Attached is a quick patch that works surprisingly well. I would work more on it if you guys agree this would be useful.

[O] [Patch] org-display-inline-images: Add support for remote images

2014-11-21 Thread Kit-Yan Choi
Hi, I would like to submit a patch to support displaying remote images inline in Org-mode. Attached is the formatted patch (or github branch here https://github.com/kitchoi/org-mode/commit/2e600da455c371754f028ddaaed1ae1724cbe6b6 .) I have tested the code with make test. FSF document is signed

Re: [O] Unexpected macro error

2014-11-21 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: A document I've been working on for several weeks broke recently without changes on my part. However, I've been tracking the master git branch every once in a while and I suspect

[O] Get html links relative to base directory for Jekyll site

2014-11-21 Thread Brady Trainor
Can I get org publishing to change paths of links? Jekyll system seems to work better if image links start from base. I want #+BEGIN_SRC org file:../img/jekyll.png #+END_SRC (or something similar, ../img/ could be img/ or ./img/) to become #+BEGIN_HTML img src=/img/jekyll.png

Re: [O] Bug: [Capture] wrongly duplicated date tree outlines [8.2.10]

2014-11-21 Thread kuanyui
Eric S Fraga wrote: There were problems with the datetree functionality a little while ago. In my case, entries got put in the slot for the day before... I cannot remember which version of org was affected but I use this functionality all the time and it has been working fine for a while