Re: [O] org-capture datetree below heading?

2017-05-09 Thread Carsten Dominik
Hi Benedict, yes, get the latest master from the git repo and read the manual for that version. You can also look at a recent thread with the subject "Use of date trees in Capture has been modified" If you cannot upgrade, just put a :DATE_TREE: t property to the heading under which you want

Re: [O] A small patch for org.el to fix error in clojure babel src block code ref

2017-05-09 Thread numbch...@gmail.com
Thanks for fixing, John. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Tue, May 9, 2017 at 7:14 PM, John Kitchin w

[O] [PATCH] org-sort: Read compare-func in interactive calls

2017-05-09 Thread Kyle Meyer
* lisp/org-macs.el (org-read-function): New function. * lisp/org.el (org-sort-entries): * lisp/org-table.el (org-table-sort-lines): * lisp/org-list.el (org-sort-list): Read COMPARE-FUNC when called interactively rather than being restricted to the default behavior of sort-subr's PREDICATE parameter

Re: [O] [RFC] The "c" Org macro

2017-05-09 Thread Nicolas Goaziou
Hello, Rasmus writes: > Seems fine. To me, "n" or "N" would be a better name for the macro, as > that suggests some sort of number, whereas "c" doesn’t really associated > with "counter" to me. Perhaps it’s just because the syntax looks a lot > like the R combine command... "n" seems better i

[O] org-capture datetree below heading?

2017-05-09 Thread Benedikt Steindorf
Hi, i like to use a datetree under a headingis this somehow possible? Example: * Log ** 2017 *** 2017-05 My current config: (setq org-capture-templates '(("t" "Tasks") ("tg" "Task (General)" entry (file+headline "~/org/work.org" "Tasks") "* TODO %?\n %i\n %a")

Re: [O] [RFC] The "c" Org macro

2017-05-09 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Eric S Fraga writes: > >> On Monday, 8 May 2017 at 15:32, Dushyant Juneja wrote: >>> A very useful macro indeed! >>> >>> One suggestion: can this also be made to support nested headings. For >>> instance: >>> * Part {{{c}}} >>> ** Part {{{c}}}.{{{c}}} >>> *

Re: [O] A small patch for org.el to fix error in clojure babel src block code ref

2017-05-09 Thread John Kitchin
I think I have just fixed it. The offending command was trying to get an org-element in the special edit buffer which wasn't in org-mode. Its not clear why it worked in some codes and not others though! John --- Professor John Kitchin Doherty Hall A207F Department

Re: [O] A small patch for org.el to fix error in clojure babel src block code ref

2017-05-09 Thread John Kitchin
On Tue, May 9, 2017 at 6:51 AM, Nicolas Goaziou wrote: > org-store-link-functions That is a function in org-ref. I will check it out this morning. Thanks for the pointer to the root of the issue! John --- Professor John Kitchin Doherty Hall A207F Department o

Re: [O] A small patch for org.el to fix error in clojure babel src block code ref

2017-05-09 Thread Nicolas Goaziou
"numbch...@gmail.com" writes: > ​Is there any other possible potential functions will have relation with > this issue?​ According to the backtrace mentioned in the bug report, the culprit is probably `org-label-store-link', which is probably one of the functions returned by `org-store-link-funct

Re: [O] [RFC] The "c" Org macro

2017-05-09 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > I like the idea of these counters, and I have use-cases for them. Great. > Here is a proposal for the manual entry > > This macro implements custom counters by returning the number of times > the macro has been expanded so far while exporting the buffer. > You

Re: [O] problem with org-capture in FF

2017-05-09 Thread Detlef Steuer
Am Tue, 09 May 2017 10:40:13 +0200 schrieb "Loris Bennett" : > Detlef Steuer writes: > > > Hi! > > > > I use FF with Org-mode Capture > > http://chadok.info/firefox-org-capture/ Version 0.3.0-1 signed > > > > My setup worked before (tm). > > > > Today an emacsclient window pops up for a ms and n

Re: [O] problem with org-capture in FF

2017-05-09 Thread Loris Bennett
Detlef Steuer writes: > Hi! > > I use FF with Org-mode Capture http://chadok.info/firefox-org-capture/ > Version 0.3.0-1 signed > > My setup worked before (tm). > > Today an emacsclient window pops up for a ms and no information > is added to my web.org specified in my capture template. > > ... >

Re: [O] A small patch for org.el to fix error in clojure babel src block code ref

2017-05-09 Thread numbch...@gmail.com
Weird, but this patch does fixed my issue. When I `org-store-link` in opened clojure babel src block will has this issue. But not in other languages babel src blocks like Python, Ruby, C etc. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter

[O] problem with org-capture in FF

2017-05-09 Thread Detlef Steuer
Hi! I use FF with Org-mode Capture http://chadok.info/firefox-org-capture/ Version 0.3.0-1 signed My setup worked before (tm). Today an emacsclient window pops up for a ms and no information is added to my web.org specified in my capture template. ... ("x" "org-protocol" entry (file "~/.pim/w

Re: [O] A small patch for org.el to fix error in clojure babel src block code ref

2017-05-09 Thread numbch...@gmail.com
​Is there any other possible potential functions will have relation with this issue?​ [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardivine

Re: [O] [RFC] The "c" Org macro

2017-05-09 Thread Carsten Dominik
Hi, I like the idea of these counters, and I have use-cases for them. Here is a proposal for the manual entry This macro implements custom counters by returning the number of times the macro has been expanded so far while exporting the buffer. You can create more than one counter using different