Re: [BUG] URI handling is overly complicated and nonstandard [9.6.7 (N/A @ /gnu/store/mg7223g8mw90lccp6mm5g6f3mpjk70si-emacs-org-9.6.7/share/emacs/site-lisp/org-9.6.7/)]

2023-08-31 Thread Max Nikulin
On 31/08/2023 22:25, Csepp wrote: There seems to be no easy way to tell it to just treat it the same way it would treat an HTTP link and include it verbatim. There does seem to be a way to do some Elisp scripting, but it's honestly really annoying to do this for every protocol type. Please,

Re: [PATCH] lisp/org-table.el: Allow named columns on lhs

2023-08-31 Thread Gavin Downard
Ihor Radchenko writes: > It has been over one month since the last message in this thread. > Gavin, may I know if you are still interested to work on the patch? Apologies for the lack of communication. I do plan on working on this patch in the near future.

Re: Unclear where ob-spice.el is being maintained

2023-08-31 Thread Bastien Guerry
Ihor Radchenko writes: > Committed. Note that ob-spice was _not_ listed in the README. > https://git.sr.ht/~bzg/org-contrib/commit/be51e9833b4f3393f4003c88131ba0a0a172c10d Indeed! > We may consider tagging a new release. Yes, please go ahead as you see fit. -- Bastien Guerry

[BUG] URI handling is overly complicated and nonstandard [9.6.7 (N/A @ /gnu/store/mg7223g8mw90lccp6mm5g6f3mpjk70si-emacs-org-9.6.7/share/emacs/site-lisp/org-9.6.7/)]

2023-08-31 Thread Csepp
I'm trying to include a tel: link in a curriculum vitae page that I want to export to HTML. Org-Mode fails during export because it thinks that tel:+1234 is an internal link. There seems to be no easy way to tell it to just treat it the same way it would treat an HTTP link and include it

Re: [BUG] Clocking with inlinetasks

2023-08-31 Thread Ihor Radchenko
Ypo writes: > When clock-in, if there is an inline task above the point, the clock is > set below the END of the inlinetask, instead of in the main headline. I cannot reproduce on the latest main. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [BUG] Clocking with inlinetasks

2023-08-31 Thread Russell Adams
On Wed, Aug 30, 2023 at 08:41:27PM +0200, Ypo wrote: > When clock-in, if there is an inline task above the point, the clock is > set below the END of the inlinetask, instead of in the main headline. Thanks for the report. I think currently that's the expected behavior, because the inline task is

[BUG] Clocking with inlinetasks

2023-08-31 Thread Ypo
When clock-in, if there is an inline task above the point, the clock is set below the END of the inlinetask, instead of in the main headline. Best regards

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-31 Thread Ypo
Hi, Adams In an org block: - You can't use directly the org-mode keybinding. - Visually, by default, it is different from the other headlines. - When exporting, by default, it doesn't seem appropriate for reading. - When inserting, by default, it is not as easy as inlinetasks are. I will

Re: Fallback fonts in LaTeX export for non latin scripts

2023-08-31 Thread Juan Manuel Macías
Ihor Radchenko writes: > Juan Manuel Macías writes: >> The idea is to start from a defcustom that is an alist where each element >> has the structure (script font). There would also be a default script + >> font, for example ("latin" "Linux Libertine"). At the moment it would >> only work for

Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property]

2023-08-31 Thread Jens Schmidt
On 2023-08-31 10:08, Ihor Radchenko wrote: > Jens Schmidt writes: > >>> Implemented in the next version of the patch, please check. >> >> Gentle ping ... > > I was waiting for your comment on > https://list.orgmode.org/orgmode/874jklhqw2.fsf@localhost/ Ah, ok, sorry. I will give that branch

Re: Passing table to Ruby session

2023-08-31 Thread Ihor Radchenko
Ihor Radchenko writes: > On Org side, the best we might do is splitting the long command into > multiline (if ruby REPL supports line continuation like \ > this or similar). Of course, it will be a workaround. Fixed, on main.

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-31 Thread Ihor Radchenko
Juan Manuel Macías writes: >> And what about drawers? Don't they fit the idea of "detached" element? > > But drawers would not serve as a "detached section"... Although they are > certainly very versatile. I usually use drawers to export as small > "containers". And when I don't export them,

Re: Unclear where ob-spice.el is being maintained

2023-08-31 Thread Ihor Radchenko
Bastien Guerry writes: >> Bastien, it looks like we can now remove ob-spice from org-contrib. >> Please, confirm. > > I do, thanks. Committed. Note that ob-spice was _not_ listed in the README. https://git.sr.ht/~bzg/org-contrib/commit/be51e9833b4f3393f4003c88131ba0a0a172c10d We may consider

Re: Fallback fonts in LaTeX export for non latin scripts

2023-08-31 Thread Ihor Radchenko
Juan Manuel Macías writes: > These days I'm working on some experimental code to try to provide Org > with some sort of fallbacks fonts on LaTeX export. The functionality > would (for now) be linked to LuaTeX + babel package, since XeTeX, > although it has the ucharclasses package, is more

Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property]

2023-08-31 Thread Ihor Radchenko
Jens Schmidt writes: >> Implemented in the next version of the patch, please check. > > Gentle ping ... I was waiting for your comment on https://list.orgmode.org/orgmode/874jklhqw2.fsf@localhost/ -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [PATCH] testing: Delete duplicate tests

2023-08-31 Thread Ihor Radchenko
Ilya Chernyshov writes: > Thank you! If a function that checks for duplicate tests is a welcome > addition to org tests, I'll send is as a patch. What do you think? It would be great. Thanks in advance! -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [PATCH] testing: Delete duplicate tests

2023-08-31 Thread Ilya Chernyshov
Ihor Radchenko writes: > I have re-introduced the new tests in place of the removed ones, > according to my and Max's findings. On top of the patch. > > Applied, onto main. > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=fe85d61a9 >