Thanks for your replies. Your solution works for me, thank you a lot for
your work.
Sincerely,
Godefroy Vannoye
On 10/13/19 1:21 PM, Vladimir Lomov wrote:
> Hello,
> ** Nicolas Goaziou [2019-10-13 09:26:42 +0200]:
>
>> Hello,
>>
>> Godefroy writes:
>>
>>> I recently encountered a bug when expo
Hello.
JShell is a pretty nifty tool for exploring and demonstrating basic Java
features.
https://en.wikipedia.org/wiki/JShell
Has anyone happened to write support for it in Babel?
If no-one has done this, I might try to implement it later by mimicking
some other language support. Unfortunate
On 2019-10-15 at 13:04 +02, Jarmo Hurri wrote...
> JShell is a pretty nifty tool for exploring and demonstrating basic Java
> features. Has anyone happened to write support for it in Babel?
You can start working with it even without official Babel support:
#+BEGIN_SRC bash :results verbatim
js
On Monday, 14 Oct 2019 at 06:24, Gürtler, Martin wrote:
> 1. What can I do in the org mode file in order to enforce ending the
> frame before the \lecture statement.
Not ideal but you could do something like this:
@@beamer:\end{frame}\lecture{This week's lecture}{week2}\begin{frame}Today's
lec
Is it possible to inject the value of a macro into code using a variable?
I set a macro called ‘version’ with a version number at the top of my .org
file. I would like to do something like this:
#+macro:version Version 0.2.5
#+name:code-name
#+begin_src js :tangle some-file.js :var ver={{{vers
Hi again,
I'd like to take the next step with this patch. I'm hesitant to do it without
wider support though, since only a few people have commented.
@Marco Wahl; As I understand you've applied the patch and tried it out. Have
you found any issues yet? What do you think of the patch after havin
Hello,
wlharvey4 via Emacs-orgmode writes:
> Is it possible to inject the value of a macro into code using
> a variable?
No, macros are mostly text replacement. They are not Babel related.
You may want to pass arguments to Babel blocks using other Babel blocks.
Regards,
--
Nicolas Goaziou
apologies for the extra noise.
i've renamed (and moved) my small utility, now known as orgtbl-query,
that allows one to query, from the shell (command line), the contents of
an org-mode table in a file. orgtbl-query is now located at:
https://gitlab.com/minshall/orqtbl-query
part of it
Gustav Wikström writes:
> Hi again,
>
> I'd like to take the next step with this patch. I'm hesitant to do it
> without wider support though, since only a few people have commented.
>
> @Marco Wahl; As I understand you've applied the patch and tried it
> out. Have you found any issues yet? What d
Hi Greg,
That's very cool! Thanks for sharing it.
Hi Sebastian,
Sebastian Miele writes:
> * lisp/org-src.el (org-src--contents-for-write-back): Use the
> potentially buffer-local value of `org-edit-src-content-indentation'
> from the source buffer instead of that from the editing buffer.
> ---
> lisp/org-src.el | 3 ++-
> 1 file changed, 2 ins
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report? See
https://orgmode.org/manual/Feedback.html#Feedback
Your bug report will be posted to the Org mailing list.
--
On 2019-10-14 at 09:10 +02, Ken Mankoff wrote...
> With this patch and ":eval only-manual" in a babel header,
>
> Org evaluates the source code if it is run via ~org-ctrl-c-ctrl-c~
> (e.g. =C-c C-c= in the babel block), but not if run via the
> ~org-babel-execute-buffer~ function.
Hmm. So it tu
On Tuesday, 15 Oct 2019 at 09:37, wlharvey4 via Emacs-orgmode wrote:
> Is it possible to inject the value of a macro into code using a variable?
I use properties for this, as in:
#+begin_src org
,#+property: version 2.0.5
,#+header: :var version=(esf/get-parameter "benzenefeed")
[...]
,#+
14 matches
Mail list logo