Re: exporter: How to get :file property on a src block in an exporter

2021-12-22 Thread Yasushi SHOJI
Hi, On Thu, Dec 23, 2021 at 3:22 AM Berry, Charles wrote: > > On Dec 22, 2021, at 8:07 AM, Yasushi SHOJI wrote: > > On Thu, Dec 23, 2021 at 12:52 AM Yasushi SHOJI > > wrote: > >> Then, why don't I have :file in the info? > > > > The :exports must be &

exporter: How to get :file property on a src block in an exporter

2021-12-21 Thread Yasushi SHOJI
Hi, I'm writing an exporter and I'd like to get :file property on a src block. Let's say I have the following src block in an org file. #+BEGIN_SRC ditaa :file images/hello-world.png :exports code +--+ | Hello World! | +--+ #+END_SRC" And, say, I'm writing a function for

Current Org-mode does not work with Emacs 27

2023-10-15 Thread Yasushi SHOJI
Hi all, It appears that Emacs 27 lacks the optional argument for `get-buffer-create`, while `org-element-parse-secondary-string` relies on it. This problem was introduced by the commit 37d6bde27fe2. Additionally, `org-id-find-id-in-file` also uses `get-buffer-create` with a second argument, but

<    1   2