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
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
"
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
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
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
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
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 \"
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)"
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
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
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
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
12 matches
Mail list logo