emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

#+call and strange behaviour


From: Michael Welle
Subject: #+call and strange behaviour
Date: Wed, 24 Jun 2020 11:14:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.91 (gnu/linux)

Hello,

in a file named test.org I have an elisp src code block and a line like
this:

#+call: test.org:hcw(d="foo")

C-c C-c on that line executes the code block just fine. Copying the line
to another org file and pressing C-c C-c results in nothing obvious. On
the other hand, putting a code block in this other org file C-cC-c works
as expected again on a line such as this:

#+call: other.org:hcwother(d="foo")

It seems like it doesn't work if one references a code block in a file
that isn't the current/own file of the reference. Any hints on this,
please?

Regards
hmw



reply via email to

[Prev in Thread] Current Thread [Next in Thread]