Re: [Help] How to show contents of just the filtered headlines

2024-10-30 Thread Ihor Radchenko
Kepa writes: > I would like to generate a buffer with the agenda entries with a specified > tag, including their contents, not only headlines. The ideal way would be to > unfold directly in the agenda, is it possible? Check out org-agenda-entry-text-mode and org-agenda-follow-mode. > What wou

Re: [PATCH v10] Inline image display as part of a new org-link-preview system

2024-10-30 Thread Karthik Chikmagalur
>> 2. Org's LaTeX previews (both the existing and WIP versions) use a >> different system. They set two overlay properties: `category' set to >> `org', and `org-overlay-type', set to `org-latex-preview'. Should we >> use a consistent set of properties to identify Org-related overlays? > > May yo

Re: [PATCH v10] Inline image display as part of a new org-link-preview system

2024-10-30 Thread Ihor Radchenko
Karthik Chikmagalur writes: > I have one more question for you: > > The overlay property that is used to check if it corresponds to a link > preview is inconsistent with the rest of Org right now. We are checking > for the non-nil overlay property `org-image-overlay'. > > 1. Should we rename th

Re: An org-follow-mode following org/org-roam links

2024-10-30 Thread Sébastien Lerique
On 26 Oct 2024 at 17:59, Ihor Radchenko wrote: > You can do something like (save-excursion (org-back-to-heading t) > (point-marker)) > This will move point back to the beginning of current heading, return > marker corresponding to that point, and move back. > Indeed, thanks to

Re: Org-cite: Replace basic follow-processor with transient menu?

2024-10-30 Thread Ihor Radchenko
Tor-björn Claesson writes: > (defcustom org-cite-basic-follow-actions > '[["Open" > ("b" "bibliography entry" org-cite-basic-goto (list (transient-scope) > 0))] > ["Copy" > ("d" "DOI" org-cite-basic-follow.copy-doi)] > ["Browse" > ("u" "url" org-cite-basic-follow.bro

What is the status of ob-ditaa?

2024-10-30 Thread Jarmo Hurri
Greetings. I just tried to export an org file with bunch of ditaa images and got the infamous error: Error: Unable to initialize main class org.stathissideris.ascii2image.core.CommandLineConverter Caused by: java.lang.NoClassDefFoundError: org/apache/commons/cli/ParseException This is under F

Re: What is the status of ob-ditaa?

2024-10-30 Thread Colin Baxter
> Jarmo Hurri writes: > I just tried to export an org file with bunch of ditaa images and > got the infamous error: > Error: Unable to initialize main class > org.stathissideris.ascii2image.core.CommandLineConverter Caused > by: java.lang.NoClassDefFoundError: > org/a

Fix `org-priority' screwing up links

2024-10-30 Thread Rudolf Adamkovič
Here is a bug I stumbled upon today: REPRODUCTION STEPS: (1) Create an Org file with the heading: * Bug [[http://example.com][#123]] (2) With the point on the heading, type `C-c , A'. EXPECTED: * [#A] Bug [[http://example.com][#123]] ACTUAL: * Bug [[http://example.com][#A]] Rudy -- "Progr