Re: [BUG] org-create-file-search-functions and description [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2022-09-26 Thread Magnus Therning
Ihor Radchenko writes: Magnus Therning writes: The documenation on org-create-file-search-functions contains this piece of text A function in this hook may also use setq to set the variable description to provide a suggestion for the descriptive text to be used for this link

[BUG] org-create-file-search-functions and description [9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/)]

2022-09-25 Thread Magnus Therning
/orgcreatefilesearchfunctions_and_description/ Emacs : GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.34, cairo version 1.17.6) of 2022-09-21 Package: Org mode version 9.5.5 (release_9.5.5 @ /usr/share/emacs/29.0.50/lisp/org/) /M -- Magnus Therning OpenPGP

Re: Using a code block as input to another code block

2020-11-23 Thread Magnus Therning
Berry, Charles writes: > Inline. > >> On Nov 21, 2020, at 2:30 PM, Magnus Therning wrote: >> >> I know I can use an example block (literal example) as input to a code >> block, but I haven't found a way to fontify examples. Since my input is >> code (JSON,

Using a code block as input to another code block

2020-11-21 Thread Magnus Therning
I know I can use an example block (literal example) as input to a code block, but I haven't found a way to fontify examples. Since my input is code (JSON, and various programming languages) I would really like to have that, as well as the language's mode when editing by using

Setting language on result of code block

2020-08-02 Thread Magnus Therning
ns:eu-central-1::the-topic" } #+end_example Is there some way I can specify that the result is JSON? That is get the result #+RESULTS: #+begin_example json { "TopicArn": "arn:aws:sns:eu-central-1::the-topic" } #+end_example /M -- Magnus Therning