org-element-cache error when storing footnotes using capture buffer

2024-10-02 Thread Akash Pal
Suppose we have the following document ``` #+title: test-file * This is h1 ** This is h1.2 We introduce some text here Then we narrow to this heading and introduce a footnote * Another heading here so that footnote capture works #+begin_src (org-element-property :buffer (org-element-at-point

Re: Audio File in beamer and orgmode

2024-10-02 Thread Orm Finnendahl
Hi Luís, I think it'd be good if you post your solution here once you got it figured out, so other people can benefit from your time spent. -- Orm Am Mittwoch, den 02. Oktober 2024 um 17:07:07 Uhr (+0200) schrieb luis antunes pena: > Thank you, Orm. Now I got it to work in LaTex. > Next step w

Re: [PATCH] Fixing a regression in org-persists ability to handle non-list container arguments.

2024-10-02 Thread Ihor Radchenko
Karthik Chikmagalur writes: > LRA, thanks for the fix. > > Ihor, `org-persist--find-index' is singularly confusing. I've been over > it with edebug a few times and still can't figure out what it's doing, > because `container' means different things at different points in the > function because o

Re: [PATCH] Async sessions: Fix prompt removal regression in ob-R

2024-10-02 Thread Ihor Radchenko
Jack Kamm writes: > Consider the following R block, which prints the occurrences of each > element in a list, including NAs: > > #+begin_src R :session :results output :async > table(c("ab","ab","c",NA,NA), useNA='always') > #+end_src > > #+RESULTS: > : abc > :212 > > Since

Re: org-element--cache: Added org-data parent to non-headline element

2024-10-02 Thread Ihor Radchenko
Ihor Radchenko writes: > ... > So, the same you already shared, but with more details. > > Thanks in advance! It has been over a month since I asked for more details. Unfortunately, the provided information is not sufficient to diagnose the problem. I cannot do anything about the reported bug.

Re: [BUG] Warning on executing keyboard macro that inserts time-stamp [9.6.27 ( @ /home/punit/.emacs.d/elpa/org-9.6.27/)]

2024-10-02 Thread Ihor Radchenko
Punit Arya writes: > Thank you Ihor.  I'll try troubleshooting my config.  Will let you know > if I find something helpful. Did you manage to find anything? For now, as long as I cannot reproduce the problem, there is nothing I can do on Org side. -- Ihor Radchenko // yantar92, Org mode cont

Re: Audio File in beamer and orgmode

2024-10-02 Thread Leo Butler
On Wed, Oct 02 2024, Orm Finnendahl wrote: > Hi Luís, > > it doesn't work OOTB in org-mode, but you can always embed LaTex > verbatim in Org files using the #+LATEX: prefix. > > My recommendation: Generate a LaTex file from org beamer with some > blind text at a place where you need your link a

Re: Audio File in beamer and orgmode

2024-10-02 Thread luis antunes pena
Thank you, Orm. Now I got it to work in LaTex. Next step will be in org-mode. Best, Luís PS: This example works only with Adobe Acrobat, but not with Preview on OSX. On 02.10.24 14:43, Orm Finnendahl wrote: Hi Luís, it doesn't work OOTB in org-mode, but you can always embed LaTex verbatim in

Re: Audio File in beamer and orgmode

2024-10-02 Thread Orm Finnendahl
Hi Luís, it doesn't work OOTB in org-mode, but you can always embed LaTex verbatim in Org files using the #+LATEX: prefix. My recommendation: Generate a LaTex file from org beamer with some blind text at a place where you need your link and then check, what you have to input there in order to ge

[SOLVED] (was: what does (json-readtable-error 47) mean (python, jupyter, matlab))

2024-10-02 Thread General discussions about Org-mode.
>>> "UB" == Uwe Brauer writes: > Hi, > I am using ob-ipython (which is a bit outdated) and I already opened an > issue at https://github.com/gregsexton/ob-ipython/issues/226 > However if someone knows how to deal with the (json-readtable-error 47) > error type, I would appreciate it. A solut

Audio File in beamer and orgmode

2024-10-02 Thread luis antunes pena
Dear all, I'm working on a presentation in beamer using orgmode and couldn´t find information on how to include an audio file in orgmode to be converted to beamer and a pdf. Is there any example that you could share? Thanks in advance. Luís

what does (json-readtable-error 47) mean (python, jupyter, matlab)

2024-10-02 Thread Uwe Brauer
Hi, I am using ob-ipython (which is a bit outdated) and I already opened an issue at https://github.com/gregsexton/ob-ipython/issues/226 However if someone knows how to deal with the (json-readtable-error 47) error type, I would appreciate it. Uwe Brauer Here is the explanation. I succe