Re: Worg: issue with org-tools page

2023-08-06 Thread Ihor Radchenko
Bastien Guerry writes: >> So, there is still a problem with ESS installation. >> We may need to update the build manifest yet more. >> Probably "elpa-ess" is installed into some weird place, out of >> load-path. > > I added the load-path for ess, this seems to work. May it be enough to drop

Re: Worg: issue with org-tools page

2023-08-06 Thread Ihor Radchenko
Max Nikulin writes: >> I am not sure why it would be useful to limit the number of errors to >> anything other than 0/infinity. > > You have agreed that aborting of upload on any error may be > disappointing when the error was introduced by another person. This will not happen now. See

Re: [PATCH] org-macs: Fix incorrect use of relative paths in org-compile-file

2023-08-06 Thread Roshan Shariff
Thanks again Ihor! For the future, I wanted to clarify that I do have a copyright assignment to the FSF "for the suite of programs known as GNU EMACS". I have a signed copy of the assignment form dated 3 April, 2022. I should be in the list as "Roshan Shariff", but if not I can follow up with the

Re: [PATCH] org-macs: Fix incorrect use of relative paths in org-compile-file

2023-08-06 Thread Ihor Radchenko
Roshan Shariff writes: > For the future, I wanted to clarify that I do have a copyright > assignment to the FSF "for the suite of programs known as GNU EMACS". > I have a signed copy of the assignment form dated 3 April, 2022. I > should be in the list as "Roshan Shariff", but if not I can

Re: Worg: issue with org-tools page

2023-08-06 Thread Bastien Guerry
Ihor Radchenko writes: > May it be enough to drop --quick in Emacs call from publish.sh instead > of manually adding system-installed Emacs packages? Indeed. Please go ahead: experimental commits won't hurt much. > May we just set #+PROPERTY: header-args :eval no-export across > examples?

Re: org-agenda queries for absent properties

2023-08-06 Thread Ihor Radchenko
Jens Schmidt writes: > - I used "\(?NUM: ... \)" constructs to explicitly number the subres. >Hope this is OK w.r.t. style and backward-compatibility. Yes, it is ok. > - I fixed the operator-matching subre to also include `==', `!=', `/=' >but exclude `<<' and the like which currently

Re: [ANN] lisp/ob-tangle-sync.el

2023-08-06 Thread Ihor Radchenko
Mehmet Tekman writes: > Anyway, I finally did it - I got it to work. Every single patch now > pasts tests. Consider the following edge case: #+PROPERTY: header-args :tangle "file name with spaces and no word.txt" #+begin_src emacs-lisp :tangle sync #+end_src With your patch, I got :tangle

Re: Worg: issue with org-tools page

2023-08-06 Thread Max Nikulin
On 05/08/2023 19:23, Ihor Radchenko wrote: Max Nikulin writes: I was trying to modify publish.sh to collect errors up to a reasonable number, a draft is attached. ... Currently it just prints summary of failures. When allowed failures count is exceeded, it fails immediately. ./publish.sh

[patch] ox-latex.el: fix blank lines behavior in verse block

2023-08-06 Thread Juan Manuel Macías
Rationale for this patch: the treatment of blank lines in `org-latex-verse-block' is inconsistent with the syntax of the `verse' environment, both the one that includes LaTeX and the one provided by the `verse' package as a replacement for the former. Currently, each blank line is exported to

Re: org-agenda queries for absent properties

2023-08-06 Thread Jens Schmidt
On 2023-08-06 11:19, Jens Schmidt wrote: I will also add tests for matching property names having minuses and then we can see how it goes. Went well. With a property name regexp "\\(?5:[[:alnum:]_-]+\\)" and the following Org file -- * H1

Re: [PATCH] org-macs: Fix incorrect use of relative paths in org-compile-file

2023-08-06 Thread Bastien Guerry
Ihor Radchenko writes: > Bastien, may you please confirm Roshan's copyright status? Yes, I do confirm Roshan is a FSF registered contributor for Emacs. -- Bastien Guerry

Re: [Help] org-capture: How to capitalize the text entered from the "nth prompt"

2023-08-06 Thread Ihor Radchenko
Maske writes: > Could it be possible, in org-capture, to capitalize the text entered > from a previous prompt? Check out https://github.com/progfolio/doct -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: Maintenance status of individual Org libraries

2023-08-06 Thread Ihor Radchenko
Bastien Guerry writes: > Ihor Radchenko writes: > >> Should we try to make a call for maintenance at least for some of these >> libraries? > > Definitely. We should probably prioritize files in this list, then > ask on this list *and* on the web. > > Let's make sure we propose this as

Re: How to put a string produced by an Elisp form in an Org source block in the Org file?

2023-08-06 Thread Ihor Radchenko
Marcin Borkowski writes: >> May you elaborate why you consider this a bug? > > I wouldn't call it a bug per se. If my chart looks like this: > > | > * > |* > | * > +--*- > > it is displayed in Org example block as > > | > ,* > |* > | * > +--*- Is there any problem with the default results

Re: [PATCH] org-manual: Add references to LaTeX docs

2023-08-06 Thread Ihor Radchenko
David Masterson writes: > I think you meant '=texdoc latex=' here. > ... > Oh, also 'open a PDF file'. > > Everything else looks good. Thanks for the review! Applied, with the suggested amendments, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=f4fecc244 -- Ihor

Re: org-agenda queries for absent properties

2023-08-06 Thread Jens Schmidt
On 2023-08-06 09:55, Ihor Radchenko wrote: But from here it gets more intersting: - The code uses subre "-" in property names to (supposedly) allow for inclusion of minus characters in property names, which (probably) could be confused with term negation. Not probably. It is

Re: [PATCH] org-macs: Fix incorrect use of relative paths in org-compile-file

2023-08-06 Thread Ihor Radchenko
Roshan Shariff writes: > Thanks for the feedback! I'm attaching a new version of the patch that > improves the commit message and avoids the use of file-name-concat. Thanks! Applied, onto main, with minor amendments. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=4ea9a98f8 I

[BUG] Geiser fails to start REPL on Emacs 26

2023-08-06 Thread Ihor Radchenko
Hi, Our (Org mode) CI is now failing to run ob-scheme tests because Geiser fails to run REPL: https://builds.sr.ht/~bzg/job/1035753 Test test-ob-scheme/tables backtrace: (obsolete max-specpdl-size)() geiser-syntax--read-from-string("#") geiser-guile-update-warning-level()

Re: What is a week?

2023-08-06 Thread Bastien
Hi Marcin, I've found your entry in the FSF records for signed contributors but if you have a new employer, he would have to sign the FSF assignment. The form is here: https://orgmode.org/request-assign-future.txt Of course, that's if you *want* to contribute with code and patches. I do

[BUG?] org-babel eval src block with :dir parameter

2023-08-06 Thread Sławomir Grochowski
Dear All, I'm surprised by this behaviour. #+begin_src sh :results replace output ls #+end_src #+RESULTS: : file1.txt : file2.txt Adding :dir parameter changes output RESULTS. It's now wrapped in #+begin_example #+end_example block. #+begin_src sh :dir ~/ :results replace output ls #+end_src

Re: [BUG?] org-babel eval src block with :dir parameter

2023-08-06 Thread Ihor Radchenko
Sławomir Grochowski writes: > I'm surprised by this behaviour. > > #+begin_src sh :results replace output > ls > #+end_src > > #+RESULTS: > : file1.txt > : file2.txt > > Adding :dir parameter changes output RESULTS. It's now wrapped in > #+begin_example #+end_example block. I am pretty sure

Re: [PATCH] Re: what is the purpose of "This link has already been stored"?

2023-08-06 Thread Samuel Wales
i am confused. org-stored-links is a command? what are the known user needs for storing and pasting links? i am also unclear on why we have a dedicated paste function as opposed to kill ring. probably a good reason. but wfm. i merely wanted to store then yank a link. which in bugfix errors

Re: What is a week?

2023-08-06 Thread Bastien Guerry
Ihor Radchenko writes: > Thanks for the clarification. > Bastien, I think we should update the copyright status in WORG. Maybe > also inform FSF? I've updated the status in Worg. -- Bastien

Re: [PATCH] org-faq.org: Inline comments

2023-08-06 Thread Bastien Guerry
Ihor Radchenko writes: > Max Nikulin writes: > >>> The proposed FAQ entry is overwhelming. It would work fine as a blog, >> >> A blog with a couple of posts a year has a little sense. Moreover it is >> closer to a wiki article because it is supposed to be updated. That is >> why I asked for

Re: [PATCH] Re: what is the purpose of "This link has already been stored"?

2023-08-06 Thread Bastien
Ihor Radchenko writes: > * lisp/ol.el (org-link-store-existing): New customization controlling > how to deal with already stored links. > (org-store-link): Respect the new customization, allowing duplicates > to (1) be added anyway; (2) be ignored; (3) be moved to front of > `org-stored-links'.

Re: [BUG] Geiser fails to start REPL on Emacs 26

2023-08-06 Thread Jose A. Ortega Ruiz
Hi. Thanks for the heads up. I've upped the requirement in Geiser 0.29.1 to Emacs 27.1. Cheers, jao On Sun, Aug 06 2023, Ihor Radchenko wrote: > Hi, > > Our (Org mode) CI is now failing to run ob-scheme tests because Geiser > fails to run REPL: > > https://builds.sr.ht/~bzg/job/1035753 > >

Re: [BUG?] org-babel eval src block with :dir parameter

2023-08-06 Thread Sławomir Grochowski
Yes I just simplified the example. The case is if I add :dir param it result will be wrapped it #+begin_example #+end_example block. On Sun, Aug 6, 2023 at 9:02 PM Ihor Radchenko wrote: > Sławomir Grochowski writes: > > > I'm surprised by this behaviour. > > > > #+begin_src sh :results replace