Re: [POLL] Naming of "export features"

2023-03-01 Thread Pedro Andres Aranda Gutierrez
Hi, before I forget, I have been thinking about this a lot. It may look tangetial but IMHO it is not... One thing is having ``` (setq org-cite-export-processors '((beamer . biblatex) (latex . biblatex))) ``` in your emacs configuration (because you need it for mos

Re: Broken org-persist-storage probably leads to ‘org-open-at-point’ ask for TAGS file

2023-03-01 Thread Ihor Radchenko
Göktuğ Kayaalp writes: > I have discovered a weird behaviour that I have tracked back to > org-persist and org-element-cache, where after some time, when I try to > follow a document internal link in org mode, whether to a headline or to > a =<>=, it would ask me to load a TAGS file, I think some

Re: [POLL] Naming of "export features"

2023-03-01 Thread Ihor Radchenko
Pedro Andres Aranda Gutierrez writes: > One thing is having > ``` > (setq org-cite-export-processors '((beamer . biblatex) > (latex . biblatex))) > ``` Not a bug. You need (setq org-cite-export-processors '((beamer biblatex) (late

Re: ox-beamer/latex questions

2023-03-01 Thread Ihor Radchenko
Leo Butler writes: > I have a couple questions about TODO items, cookies and export. I am > unable to find anything the manual that seems relevant. Please see the > attached. > *** DONE:B_block: > :PROPERTIES: > :BEAMER_env: block > :EN

Re: [FR] Allow to #+include files verbatim without any processing (was: Have export treat file: paths in INCLUDED file relative to the INCLUDING file's dir)

2023-03-01 Thread Ihor Radchenko
Timothy writes: > Hi Ihor, > >> This sounds like a reasonable request. >> What we may do here is allowing a new parameter :verbatim > > From a read of the original email, it sounds like a `:dir' parameter could > also > solve this use case, and allow for a bit more flexibility. Sure, but is thi

Re: [PATCH] Avoid crash in `org-file-contents' in case of network failure

2023-03-01 Thread Ihor Radchenko
Bastien Guerry writes: >> Bastien, could you please check FSF records? > > I confirm Damien's FSF record is in order. Thanks! Added to contributor list: https://git.sr.ht/~bzg/worg/commit/ada245e4 -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [POLL] Naming of "export features"

2023-03-01 Thread Pedro Andres Aranda Gutierrez
Hi Igor Actually, not including the line makes the MWE work, so you don't _need_ it as such when there is no bibliography. When I set org-cite-export-processors in my Emacs setup (for my 99.9% of cases), I still can set it to nil in the local variables of the .org file when I don't want/need bibt

Allow org-agenda-switch-to to restore the previous window configuration

2023-03-01 Thread Marvin J.
Org-agenda provides the possibility to automatically restore the previous window configuration after closing the agenda buffer using org-agenda-quit (bound to q). This is achieved by setting org-agenda-restore-windows-after-quit to t. However, there is also another way to "exit" the agenda, namely

Re: [ANN] orgtbl-fit

2023-03-01 Thread tbanelwebmin
On 2/20/23 11:50, Ihor Radchenko wrote: tbanelwebmin writes: Examples & documentation can be read here: https://github.com/tbanel/orgtblfit/blob/main/README.org Interesting. Could it be somehow inte

Re: How to produce an org-ref citation from ivy-bibtex

2023-03-01 Thread Sven Bretfeld
Hi John Thank you very much again. Elegant solution, and it works. I just wonder why I seem to be the only one on the list who had that problem. Am I so out of fashion to use org-ref and ivy/helm-bibtex together? I have been doing that for surely 10 years but had to stick with an old version of o

Re: How to produce an org-ref citation from ivy-bibtex

2023-03-01 Thread John Kitchin
The best place to report org-ref issues is https://github.com/jkitchin/org-ref/issues. On Wed, Mar 1, 2023 at 7:25 AM Sven Bretfeld wrote: > Hi John > > Thank you very much again. Elegant solution, and it works. > > I just wonder why I seem to be the only one on the list who had that > problem.

Effort range support broken? (est+)

2023-03-01 Thread Derek Chen-Becker
Hi, I was just reading https://randomthoughts.dk/posts/2023/org-mode-for-project-estimation/ and started learning about columnview and org mode. One thing I've run into is that effort range values seem to be broken. The last mention of this on the mailing list was back in 2020 ( https://lists.gnu.

Re: ox-beamer/latex questions

2023-03-01 Thread Leo Butler
On Wed, Mar 01 2023, Ihor Radchenko wrote: > Leo Butler writes: > >> I have a couple questions about TODO items, cookies and export. I am >> unable to find anything the manual that seems relevant. Please see the >> attached. > >> *** DONE

Re: ox-beamer/latex questions

2023-03-01 Thread Leo Butler
On Wed, Mar 01 2023, Leo Butler wrote: > On Wed, Mar 01 2023, Ihor Radchenko wrote: >> For cookies, just use stat:nil in OPTIONS. See "13.2 Export Settings" >> section of the manual. > > Anyhow, it does not work correctly for subtree export (or I am not > understanding something). The title sti

Re: [PATCH] Async evaluation in ob-shell

2023-03-01 Thread Matt
On Wed, 22 Feb 2023 05:29:59 -0500 Ihor Radchenko wrote --- > > +(defun ob-shell-async-chunk-callback (string) > > + "Filter applied to results before insertion. > > +See `org-babel-comint-async-chunk-callback'." > > + (replace-regexp-in-string (concat org-babel-sh-prompt "*") "" st