[PATCH] org-lint.el: Include org-export-global-macros in global templates

2025-01-03 Thread Suhail Singh
* lisp/org-lint.el (org-lint-invalid-macro-argument-and-template): Ensure templates defined in org-export-global-macros are included during macro initialization. TINYCHANGE --- lisp/org-lint.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/org-lint.el b/lisp/org-lint

Re: Link preview generation with new link preview property

2025-01-03 Thread Björn Bidar
Ihor Radchenko writes: > Björn Bidar writes: > >>> It looks like you are respecting the alignment specifications, set via >>> org-image-align or the :align property of #+attr_*, but not the :width >>> property. Is the idea that the preview implementation that provides the >>> image should indep

Re: [BUG] "\fC" macro in ox-man.el [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.2/lisp/org/)]

2025-01-03 Thread onf
Hi Branden, On Fri Jan 3, 2025 at 9:38 AM CET, G. Branden Robinson wrote: > At 2025-01-02T15:29:59+0100, onf wrote: > > I don't know why it took me so long, but I think what you're looking > > for is this: > > \fC\f(CRLorem\fR > > Not a bad idea, but while you're there, given Ihor's ambitious >

[BUG] Org-tempo doesn't respect indentation [9.7.11]

2025-01-03 Thread General discussions about Org-mode.
If i have some list: 1. oariseatnoarise ntoaris en 2. aoirsetnaorisetnoarisetn Then from the end of the second item use org-return, the pointer position is going to be indented like this: 1. oariseatnoarise ntoaris en 2. aoirsetnaorisetnoarisetn <--- pointer here Then if i try to expand an org

Re: [PATCH] Fix test example in testing/README

2025-01-03 Thread Ihor Radchenko
Michael Brand writes: > Patch attached. My copyright assignment is still valid. Thanks! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=3ebab4e190 https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=c02294c00f -- Ihor Radchenko // yantar92, Org m

Re: Clocking working hours with multiple breaks

2025-01-03 Thread Colin Baxter
> Loris Bennett writes: > Hi, I have been using Orgmode for several years to record my > working hours and calculate how much overtime I have accrued. The > mechanism is rather rudimentary, in that I clock in and out of > 'work' to record start and end times each day and then

Re: The less ambiguous math delimiters in tables

2025-01-03 Thread Max Nikulin
On 03/01/2025 00:32, Ihor Radchenko wrote: Max Nikulin writes: On 31/12/2024 20:32, Ihor Radchenko wrote: | $10 | foo | $\alpha$ | pandoc result matches my expectation: \$10 & foo & \(\alpha\) \\ How so? I just tried Sorry, I failed to express that the above example is handled perfectly

[PATCH] Fix test example in testing/README

2025-01-03 Thread Michael Brand
Hi all Patch attached. My copyright assignment is still valid. Michael 0001-Adapt-formatting-of-testing-README.patch Description: Binary data 0002-Fix-test-example-in-testing-README.patch Description: Binary data

Clocking working hours with multiple breaks

2025-01-03 Thread Loris Bennett
Hi, I have been using Orgmode for several years to record my working hours and calculate how much overtime I have accrued. The mechanism is rather rudimentary, in that I clock in and out of 'work' to record start and end times each day and then copy these times into a separate table, in which the

Re: [BUG] "\fC" macro in ox-man.el [9.6.15 (release_9.6.15 @ /usr/share/emacs/29.2/lisp/org/)]

2025-01-03 Thread G. Branden Robinson
Hi onf, [replying to 2 messages] At 2025-01-02T15:29:59+0100, onf wrote: > I don't know why it took me so long, but I think what you're looking > for is this: > \fC\f(CRLorem\fR Not a bad idea, but while you're there, given Ihor's ambitious portability objectives, you might as well scoop up th