[BUG] Parser error: Invalid search bound (wrong side of point) [9.7 (9.7-??-e90a8a69a @ /home/user/.emacs.d/.local/straight/build-29.1/org/)]

2023-10-17 Thread General discussions about Org-mode.
Hello, I ran `C-c C-x C-l` to create a LaTeX preview of the following inline fragment in an Org document: $\text{CaCo}_3$, and this bug happened. This is my first bug report so let me know if anything else is necessary. - Lorenzo

Re: [BUG] CI jobs do not appear to be running

2023-10-17 Thread Bastien Guerry
Hi Ihor, Ihor Radchenko writes: > May you also check if new commits in Org repo still trigger the check? New commits in Org repo don't trigger the checks directly. Instead, there is a cron job running every three hours and running the checks iff there are new commits. >

Re: Consider removing newlines from org-insert-link help message

2023-10-17 Thread Salih Muhammed
> I am not sure. Your variant will be worse on smaller screens > or terminals, when the line wrap may look more ugly for longer line. What about replacing it with shorter description? "Insert a link. Use TAB for prefixes completion, RET for type-specific completion" This is only 80

Re: org-notify: Need to get notifications at the start time of the task (in addition to the deadline)

2023-10-17 Thread Peter Münster
On Sun, Jun 05 2016, Amit Tendulkar wrote: > I need a way to get notifications at the time of starting a task or at > the start of the meeting (i.e. the SCHEDULED timestamp). Hi Amit, This should work now with the latest version (0.1.1) from ELPA. Cheers, -- Peter signature.asc

Re: [SUMMARY] #3 [[bbb:OrgMeetup]] on Wed, Oct 11, 19:00 UTC+3

2023-10-17 Thread Eshel Yaron
Hello Ihor, Ihor Radchenko writes: > - There was a demo demonstrating how to export texinfo manual to HTML > with source code examples fontified as in Org mode > > - The motivation is limited Org support for manual authoring > - ELPA, when generating manuals from Org sources, does not

Re: Consider removing newlines from org-insert-link help message

2023-10-17 Thread Ihor Radchenko
Salih Muhammed writes: > https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/ol.el#n1856 > > (insert "Insert a link. > Use TAB to complete link prefixes, then RET for type-specific completion > support\n") > > This causes a stretch in the message buffer, which sometimes is

Re: Case insensitivity of simple [[links]]

2023-10-17 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> Note that there is generally no guarantee that [[name]] link will be >> exported as "name" by any particular backend. Your workaround with >> num:nil is just a workaround that may or may not work in future. > > I did not know this is

Re: Escape :end: inside #+begin_example

2023-10-17 Thread Ihor Radchenko
Max Nikulin writes: > is there a way to quote a drawer inside a literal example that resides > in another drawer? Leading comma ",:end:", unlike for ",* Heading" or > ",#+end_src", is not stripped on export or C-c ' (`org-edit-special') > > :drawer: > #+begin_src elisp >":src: >%s >

Re: [BUG] CI jobs do not appear to be running

2023-10-17 Thread Ihor Radchenko
Bastien Guerry writes: > There was a problem with the oauth token not being able to interact > with the (legacy) builds.sr.ht API. I've updated the script so that > it now uses the hut utility (see https://git.sr.ht/~emersion/hut) > and tests are running again. Thanks! May you also check if

Consider removing newlines from org-insert-link help message

2023-10-17 Thread Salih Muhammed
https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/lisp/ol.el#n1856 (insert "Insert a link. Use TAB to complete link prefixes, then RET for type-specific completion support\n") This causes a stretch in the message buffer, which sometimes is being a little bit annoying, I'm