Re: is it possible to choose a completion engine?

2023-05-22 Thread Samuel Wales
i guess menu selection is a kind of completion and frameworks coud be used also. a big thing for me that works with ido and ido-hacks and ido-clever-match is olpath completion for refile-goto and refile. On 5/22/23, Ihor Radchenko wrote: > web...@toryanderson.com (Tory S. Anderson) writes: >

Re: [PATCH] Highlight ANSI sequences in the whole buffer (was [PATCH] ANSI color on example blocks and fixed width elements)

2023-05-22 Thread Nathaniel Nicandro
Ihor Radchenko writes: > Nathaniel Nicandro writes: > >>> 1. Do not allow ANSI sequences to intersect markup boundaries of the >>>same AST depth: >>>*bold * plain text should not trigger fontification >>>*bold /italic/ * should trigger >>>plain text *bold* plain text also

Re: [BUG] org-element-cache [9.6.5 (release_9.6.5-3-g2993f4 @ /opt/homebrew/Cellar/emacs-plus@29/29.0.90/share/emacs/29.0.90/lisp/org/)]

2023-05-22 Thread Ihor Radchenko
Daniel Popescu writes: > Warning (org-element-cache): org-element--cache: Unregistered buffer > modifications detected (126308 != 126242). Resetting. > If this warning appears regularly, please report the warning text to Org > mode mailing list (M-x org-submit-bug-report). > The buffer is:

Re: [BUG] org-mode cached element has wrong parent in daily.org [9.6.1 (9.6.1-??-fe92a3c @ /home/woopityscoop/.config/emacs/.local/straight/build-28.1/org/)]

2023-05-22 Thread Ihor Radchenko
Lucas Mei writes: > This is my org file that I use for daily tracking. For some reason on > the agenda mode, it breaks around Break (2) Thanks for reporting! I can see that you are not using the latest Org release. May you please update to Org 9.6.6 and then let us know if you are still seeing

[BUG] org-capture, level-2 heading, org-set-tags-command [9.6.6 ( @ /Users/pu/.emacs.d/elpa/org-9.6.6/)]

2023-05-22 Thread Patrick Useldinger
Hello I've come across what seems to be a bug in org-element-cache handling. To reproduce: 1) create a level 1 heading (in my case: "CAPTURE") and a level 2 heading (in my case: "CAPTURE-TEST") 2) create a similar template to file tasks under a level-2 heading: ("x" "Todo (test)" entry (file+olp

[BUG] org-mode cached element has wrong parent in daily.org [9.6.1 (9.6.1-??-fe92a3c @ /home/woopityscoop/.config/emacs/.local/straight/build-28.1/org/)]

2023-05-22 Thread Lucas Mei
This is my org file that I use for daily tracking. For some reason on the agenda mode, it breaks around Break (2) 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

[BUG] org-element-cache [9.6.5 (release_9.6.5-3-g2993f4 @ /opt/homebrew/Cellar/emacs-plus@29/29.0.90/share/emacs/29.0.90/lisp/org/)]

2023-05-22 Thread Daniel Popescu
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.

[FR] Enhance footnote editing?

2023-05-22 Thread Andrea Lazzarini
I have recently developed a very simple package, org-footnote-assistant (link: https://github.com/lazzalazza/org-footnote-assistant), which aims to enhance the functionality and user experience of footnotes within Org Mode. It mainly uses an indirect buffer to try to solve the problem of limited

Re: [FR] Enhancing footnote managment (via indirect buffer)?

2023-05-22 Thread Ihor Radchenko
Andrea Lazzarini writes: > Eldoc (or tooltips) could be great for previewing: I'm going to give them a > try > and to see how they might be integrated in an academic writing workflow. > I wander if they would maintain buffer-specific highlighting though... AFAIK, Eldoc expects a function that

Re: How to filter a clock table by property value?

2023-05-22 Thread Nick Dokos
Marcin Borkowski writes: > On 2023-05-08, at 17:30, Ihor Radchenko wrote: > >> Marcin Borkowski writes: >> >>> #+BEGIN: clocktable :match "property=\"value\"" >>> #+END >> >> "+property=\"value\"" >> >> I just tried #+BEGIN: clocktable :scope subtree :match "+ID=\"Organization\"" >> and it

Change colour of hyperlinks in Beamer presentation

2023-05-22 Thread Loris Bennett
Hi, In my Beamer presentation the hyperlinks, all URLs, appear as normal text and can only be identified by the change in the cursor when the mouse moves over them. How can I change the colour of such links? I have already several lines such as #+LATEX_HEADER:

Re: [FR] Enhancing footnote managment (via indirect buffer)?

2023-05-22 Thread Andrea Lazzarini
> Il giorno 22 mag 2023, alle ore 13:45, Ihor Radchenko > ha scritto: > > Andrea Lazzarini writes: > >> I am writing to you because I have recently published a simple package called >> org-footnote-assistant >> [https://github.com/lazzalazza/org-footnote-assistant], >> which aims at

Re: is it possible to choose a completion engine?

2023-05-22 Thread Ihor Radchenko
web...@toryanderson.com (Tory S. Anderson) writes: > Org currently stands out from my workflow because it does completions its own > way, with lists and number/letter keys. It would be nice if I could instead > have the benefit of vertico, or helm, or whatever else instead. Org would > even

Re: [PATCH] lisp/org.el: allow org-return to call org-open-at-point on citations

2023-05-22 Thread Bruno Cardoso
On 2023-05-22, 10:49 +, Ihor Radchenko wrote: > Thanks! > May you also update the docstring of `org-return-follows-link' and add > etc/ORG-NEWS entry? Hi Ihor, here's the updated patch as suggested. Best, Bruno. >From 436cd212507cc948af8de6f9e57b5e14e29f23dd Mon Sep 17 00:00:00 2001

Re: [FR] Enhancing footnote managment (via indirect buffer)?

2023-05-22 Thread Ihor Radchenko
Andrea Lazzarini writes: > I am writing to you because I have recently published a simple package called > org-footnote-assistant [https://github.com/lazzalazza/org-footnote-assistant], > which aims at improving the overall functionality and user experience of > footnotes > within Org Mode.

Re: [PATCH] lisp/org.el: allow org-return to call org-open-at-point on citations

2023-05-22 Thread Ihor Radchenko
Bruno Cardoso writes: > This patch is a tiny change that allows `org-return' to call > `org-open-at-point' when cursor is over org-cite citations. Thanks! May you also update the docstring of `org-return-follows-link' and add etc/ORG-NEWS entry? -- Ihor Radchenko // yantar92, Org mode

[PATCH] lisp/org.el: allow org-return to call org-open-at-point on citations

2023-05-22 Thread Bruno Cardoso
Hello everyone. This patch is a tiny change that allows `org-return' to call `org-open-at-point' when cursor is over org-cite citations. Best, Bruno. >From 19409cbf70958aa1d7f508cd7151f36a92212341 Mon Sep 17 00:00:00 2001 From: bruno Date: Sun, 21 May 2023 15:53:42 -0300 Subject: [PATCH]

[FR] Enhancing footnote managment (via indirect buffer)?

2023-05-22 Thread Andrea Lazzarini
I am writing to you because I have recently published a simple package called org-footnote-assistant [https://github.com/lazzalazza/org-footnote-assistant], which aims at improving the overall functionality and user experience of footnotes within Org Mode. The current management of footnotes has

Re: how to insert, interactively org-time-stamp with any time

2023-05-22 Thread Uwe Brauer
> Uwe Brauer writes: > C-u C-c . 2023-05-22 16:45 > or (is you do it today) > C-u C-c . 16:45 Ah, thanks > That's your setting, no? It looks like you have no equivalent of AM/PM > in your locale, so %p expands to empty string, prepended by space, as > you instructed. On my side, your value

Re: how to insert, interactively org-time-stamp with any time

2023-05-22 Thread Ihor Radchenko
Uwe Brauer writes: > Using C-u C-c . > > Prompts a date and the actual time, however how can I change the actual > time? No key seems to allow that, so only end up with for example > > <2023-05-22 09:45> > > But I would like for example to chose > > <2023-05-22 16:45> > > How can I achieve

Re: [BUG] org-capture, level-2 heading, org-set-tags-command [9.6.6 ( @ /Users/pu/.emacs.d/elpa/org-9.6.6/)]

2023-05-22 Thread Ihor Radchenko
Patrick Useldinger writes: >> https://github.com/Malabarba/elisp-bug-hunter >> > > bug hunter hasn't helped at all, maybe I've missed something, will have > to try again later. It will not catch anything automatically - you likely need to do interactive debugging here. I provided an example

how to insert, interactively org-time-stamp with any time

2023-05-22 Thread Uwe Brauer
Hi Using C-u C-c . Prompts a date and the actual time, however how can I change the actual time? No key seems to allow that, so only end up with for example <2023-05-22 09:45> But I would like for example to chose <2023-05-22 16:45> How can I achieve that? BTW the way the time stamp is

Re: is it possible to choose a completion engine?

2023-05-22 Thread Pedro Andres Aranda Gutierrez
Tory writes: > Org currently stands out from my workflow because it does completions its own way, with lists and number/letter keys. It would be nice if I could instead have the benefit of vertico, or helm, or whatever else instead. Org would even benefit from marginalia and embark in some cases.