[BUG] org-capture: %\N template expansion

2024-05-22 Thread Bruno Cardoso
Hi all, I'm having trouble expanding the '%\N' template in org-capture. For example, with the following template: (add-to-list 'org-capture-templates '("t" "TEST" entry (file+headline "~/org/test.org" "TEST") "** TODO %? :PROPERTIES: :TITLE:%^{TIT

Re: [FR] :noweb-wrap header arg

2024-05-22 Thread Amy Grinn
Ihor Radchenko writes: > Amy Grinn writes: > >>> +1 >>> You may even use obsolete alias (add it to lisp/org-compat.el) >> >> Here's a patch to rename org-babel-noweb-wrap to >> org-babel-noweb-make-regexp. > > Thanks! > News entry is not necessary here - we are just renaming a function. > Otherw

Re: [BUG] cache file conflict? [9.7-pre (release_9.6.29-1441-gaa71fa @ /home/minshall/.emacs.d/straight/build/org/)]

2024-05-22 Thread Greg Minshall
Ihor, > May you try the attached alternative patch? thanks, will do. cheers, Greg

#8 [[bbb:OrgMeetup]] on Wed, June 12, 19:00 UTC+3

2024-05-22 Thread Ihor Radchenko
Dear all, Another OrgMeetup will be scheduled on the second Wednesday of June, in three weeks. Previous meetup notes: https://list.orgmode.org/orgmode/87edanyzme.fsf@localhost/T/#u URL: https://bbb.emacsverse.org/b/iho-h7r-qg8-led Time & Date: <2024-06-12 Wed 19:00-21:00 @+03,Europe/Istanbul> Th

Re: Adding custom providers for thingatpt.el

2024-05-22 Thread Max Nikulin
On 21/05/2024 23:24, Jim Porter wrote: On 5/21/2024 3:32 AM, Max Nikulin wrote: On 20/05/2024 09:33, Jim Porter wrote: +++ b/lisp/org.el [...] +(require 'thingatpt) So it becomes hard dependency. However it seems thingatpt is anyway loaded through some indirect dependency. Probably throu

Re: filling more narrowly --- or unfilling -- for export to email, upon ascii export

2024-05-22 Thread Ihor Radchenko
Samuel Wales writes: > then i want to send email, preferably via ascii export. i do not know > whehter i should try to fill to a shorter column [in org i use 60 normally] > because the recipient might have a smaller window for reading the mail, or > unfill everything. > > unfilled paragraphs see

Re: [BUG] Description list matches in verbatim/code block [9.6.23 ( @ /nix/store/ag7ag7i6zw56ql05bvk1xinz5gp8q5kd-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.6.23/)]

2024-05-22 Thread Ihor Radchenko
Peyton Okubo writes: > I have the following org markup: > > - morphisms: =f :: a -> b maps to F f :: F a -> F b= > > "morphisms" is being emphasized the double colons in the verbatim block > are being matched as description lists. This breaks the verbatim block > on export. I am able to reproduce

Re: [BUG] error "Invalid search bound (wrong side of point)" [9.6.15, (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2024-05-22 Thread Ihor Radchenko
Vidianos Giannitsis writes: > I got this error while working on an org file. It appears to be > something related to org-fragtog, or the creation of the latex > preview. Its the first time I see it and I am not sure how it happened > (can't reproduce it), but the error itself asked that I report

Re: [PATCH] function and symbol for headline and olp for org-capture-templates

2024-05-22 Thread Ihor Radchenko
Nafiz Islam writes: > It's mainly because the tests I have written creates symbols and then > later unbounds them. But, if the test fails then the symbols might not > get unbound. All you need to create a new symbol in local context is (let ((my-symbol value)) ...). -- Ihor Radchenko // yan

Re: [PATCH] function and symbol for headline and olp for org-capture-templates

2024-05-22 Thread Nafiz Islam
Would it be of org-mode's interest if I update `org-test-with-temp-text-in-file' to include a parameter which is a list of symbols to unbound after the test body is executed? Or maybe another macro called `org-test-with-temp-text-in-file-and-symbols'? It's mainly because the tests I have writt

Re: filling more narrowly --- or unfilling -- for export to email, upon ascii export

2024-05-22 Thread Fraga, Eric
Hi Samuel, On Wednesday, 22 May 2024 at 00:53, Samuel Wales wrote: > unfilled paragraphs seems to be the norm in email these days for > nontechnical folk. but org has plain lists and things, which need > org-style unfilling. Given the profusion of potential devices for reading email and their di

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

2024-05-22 Thread Ihor Radchenko
Jeremy Sowden writes: > In any case, my understanding from reading the conversation in the > Debian bug-report is that this issue affects multiple roff generators in > Debian. Therefore, it probably makes sense to consult within Debian > before asking the maintainers of those generators to make

Re: [BUG] cache file conflict? [9.7-pre (release_9.6.29-1441-gaa71fa @ /home/minshall/.emacs.d/straight/build/org/)]

2024-05-22 Thread Ihor Radchenko
Greg Minshall writes: >> Then, I need a backtrace. May you please enable debug-on-error and share it? > > here is a backtrace. is this enough, or should i do something extra to > give you more information from it? Yeah. May you try the attached alternative patch? >From 793f7df996b3aade65a66d9

Re: Org 9.5 broke the rendering of my SVG images

2024-05-22 Thread Ihor Radchenko
Ihor Radchenko writes: > I am inclined to revert the commit changing object to img for svg > images. > > The previously discussed concerns about object tag do not seem to be > real: > 1. Resizing objects seems to be supported: >https://list.orgmode.org/87y44tx1h5@iki.fi/ > 2. We can put :

filling more narrowly --- or unfilling -- for export to email, upon ascii export

2024-05-22 Thread Samuel Wales
i get pretty confused about this. i often write things in org, with my own fill column, and m-q. and various half-broken tricks to try to fill/unfill. then i want to send email, preferably via ascii export. i do not know whehter i should try to fill to a shorter column [in org i use 60 normally

[BUG] Description list matches in verbatim/code block [9.6.23 ( @ /nix/store/ag7ag7i6zw56ql05bvk1xinz5gp8q5kd-emacs-packages-deps/share/emacs/site-lisp/elpa/org-9.6.23/)]

2024-05-22 Thread Peyton Okubo
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list. ---

[BUG] error "Invalid search bound (wrong side of point)" [9.6.15, (release_9.6.15 @ /usr/share/emacs/29.3/lisp/org/)]

2024-05-22 Thread Vidianos Giannitsis
I got this error while working on an org file. It appears to be something related to org-fragtog, or the creation of the latex preview. Its the first time I see it and I am not sure how it happened (can't reproduce it), but the error itself asked that I report this to the mailing list, so here I a