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

[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

[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] 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

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

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

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). > >

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

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

[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

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:

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

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

2017-05-09 Thread Nicolas Goaziou
Hello, "numbch...@gmail.com" writes: > Here is the original discussion we disscusses. > https://github.com/jkitchin/org-ref/issues/433 > > And Here is the patch: > > #+BEGIN_SRC diff > modified lisp/org.el > @@ -9730,7 +9730,7 @@ active region." > (setq sfuns >

Re: [O] Bug: Bulk reschedule with reschedule logging on fails

2017-05-09 Thread Allen Li
Hello, I'm replying to a very old thread about a bug. Hopefully I haven't munged the headers. Following is a summary of the thread. Allen Li writes: > When bulk rescheduling TODO items with org-log-reschedule set to > 'note, only the first marked item will get rescheduled. I have >