whether org-mode should ignore links in properties drawer?

2025-03-26 Thread stardiviner
I use org-mode to manage bookmarks, contacts, and ebook library etc. So offten insert URL or other link types as property value in the properties drawer. For example: #+begin_src org ,*** INPROGRESS xgCloud :LOG:bookmark:repeat:subscribe: SCHEDULED: <2024-10-21 Mon .+1y> :PRO

Re: print bibliography without a title

2025-03-26 Thread Scott Randby
On 3/25/25 18:53, Sébastien Gendre wrote: Hello, I want to print a bibliography in my Org document and I use `#+print_bibliography:`. But when I do, it automatically create a section with a title. And I want it to not create a section. Only insert in the section where I call the print. How ca

Re: [patch] ox-man: footer-middle and header-middle options

2025-03-26 Thread Grégoire Scano
Hello, Sorry for the delay. My company need some time to process the document as it is the first time they have to deal with such request. I will keep you informed as soon as I have more information. Cheers, Grégoire On 3/25/25 01:50, Ihor Radchenko wrote: > Grégoire Scano writes: > >>> Would

Re: [PATCH] ox-texinfo: Preserve source block language fields during export

2025-03-26 Thread Rudolf Adamkovič
Ihor Radchenko writes: > CCing the maintainer. You were 3 minutes faster than me. :) > Note, however, that > https://www.gnu.org/software/texinfo/manual/texinfo/texinfo.html#Syntax-Highlighting > may or may not understand the src block language names as they are used > in Org. We may want some

Re: [PATCH] Capitalize JavaScript correctly

2025-03-26 Thread Rudolf Adamkovič
Ihor Radchenko writes: > With this change, the example will no longer work, because [...] Oops. Fixed. Third time is the charm? Rudy >From d15652fb6ecfa9e496e6aebf4fbb57e9dcc4e129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rudolf=20Adamkovi=C4=8D?= Date: Fri, 21 Mar 2025 14:25:05 +0100 Subject

Re: [PATCH] Preview LaTeX recursively

2025-03-26 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Previews are currently acting on section, not subtree. Both for latex > and image previews. TIL what a "section" is and that images do the same. Canceled. :) Rudy -- "I would prefer an intelligent hell to a stupid paradise." --- Blaise Pascal Rudolf Adamkovič [he/hi

Re: how can I filter my agenda on tags?

2025-03-26 Thread Michael Soulier
On 2025-03-12 9:16 a.m., Michael P. Soulier wrote: I just can't seem to get this working. During the work hours I want to include in my agenda only TODO items that have the @work, @calls or @errands tags. I tried one tag initially and I can't get that working. Looking at the docs, regexp seems t

Re: Possible bug with speed commands, macros and flyspell-mode (was: One big file or multiple small ones)

2025-03-26 Thread Ihor Radchenko
Rens Oliemans writes: > Ihor Radchenko writes: > >> I am unable to reproduce neither with the latest main nor with Emacs 30. > > That is strange, I am able to reproduce as well, at least after activating > (flyspell-mode). Both on current main: > > Org mode version 9.8-pre (release_9.7.26-6-ga

Re: [BUG] (Feature request) Allow org-cite-insert to completing-read-just-once [9.7.11]

2025-03-26 Thread Daan Ro
> We need to indicate which separator is used somehow. > > For example, here is what `org-agenda-filter' does in similar situation: > > (completing-read > (concat > (if negate "Negative filter" "Filter") > " [+cat-tag<0:10-/regexp/]: ") > #'org-agenda-filter-completion-function > nil nil ff) > Rig

Use of #+include: inside list with breaking change?

2025-03-26 Thread Jens Lechtenboerger
Dear all, I want to use the keyword #+include: inside lists to embed source code for HTML export (`C-c C-e h h'), like so: * foo - A list #+include: bar.txt src text Previously, that worked. On Org main, the list now gets closed before the source code container is generated. I want to achiev

Re: [FR] org-colview.el, add annotation for functions summary-types

2025-03-26 Thread Sławomir Grochowski
Ihor Radchenko writes: > It has been a while since the last activity in this thread. > May I know if you still plan to work on this patch? Thank you Ihor for reminding me of this. The functionality almost works... there is only one thing that blocked me. In the `completing-read' function, the v