[O] Is it possible to use the refile interface to select the heading for clocking?

2016-01-09 Thread Marcin Borkowski
Hi all, and thanks in advance;-)! -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Faculty of Mathematics and Computer Science Adam Mickiewicz University

Re: [O] Is it possible to use the refile interface to select the heading for clocking?

2016-01-09 Thread Rasmus
Marcin Borkowski writes: > Hi all, > > and thanks in advance;-)! Maybe something like this? (defun rasmus/org-clock-in (&optional DEFAULT-BUFFER NEW-NODES NO-EXCLUDE) "Clock in remotely" (interactive) (save-excursion (goto-char (nth 3 (org-refile-get-location "

[O] org-id-copy adding properties drawer before planning line

2016-01-09 Thread Bingo UV
Hi, Consider the simple org file content * test <2016-01-09 Sat 08:10> When point is on the heading, if I execute M-x org-id-copy or org-id-get-create, I get the following: * test :PROPERTIES: :ID: c1f5299d-c62d-4daa-8586-c61d0e32c255 :END: <2016-01-09 Sat 08:10> I understand that thi

Re: [O] org-id-copy adding properties drawer before planning line

2016-01-09 Thread Eric S Fraga
On Saturday, 9 Jan 2016 at 18:25, Bingo UV wrote: > Hi, > Consider the simple org file content > > * test > <2016-01-09 Sat 08:10> > > > When point is on the heading, if I execute M-x org-id-copy or > org-id-get-create, I get the following: > > * test > :PROPERTIES: > :ID: c1f5299d-c62d-4

[O] Code block evaluation is disabled

2016-01-09 Thread Damian Bernardini
Whenever I try to evaluate code I get the following: Evaluation of this xxx code-block (x) is disabled. Sometime I evaluated these code-blocks, I don't know what has changed since the last time they worked. I've tried with sh and ledger codes with the same results. I've read the manual b

Re: [O] Org campture recursively expands %-escapes

2016-01-09 Thread Michael Brand
Hi Nicolas On Fri, Jan 8, 2016 at 11:44 PM, Nicolas Goaziou wrote: > > Michael Brand writes: > > > I'm porting test-org-capture.el to test-org-feed.el and found this > > issue in org-feed-format-entry: Evaluation of > > > > (org-feed-format-entry '(:title "success!") "%h" nil) > > > > wi

Re: [O] Org campture recursively expands %-escapes

2016-01-09 Thread Nicolas Goaziou
Hello, Michael Brand writes: > On the other hand commit release_8.3.3-415-ge2fbaee breaks the ERT > that I suggested in this thread or its simplification here: > > (progn > (require 'org-feed) > (equal "\"A)" (org-feed-format-entry >'(:title "\"a)") "%(capitalize \"

Re: [O] Org campture recursively expands %-escapes

2016-01-09 Thread Michael Brand
Hi Nicolas On Sat, Jan 9, 2016 at 5:05 PM, Nicolas Goaziou wrote: > > Michael Brand writes: > > > On the other hand commit release_8.3.3-415-ge2fbaee breaks the ERT > > that I suggested in this thread or its simplification here: > > > > (progn > > (require 'org-feed) > > (equal "\"A)"

Re: [O] Code block evaluation is disabled

2016-01-09 Thread Rasmus
Damian Bernardini writes: > Whenever I try to evaluate code I get the following: > > Evaluation of this xxx code-block (x) is disabled. > > Sometime I evaluated these code-blocks, I don't know what has changed since > the last time they worked. > I've tried with sh and ledger codes with t

Re: [O] Org campture recursively expands %-escapes

2016-01-09 Thread Nicolas Goaziou
Michael Brand writes: > My current ERT for test-org-feed.el > >(equal > "5 % Less (See\n Item \"3)\" Somewhere)" > (org-feed-format-entry > '(:title "5 % less (see\n item \"3)\" somewhere)") > "%(capitalize \"%h\")" nil)) > > works now too. What does not work yet is my backp

Re: [O] Code block evaluation is disabled

2016-01-09 Thread Kyle Meyer
Damian Bernardini writes: > Whenever I try to evaluate code I get the following: > > Evaluation of this xxx code-block (x) is disabled. [...] > Org-mode version: 8.3.3 > Emacs version: 24.5.1 > > ;; Babel > (org-babel-do-load-languages > 'org-babel-load-languages > '((R . t) > (emac

Re: [O] Code block evaluation is disabled

2016-01-09 Thread Damián
Rasmus gmx.us> writes: > See > http://orgmode.org/manual/eval.html > > It sounds like you have some settings estting the default of the :eval > header to "no"/"never" (or setting the noeval header). > > I think you should be queried from "emacs -q". If this is the case, it’s > probably