[PATCH worg] Fix broken link

2023-07-14 Thread Evgenii Klimov
>From ed39640d75df231c8826191f2576fcfd6a5aa723 Mon Sep 17 00:00:00 2001 From: Evgenii Klimov Date: Sat, 15 Jul 2023 00:34:58 +0100 Subject: [PATCH] org-contrib/babel/languages/index.org: Fix broken link --- org-contrib/babel/languages/index.org | 2 +- 1 file changed, 1 insertion(+), 1

Re: [Pre-PATCH v2] Add the capability to specify lexical scope in tangled files (was: Add new :lexical header argument)

2023-07-14 Thread Thomas S. Dye
Evgenii Klimov writes: No Wayman writes: [...] I, and others, have been surprised to find that the tangled file does not have lexical binding enabled when :lexical blocks are tangled. Am I correct that language-specific header arguments are not yet covered in the manual? I can't

Re: [Pre-PATCH v2] Add the capability to specify lexical scope in tangled files (was: Add new :lexical header argument)

2023-07-14 Thread Evgenii Klimov
No Wayman writes: [...] > I, and others, have been surprised to find that the tangled file does > not have lexical binding enabled when :lexical blocks are tangled. Am I correct that language-specific header arguments are not yet covered in the manual? I can't find any reference of "lexical"

Re: [Pre-PATCH v2] Add the capability to specify lexical scope in tangled files (was: Add new :lexical header argument)

2023-07-14 Thread No Wayman
From: Ihor Radchenko I am not sure if I like this approach. I have 2 problems with the patch: 1. Previous users of :lexical header arg might be surprised. Though it is an OK breaking change since people who used :lexical argument and expected it to be ignored in the tangled file

Re: [BUG] WORG example for ob-lilypond is no longer working as described (was: Moving some lisp/ob-*.el files to org-contrib - your advice?)

2023-07-14 Thread Ihor Radchenko
Jonathan Gregory writes: >> Looks like this on my side as well. > > Given the feedback, I went ahead and changed the lilypond.org > file: > > https://git.sr.ht/~bzg/worg/commit/6f69d212f41bc372426dc9b4df286638fe8f2a92 Thanks! It would be even nicer if we allowed

Re: [BUG] WORG example for ob-lilypond is no longer working as described (was: Moving some lisp/ob-*.el files to org-contrib - your advice?)

2023-07-14 Thread Ihor Radchenko
"Dr. Arne Babenhauserheide" writes: > -#+begin_src org :exports none > +#+begin_src lilypond :exports none > > That’s strange — what was the reason for using org as source before? Could be just a typo. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at

Re: [BUG] WORG example for ob-lilypond is no longer working as described (was: Moving some lisp/ob-*.el files to org-contrib - your advice?)

2023-07-14 Thread Dr. Arne Babenhauserheide
Jonathan Gregory writes: > Given the feedback, I went ahead and changed the lilypond.org file: > > https://git.sr.ht/~bzg/worg/commit/6f69d212f41bc372426dc9b4df286638fe8f2a92 -#+begin_src org :exports none +#+begin_src lilypond :exports none That’s strange — what was the reason for using org

Re: Dates in headlines

2023-07-14 Thread Max Nikulin
On 03/02/2023 03:37, Ihor Radchenko wrote: Max Nikulin writes: May it happen that in some old Org version timestamps at the end of headings were removed due by code intended to handle statistics cookie [1/10]? I do not see how. A patch for `org-store-link' tests reminded me about this

Re: [BUG] WORG example for ob-lilypond is no longer working as described (was: Moving some lisp/ob-*.el files to org-contrib - your advice?)

2023-07-14 Thread Jonathan Gregory
Hi On 13 Jul 2023, Ihor Radchenko wrote: Jonathan Gregory writes: Can you check if adding: \version "2.24.1" #(ly:set-option 'use-paper-size-for-page #f) #(ly:set-option 'tall-page-formats 'pdf) to the version-and-paper block fixes the issue. Yes, except that I have lilypond 2.24.0,

Re: [BUG] org-store-link on document title

2023-07-14 Thread Max Nikulin
On 29/06/2023 22:54, Ihor Radchenko wrote: Anthony Carrico writes: On 6/29/23 09:20, Ihor Radchenko wrote: Sure. And if it were a plain file link, there would be no reason to assign TITLE as description. Because the link would be to a generic line in file. What? The title is the perfect

Re: [PATCH] testing: Delete duplicate tests

2023-07-14 Thread Max Nikulin
On 13/07/2023 02:22, Ilya Chernyshov wrote: +++ b/testing/lisp/test-ol.el @@ -301,14 +301,6 @@ Seehttps://github.com/yantar92/org/issues/4.; (let ((file (buffer-file-name))) (equal (format "[[file:%s::two]]" file file) (org-store-link nil)) - (should -

Re: [BUG] Error in data input and output format for org-columns--summary-estimate

2023-07-14 Thread andrea
Howdy! Da "Ihor Radchenko" yanta...@posteo.net A and...@fedeli.eu Cc emacs-orgmode@gnu.org Data Fri, 14 Jul 2023 09:02:04 + Oggetto Re: [BUG] Error in data input and output format for org-columns--summary-estimate [ Adding Org ML back to CC. Please use "reply all" to

[BUG] org-babel-result-to-file failed when buffer is narrowed [9.7 (9.7-??-f7aa8c1 @ c:/Users/yhht/.config/emacs/.local/straight/build-29.0.60/org/)]

2023-07-14 Thread 赵一宇
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: [Pre-PATCH v2] Add the capability to specify lexical scope in tangled files (was: Add new :lexical header argument)

2023-07-14 Thread Timothy
Hi Ihor, > 2. More importantly, we are adding ob-emacs-lisp-specific handling into >generic ob-tangle. > > What about generalizing the idea and providing a way to set Emacs > buffer-local variables in the tangled files? Looking at this patch earlier, I had the same concern. I think it’s

Re: [Pre-PATCH v2] Add the capability to specify lexical scope in tangled files (was: Add new :lexical header argument)

2023-07-14 Thread Ihor Radchenko
Evgenii Klimov writes: > diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS > index a4725ae8c..c632c4814 100644 > --- a/etc/ORG-NEWS > +++ b/etc/ORG-NEWS > @@ -284,6 +284,13 @@ setting the ~STYLE~ property for each sub-task. > The change is breaking when ~org-use-property-inheritance~ is set to ~t~. >

Re: [BUG] Error in data input and output format for org-columns--summary-estimate

2023-07-14 Thread Ihor Radchenko
[ Adding Org ML back to CC. Please use "reply all" to reply on the mailing list ] "and...@fedeli.eu" writes: > I do apologize, I noticed only now the patch content: the output > format of duration-from-minutes Is controlled by the > org-duration-format variable, so if the user wants

Re: [PATCH worg] ob-doc-python: Use ":results file link" for returning filenames

2023-07-14 Thread Ihor Radchenko
~jackkamm writes: > From: Jack Kamm > > The correct usage for returng filenames as paths is to use the link > header arg. This updates the ob-doc-python examples to follow this > convention now. See also: > https://list.orgmode.org/87ttu95xst.fsf@localhost/ Thanks! Applied, onto master.

Re: [PATCH v2] ob-tangle.el: Blocks overwrite each other when grouping before tangling

2023-07-14 Thread Ihor Radchenko
Evgenii Klimov writes: > In this version I just updated the docstrings for the relevant > functions, because prior to that it wasn't clear: does this "default > export file for *all* source blocks" influence blocks with :tangle > "yes"/FILENAME? Thanks for the patch, but we need to be careful