Re: Question about citation formatting

2024-03-27 Thread Pedro Andres Aranda Gutierrez
Christian writes: > Dear org users, > > This is my second paper I am formatting with the new citation framework, > this time using csl for the first time, since basic does not fit the > bill anymore. > > This paper is discussing and comparing translations to the same text. So > when I mention publ

Re: Question about citation formatting

2024-03-27 Thread William Denton
On Tuesday, March 26th, 2024 at 23:17, Christian Wittern wrote: > This paper is discussing and comparing translations to the same text. So > when I mention publications in the text, I want to have the keyword to > be the translator, rather than the author. You could do the citations by hand, th

Re: Question about citation formatting

2024-03-27 Thread András Simonyi
Dear All, On Wed, 27 Mar 2024 at 04:17, Christian Wittern wrote: > This paper is discussing and comparing translations to the same text. So > when I mention publications in the text, I want to have the keyword to > be the translator, rather than the author. I think your best bet is modifying (t

Re: [PATCH] Run latex more than once for LaTeX src block evaluation

2024-03-27 Thread Michael
Max Nikulin writes: On 24/03/2024 15:58, Ihor Radchenko wrote: Max Nikulin writes: On 22/03/2024 05:55, Michael wrote: I have a small patch for `org-preview-latex-process-alist' making the default setting for LaTeX source block evaluation be running latex three times (instead of the curren

Re: [BUG] ox-html output does not pass validation for html4-strict doctype [9.7-pre (release_9.6.23-1423-gcea6a1.dirty @ /home/yantar92/.emacs.d/straight/build/org/)]

2024-03-27 Thread Max Nikulin
On 25/03/2024 18:18, Ihor Radchenko wrote: I am wondering whether it is at all possible to use the same syntax and yet pass validation for all the allowed values of `org-html-doctype': "html4-strict", "html4-transitional", "html4-frameset", "xhtml-strict", "xhtml-transitional", "xhtml-frameset",

Re: Feature request: exclude sub-trees by backend

2024-03-27 Thread Edgar Lux
Hi, I had a need for this again (sorry for the necro-bump). On Feb 26, 2024 at 5:51 PM, Ihor Radchenko wrote: > The suggestions to use backend-specific export tag in the links are used > as ugly workarounds... Ok. It was just to show that there are other people who may use it :) . > As for igno

Re: [BUG] Partially broken Org mode when remote setupfile is unavailable

2024-03-27 Thread Max Nikulin
On 20/03/2024 19:15, Ihor Radchenko wrote: Max Nikulin writes: #+setupfile: /dav:localhost#8000:/setup-dav-123.org [...] Package ‘tramp-gvfs’ not supported File mode specification error: (user-error Package `tramp-gvfs' not supported) [...] - When point is on any non-empty line, RET is broke

Re: "Bad template" when creating org-capture for table-line without '|'

2024-03-27 Thread Ihor Radchenko
Rens Oliemans writes: > ... > However, I did not know that the _template_ also has to start with '|', and > org-capture > still inserts the string "| Bad template |", which does not suggest in any > way that the > lacking '|' would be the problem (after all, it is smart enough to prepend a > '

Re: [PATCH] lisp/ox-html.el: Add avif support for html export inline images

2024-03-27 Thread Ihor Radchenko
Ross Timson writes: > * lisp/ox-html.el (org-html-inline-image-rules): Add AVIF image > support for inline images on HTML export. > > AVIF is well supported by browsers these days and offers similar > features and much better compression than the other image formats > commonly used for the web. >

Re: org-agenda-skip-function now evaluated on line after headline?

2024-03-27 Thread Ihor Radchenko
Sean Whitton writes: > ... I'm not sure enough of the problem now. Canceled, for now. Feel free to submit another bug report with more details, if the problem arises again. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org de

Re: [BUG] org-clock-sum: Wrong type argument: fixnump, nil [9.7-pre (release_9.6.22-1309-g8507ef @ /home/grfz/src/org-mode/lisp/)]

2024-03-27 Thread Ihor Radchenko
Gregor Zattler writes: >> I'd like to see the problematic timestamp to understand what might be >> going on there. > > > thanks for your instructions, I edited it a bit: > > " - SxII VPN vxx USB S () > CLOCK: [2012-02-02 Do 14:00]--[2012-02-02 Do 16:00] => 2:00 >

Re: Pending contents in org documents (Re: Asynchronous blocks for everything (was Re: ...))

2024-03-27 Thread Ihor Radchenko
Bruno Barbier writes: > I've pushed an update that should address most of your comments. Thanks! > I've found a better name: I'm now calling it a "lock". So I renamed > "PENREG" into "REGLOCK" as "region lock". The structure is now > `org-pending-reglock'. I slightly dislike short names and

Re: [BUG] Prompt appears in async shell results

2024-03-27 Thread Ihor Radchenko
Matt writes: > 1. Can people please test that the changes to > =org-babel-comint-with-output= haven't broken other languages? Over a week have passed. No objections have been raised. Feel free to apply the patches. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode

"Bad template" when creating org-capture for table-line without '|'

2024-03-27 Thread Rens Oliemans
Hi, I was trying to create an org-capture for a table-line type, and I noticed that org-capture inserts the string "| Bad template |" when the template does not start with '|'. This could make sense, since a line is (only) considered part of a table when it starts with '|'. However, I did not k