Re: Re: [External] : Re: Adding custom providers for thingatpt.el (was: [PATCH] Add support for 'thing-at-point' to get URL at point)

2024-05-08 Thread Pedro Andres Aranda Gutierrez
H, Drew Hmmm... thanks for the clarification. That's going to be extremely helpful once I'm back on track after the "grading season" ;-) All this started, at least for me, when I was trying to write a simple interactive function to copy the contents of the cell the point is in to the kill-ring (and

Re: [PATCH] Add support for shortdoc link type

2024-05-08 Thread Bruno Cardoso
On 2024-05-08, 18:20 +0700, Max Nikulin wrote: > I have not managed to get all known groups with `shortdoc-display-group' > in Emacs-28. Is it a feature of `shortdoc' in Emacs-29? In Emacs-29 `shortdoc' is an alias for `shortdoc-display-group'. Interactvely, it prompts the user for a group fr

Info manual looks funny because of tables and footnotes

2024-05-08 Thread Morgan Smith
Hello! I'm currently running org from commit '773bba92a8e2b927427cf1daf374fa774fe834e0' (+ my own modifications). I was reading the manual `8.4.2 The clock table' when I got down to the `:block' section I noticed it was way too wide. Like this wide: ‘:block’ The time block to cons

Re: Q: org-publish-project-alist and :exclude

2024-05-08 Thread David Masterson
David Masterson writes: > Ihor Radchenko writes: > >> David Masterson writes: >> >>> Hmm. Couldn't get rx (or rx-to-string) to work for me. Kept getting an >>> error that a stringp was expected for the argument to :exclude. I tried >>> variations on: >>> >>> :exclude (rx-to-string (seq (or

Re: [WORG] 2680e65 * org-maintenance.org (Copyright assignments): Minor improvements

2024-05-08 Thread Ihor Radchenko
Ihor Radchenko writes: >> FWIW, I'd be inclined to leave the task for future action, perhaps >> changing it to a WAITING keyword with a state-change note explaining the >> status (that's what I use in my system, anyway). But if you disagree, I >> won't argue. > > I do not mind. I can also add

Re: [PATCH] Add support for shortdoc link type

2024-05-08 Thread Max Nikulin
On 08/05/2024 08:11, Bruno Cardoso wrote: The following now work as expected: - [[shortdoc:string]] - [[shortdoc:string::#try-completion]] - [[shortdoc:string::identical contents]] Thanks. Bruno, the patch should have proper commit message, see

Re: [PATCH] Fix regex for determining image width from attribute

2024-05-08 Thread Ihor Radchenko
Max Nikulin writes: >> 1. #+attr_org is prioritised > > I ma afraid, the code is a bit fragile. Consider > > #+attr_html: :alt Image width test > #+attr_beamer: :width \linewidth > #+attr_latex: :width +.5\textwidth > #+attr_md: :width 75% > [[file:babelfish.png]] > > - I do not mind that just "\

Re: [PATCH] Fix regex for determining image width from attribute

2024-05-08 Thread Max Nikulin
On 02/05/2024 23:28, Ihor Radchenko wrote: 1. #+attr_org is prioritised I ma afraid, the code is a bit fragile. Consider #+attr_html: :alt Image width test #+attr_beamer: :width \linewidth #+attr_latex: :width +.5\textwidth #+attr_md: :width 75% [[file:babelfish.png]] - I do not mind that ju