Re: Addendum

2023-09-17 Thread Rudolf Adamkovič
Summer Emacs writes: > I’m not certain. I just wanted to mention that before anyone piles on > me for not recognising that fact. To reach a conclusion, I would recommend you to: 1. Start a minimal Emacs with 'emacs -Q'. 2. Open the problematic file and see if the bug still shows. 3. If it

Re: [BUG] URI handling is overly complicated and nonstandard [9.6.7 (N/A @ /gnu/store/mg7223g8mw90lccp6mm5g6f3mpjk70si-emacs-org-9.6.7/share/emacs/site-lisp/org-9.6.7/)]

2023-09-17 Thread Rudolf Adamkovič
Max Nikulin writes: > From my point of view, e.g. should be exported > as plain text (identity "a") rather than an (invalid due to > not escaped quotes inside href) link (identity > "a"). This would be a very welcome fix! I avoid 'elisp' links, even in my Emacs notes, as they do not export

Re: [PATCH] Define new face for the contents of #+RESULTS drawers

2023-09-17 Thread Samuel Wales
perhaps a face for results to indicate that it is generated? On 9/17/23, Ihor Radchenko wrote: > Protesilaos Stavrou writes: > >> Though I understand now that there are more cases involved than I had >> anticipated. I will need to review everything on offer. Let's abort >> this effort for

Re: [patch] ox-latex.el: Add `LATEX_PRE_HEADER' keyword

2023-09-17 Thread Timothy
Hi Juan, I’d rather not have this merged at this stage, as I think it may be redundant once my conditional/generated export work makes its way into Org (next few months?). Juan Manuel Macías writes: > Rationale for this patch: in certain cases, in a LaTeX document, it is > necessary to add

Re: [patch] ox-latex.el: Add `LATEX_PRE_HEADER' keyword

2023-09-17 Thread Ihor Radchenko
Juan Manuel Macías writes: > Rationale for this patch: in certain cases, in a LaTeX document, it is > necessary to add code before the class declaration (\documentclass...). > For example, commands like \PassOptionsToPackage, \DocumentMetadata{ }, > etc.; or certain packages that should be

Re: [PATCH] Define new face for the contents of #+RESULTS drawers

2023-09-17 Thread Ihor Radchenko
Protesilaos Stavrou writes: > Though I understand now that there are more cases involved than I had > anticipated. I will need to review everything on offer. Let's abort > this effort for now. Ok. Closing. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org

Re: ICalendar export

2023-09-17 Thread Ihor Radchenko
Jack Kamm writes: >> Does the attached patch fix the problem for you? > > I can reproduce the bug by calling `org-icalendar-export-current-agenda' > in my agenda buffer. It seems to mainly happen when subsequent agenda > entries originate from different files. > > Ihor's patch fixes the problem

Re: [PATCH] testing: Delete useless ert tests

2023-09-17 Thread Ihor Radchenko
Ilya Chernyshov writes: > I applied my ert test deduplicator on org tests and found some useless tests > which you can see in the patch. > ... > -(ert-deftest ob-C/assert () > - (should t)) Thanks! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=e203b5a65

Re: Fixed width areas not allowing tab after leading colon.

2023-09-17 Thread Ihor Radchenko
"Tom Alexander" writes: > The documentation for fixed width areas states: A “fixed-width line” starts > with a colon character (:) and either a whitespace character or the immediate > end of the line. > ... > Fixed-width area documentation: >