Re: [BUG] Re: 98e168b48 Add compatibility wrapper for string-clean-whitespace (Emacs 26 compatibility) [9.6-pre (release_9.5.5-920-g057193 @ /home/yantar92/.emacs.d/straight/build/org/)]

2022-10-07 Thread Kyle Meyer
Ihor Radchenko writes: > I do recall Nicolas repeatedly voicing against usage of subr-x staff: > > https://orgmode.org/list/87wo4en8qk@nicolasgoaziou.fr 2. we don't use "subr-x.el" in the code base. In particular, it would be nice to replace `when-let' with `when' +

Re: recent org-export-copy-buffer incompatible with Emacs < 28

2022-10-07 Thread Ihor Radchenko
Kyle Meyer writes: > b45911d41 (org-export-copy-buffer: Prevent saving to disk, 2022-10-07) > uses `always', but that function isn't available until Emacs 28.1, > specifically 825aed11d26 (Add the `always' function, 2021-02-20). Fixed. I somehow missed it during my compatibility test runs.

recent org-export-copy-buffer incompatible with Emacs < 28

2022-10-07 Thread Kyle Meyer
Hi Ihor, b45911d41 (org-export-copy-buffer: Prevent saving to disk, 2022-10-07) uses `always', but that function isn't available until Emacs 28.1, specifically 825aed11d26 (Add the `always' function, 2021-02-20).

Re: test-org-table/sort-lines: Failing test on macOS

2022-10-07 Thread Ihor Radchenko
Max Nikulin writes: > On 07/10/2022 03:15, Rudolf Adamkovič wrote: >> >> If I understand, "a" should be less than "B" when under "C" locale when >> ignoring case (nil) , right? Yet, I get the following: >> >> (string-collate-lessp "a" "B" "C" nil) ; => nil > > When case is not ignored (4th

[PATCH v2] Re: [BUG] Tables with square brackets do not compile in PDF (latex) export [9.5 (release_9.5-59-g52e6f1 @ /home/sjt015/repo/emacs/lisp/org/)]

2022-10-07 Thread Ihor Radchenko
Max Nikulin writes: >> +(defconst org-latex-linebreak-safe "\\relax" > > Is there a reason why you did not add \n at the end? It could help to > avoid a lot of `concat' calls. Mostly because there are a couple of places where we need the version without newline. I though that `concat' is

[PATCH] LSP support in org-src buffers

2022-10-07 Thread Karthik Chikmagalur
Hi folks, I've added limited support for LSP via Eglot in org-src-mode buffers. I was intending to publish it as a package but it was suggested to me that it could live as part of Org instead, especially now that Eglot is intended to be part of the upcoming Emacs release. Here are some

Re: [BUG] Re: 98e168b48 Add compatibility wrapper for string-clean-whitespace (Emacs 26 compatibility) [9.6-pre (release_9.5.5-920-g057193 @ /home/yantar92/.emacs.d/straight/build/org/)]

2022-10-07 Thread Ihor Radchenko
Kyle Meyer writes: >> It is available in Emacs-26, however (require 'subr-x) should be added. >> >> There is `org-trim' and despite it is less generic, likely it can be >> used if subr-x is avoided for some reason. > > Ihor, sorry for overlooking that. As Max mentions, indeed string-trim > used

Re: Org, Hyperbole, and eev

2022-10-07 Thread Jean Louis
* Eduardo Ochs [2022-10-08 03:28]: > On Thu, 29 Sept 2022 at 06:22, Jean Louis wrote: > > > > I am definitely interested, make prototype please. Just can't answer > > properly on travel. > > Hi Jean Louis, > > Sorry, I will have to put that on hold until my holidays... I wrote a > very

Re: Org and Hyperbole

2022-10-07 Thread Jean Louis
* Hendursaga [2022-10-08 03:46]: > Jean Louis writes: > > > Of course it is so much better option than keeping stuff in text. All > > properties shall be in the database. SQLite is not a network database, thus > > it disables collaboration. It is better developing with PostgresSQL or > >

Re: [BUG] org-toggle-headline inserts "TODO" regardless of local definitions [9.5 (9.5-g0a86ad @ /home/rasmus/.emacs.d/elpa/org-9.5/)]

2022-10-07 Thread Ihor Radchenko
Tim Cross writes: > I do wonder if the doc string for org-toggle-heading needs updating. It > makes no reference to making a list item a todo heading if it looks like > a todo item. I was actually surprised that org-toggle-heading adds > keywords at all. While headings and todo items are

Re: [BUG] org-toggle-headline inserts "TODO" regardless of local definitions [9.5 (9.5-g0a86ad @ /home/rasmus/.emacs.d/elpa/org-9.5/)]

2022-10-07 Thread Ihor Radchenko
Ihor Radchenko writes: > autofrettage writes: > >> * DONE Apple >> ** TODO Banana >> >> ...instead of these: >> >> * baz Apple >> ** foo Banana > > Confirmed. > > Currently, checkbox to todo keyword mapping is hard-coded in > org-list-to-subtree. > > We may use something like > [ ] -> (car

[BUG?] :eval strip-export acts like :eval yes :noweb yes even during export (was: :eval yes use and documentation)

2022-10-07 Thread Ihor Radchenko
Ihor Radchenko writes: > Charles Millar writes: > >> Is ":eval yes" officially allowed and, if so, why is it not documented? >> >> Should it be? > > Yes, it should be. Moreover, we have strip-export value undocumented. > > Confirmed. Fixed on main.

Re: [Bug] Date span failure in agenda w/o day of week in timestamp?

2022-10-07 Thread Ihor Radchenko
Ihor Radchenko writes: > Russell Adams writes: > >> -- >> * Fails w/o DOW, end time at 2100 not 0200 >> >> <2022-04-28 21:00>--<2022-04-29 02:00> > > Confirmed. > > The problem is that org-ts-regexp1 does not match "2022-04-29 02:00". I > am not

Re: [BUG] Inline images cannot be displayed [9.5 (release_9.5-108-g93132c @ /tmp/org-mode/lisp/)]

2022-10-07 Thread Ihor Radchenko
Bhavin Gandhi writes: >> Recipe: >> >> 1. emacs -Q >> >> 2. Make the following settings: >> >>(setq org-image-actual-width nil) >>(setq org-startup-with-inline-images t) >> >> 3. Open some org-mode file containing image links, e.g. >> >>#+attr_org: :width 50% >>

Re: Org and Hyperbole

2022-10-07 Thread Hendursaga
Jean Louis writes: > Of course it is so much better option than keeping stuff in text. All > properties shall be in the database. SQLite is not a network database, thus > it disables collaboration. It is better developing with PostgresSQL or > MariaDB, or other network databases. Vanilla

Re: Org, Hyperbole, and eev

2022-10-07 Thread Eduardo Ochs
On Thu, 29 Sept 2022 at 06:22, Jean Louis wrote: > > I am definitely interested, make prototype please. Just can't answer properly > on travel. Hi Jean Louis, Sorry, I will have to put that on hold until my holidays... I wrote a very primitive prototype, but I never had to write much code that

Re: Org and Hyperbole

2022-10-07 Thread Jean Louis
* Robert Weiner [2022-10-04 09:29]: > Another good thought. Anyone can add an embeddable export of Koutlines; I > don't think we'll find time to do that in the mainline development branch > though. Creating HTML export that is messy has greater impact on people, no matter of popularity of the

Re: Org and Hyperbole

2022-10-07 Thread Jean Louis
* Payas Relekar [2022-10-04 09:56]: > Not Jean, but as someone using Org with Hyperbole, this is a great news! > > > We welcome brief summaries of features you need for effective note taking > > in Emacs. We are not looking to do much with images or on mobile devices, > > just focused on people

Re: Org and Hyperbole

2022-10-07 Thread Jean Louis
* David Masterson [2022-10-04 21:12]: > Robert Weiner writes: > > > We welcome brief summaries of features you need for effective note > > taking in Emacs. We are not looking to do much with images or on > > mobile devices, just focused on people who spend a lot of time in > > Emacs and want

Re: Org and Hyperbole

2022-10-07 Thread Jean Louis
* Robert Weiner [2022-10-04 09:26]: > Thanks, Jean. We have started work on a note-taking subsystem for > Hyperbole that will store UUIDs per note and will likely support backlinks > too. We are seeing if we can make it support Koutlines, Emacs Outlines, > Org mode files and Markdown files,

Re: [HELP] Fwd: Org format as a new standard source format for GNU manuals

2022-10-07 Thread Richard Stallman
[[[ To any NSA and FBI agents reading my email: please consider]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > For some context, in order to support specialized syntax for manuals, we > may

Org contacts documentation

2022-10-07 Thread Renato Pontefice
Hi, I'm unable to find documentation about this package. Could someone tell me where I can find it? I think this package is enough ok for me (I don’t need a DB to store just few people), but I’m unable to start using it, because of lack of documentation. Is there someone that could show me

Re: Org and Hyperbole

2022-10-07 Thread Jean Louis
* Samuel Wales [2022-06-23 04:13]: > i am interested in whether hyperbole can inspire org. or maybe spin > off stuff that is useful for org. Hyperbole is used on top of anything, useful for any mode, be it read only, writable, any. > i find org-link-minor-mode to be really useful.

Re: Org and Hyperbole

2022-10-07 Thread Jean Louis
On October 4, 2022 6:05:58 PM UTC, David Masterson >One major use-case for Org is capturing a task quickly. This can be >done with Org or Mobile-Org (BeOrg, Orgzly). One feature not easily >available is attaching images to the task to better explain the task. > >Thoughts on this? There are

Re: Some links in online manual do not work

2022-10-07 Thread Tim Landscheidt
Bastien Guerry wrote: >> AFAIK, our nginx configs are not public, but Bastien may privately share >> them if you are willing to help. > FWIW, I've shared the nginx.config here: > https://git.sr.ht/~bzg/worg/tree/master/item/nginx.conf Thanks. Assuming the relevant line is: | rewrite

Re: Some links in online manual do not work

2022-10-07 Thread Bastien Guerry
Ihor Radchenko writes: > AFAIK, our nginx configs are not public, but Bastien may privately share > them if you are willing to help. FWIW, I've shared the nginx.config here: https://git.sr.ht/~bzg/worg/tree/master/item/nginx.conf -- Bastien

Re: [BUG] Re: 98e168b48 Add compatibility wrapper for string-clean-whitespace (Emacs 26 compatibility) [9.6-pre (release_9.5.5-920-g057193 @ /home/yantar92/.emacs.d/straight/build/org/)]

2022-10-07 Thread Kyle Meyer
Max Nikulin writes: > On 07/10/2022 12:14, Ihor Radchenko wrote: >> >> The following commit adds `string-trim', which is not yet available in >> Emacs 26. > > It is available in Emacs-26, however (require 'subr-x) should be added. > > There is `org-trim' and despite it is less generic, likely it

Propertize some navigational keybindings

2022-10-07 Thread Rudolf Adamkovič
Howdy, howdy! Please review the attached patch that propertizes (i.e. adds style to) the navigational keybindings displayed in the header of the Org Export dispatch UI. Thank you! Rudy >From bfe0018037ba8ccfe961d7bd4c0b985bd7496898 Mon Sep 17 00:00:00 2001 From:

Re: The Org mode in the Org Git does not export

2022-10-07 Thread Rudolf Adamkovič
Ihor Radchenko writes: > I do not see how it is related. Do you see the error with your config > or with clean Emacs? Good point. Just with my config. Ignoring for now! > Oops. Another side-effect of `buffer-file-name'. Fixed now. Thank you! >> (2) no corruption happens to the original

Re: [BUG] org-beamer :BEAMER_ACT: ignored on columns

2022-10-07 Thread Fraga, Eric
On Thursday, 6 Oct 2022 at 08:01, Fraga, Eric wrote: > On Thursday, 6 Oct 2022 at 11:06, Ihor Radchenko wrote: >> Is there any reason why you only allow actions for "column" environment >> specifically? What about other environments? I've removed the check (not only for the new actions aspect

Re: watch YT videos through in Emacs [Was: Interest in an Org video meetup?]

2022-10-07 Thread Juan Manuel Macías
Hola, Quirilo, Quiliro Ordóñez writes: >> There is the YouTube option, which I imagine no one would like (me >> neither). The only thing in its favor is that Invidious can be used to >> watch the videos. BTW, I watch YT videos through Invidious in Emacs, >> with the Ytel package and EMMS/MPV. >

Update Org to MathJax 3

2022-10-07 Thread Rudolf Adamkovič
Hello smart people! With all the talk about Emacs 29, I figured we should update Org Mode to use MathJax 3, to catch up with the rest of the world. >From the documentation (for MathJax 3.0 released in 2019): > Version 3.0 of MathJax is a complete rewrite of MathJax from the > ground up, and its

Re: Interest in an Org video meetup?

2022-10-07 Thread George Mauer
I would try to join. One thing I always mention when conversations about recording come up is that if you promote recordings as a resource, it is considered good form to have transcription available. I'm pretty sure a community effort like this world be under no ADA obligations (unlike company

Re: test-org-table/sort-lines: Failing test on macOS

2022-10-07 Thread Max Nikulin
On 07/10/2022 03:15, Rudolf Adamkovič wrote: If I understand, "a" should be less than "B" when under "C" locale when ignoring case (nil) , right? Yet, I get the following: (string-collate-lessp "a" "B" "C" nil) ; => nil When case is not ignored (4th argument is nil) locale-dependent

Re: [PATCH] Re: [BUG] Tables with square brackets do not compile in PDF (latex) export [9.5 (release_9.5-59-g52e6f1 @ /home/sjt015/repo/emacs/lisp/org/)]

2022-10-07 Thread Max Nikulin
On 07/10/2022 15:31, Ihor Radchenko wrote: I am attaching a tentative patch to fix this. However, I am not sure if I replaced \\ with \\\relax in the right places. Ihor, thank you for looking into this issue. I have not read your patch with enough attention to check that regular paragraphs,

watch YT videos through in Emacs [Was: Interest in an Org video meetup?]

2022-10-07 Thread Quiliro Ordóñez
Hola Juan Manuel. > There is the YouTube option, which I imagine no one would like (me > neither). The only thing in its favor is that Invidious can be used to > watch the videos. BTW, I watch YT videos through Invidious in Emacs, > with the Ytel package and EMMS/MPV. Nice. Is there a guide to

Re: Interest in an Org video meetup?

2022-10-07 Thread Juan Manuel Macías
Russell Adams writes: >> Even if there is a recording, where can we publish the recorded videos? > > Exactly. > > Recording brings with it extra logistics, which is why I deferred the > issue. ;] I was just asking, out of curiosity, if it was planned to be published. I really don't know where it

Re: The Org mode in the Org Git does not export

2022-10-07 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Ihor Radchenko writes: > >> Rudolf, please kindly confirm that the export performance is back to >> satisfactory on the latest main. > > Performance back to normal! Though, I noticed two issues. > > *** ISSUE 1: Error when exporting. *** > > While exporting, I see

Re: The Org mode in the Org Git does not export

2022-10-07 Thread Rudolf Adamkovič
Ihor Radchenko writes: > Rudolf, please kindly confirm that the export performance is back to > satisfactory on the latest main. Performance back to normal! Though, I noticed two issues. *** ISSUE 1: Error when exporting. *** While exporting, I see the error: "Org mode fontification error

[PATCH] Re: [BUG] Tables with square brackets do not compile in PDF (latex) export [9.5 (release_9.5-59-g52e6f1 @ /home/sjt015/repo/emacs/lisp/org/)]

2022-10-07 Thread Ihor Radchenko
Max Nikulin writes: > On 10/11/2021 23:16, Stewart Thomas wrote: >> >> A table in which a first column begins with square brackets is not >> compiling. The square bracket is interpreted by latex as an argument >> to the preceding line break. > > Confirmed > > To fix the bug newline (in tables

Re: Bug: html-postamble string does not allow space [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/27.2/lisp/org/)]

2022-10-07 Thread Ihor Radchenko
Tim Cross writes: > Confirm. > > I am able to reproduce this issue with I might be missing something, but does `org-export--parse-option-keyword' even support spaces inside values? > I also feel the manual page could be improved as it doesn't actually > mention setting the html-postamble to a

Re: [BUG] "args out of range" on link heading completion [9.5 (9.5-gd361c7 @ /Users/carlos/.emacs.d/straight/build/org/)]

2022-10-07 Thread Ihor Radchenko
Carlos Pita writes: > I believe the problem is in: > > (defun pcomplete/org-mode/searchhead () >... > ;; When completing a bracketed link, i.e., "[[*", argument > ;; starts at the star, so remove this character. > (substring pcomplete-stub 1 <--

Re: [BUG] Re: 98e168b48 Add compatibility wrapper for string-clean-whitespace (Emacs 26 compatibility) [9.6-pre (release_9.5.5-920-g057193 @ /home/yantar92/.emacs.d/straight/build/org/)]

2022-10-07 Thread Max Nikulin
On 07/10/2022 12:14, Ihor Radchenko wrote: The following commit adds `string-trim', which is not yet available in Emacs 26. It is available in Emacs-26, however (require 'subr-x) should be added. There is `org-trim' and despite it is less generic, likely it can be used if subr-x is avoided

Re: Interest in an Org video meetup?

2022-10-07 Thread Ihor Radchenko
Russell Adams writes: > Would there be any interest in a monthly 1-2 hour long ad-hoc screen > sharing and video discussion for Org-mode? If we get more than a couple of people, this can certainly be interesting. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode