Re: ChangeLog.org

2022-07-22 Thread Dr. Arne Babenhauserheide
Uwe Brauer writes: > So the question is, how to generate this file. Maybe there is a > ChangeLog-->ChangeLog.org exporter/converter? > > https://github.com/johnlepikhin/el-conventional-changelog/blob/master/conventional-changelog.el I see only 6 calls to git in that file. Maybe the easiest way

Re: Volunteering to maintain ob-asymptote.el within Org

2022-07-22 Thread Jarmo Hurri
Greetings Munyoki. Munyoki Kilyungi writes: > Hi Jarmo! > > Jarmo Hurri anaandika: > >> I hereby volunteer to maintain ob-asymptote.el. > > Nice! > >> This file has been moved >> to org-contrib, but I would like it to be brought back into Org itself. >> >> I strongly feel that Asymptote is

Re: The fate of ob-asymptote.el

2022-07-22 Thread Jarmo Hurri
Hello Ihor. Ihor Radchenko writes: > Max Nikulin writes: > >>> Is major-mode for editing asymptote code available easily? >>> I was unable to find anything relevant in ELPA and non-GNU ELPA. >> >> I am not an asymptote user, but the following suggests that it may be >> installed with

Volunteering to maintain ob-processing.el

2022-07-22 Thread Jarmo Hurri
Greetings. I see that ob-processing.el has currently no maintainer. I volunteer. All the best, Jarmo

[PATCH] Re: [BUG] org-attach-id-ts-folder-format fails on customized IDs [9.6 (9.6-??-2e9999783)]

2022-07-22 Thread Ihor Radchenko
Janek F writes: > When setting org-id-method to 'ts or 'org, > org-attach seems to use org-attach-id-ts-folder-format > to create its hierarchy. > > However I tend to customize IDs for important files by hand, > causing any attempt to use org-attach on that file to fail > if the ID is shorter

Re: [FR] Make :var foo=name-of-src-block assign the source block code instead of currently assigned result of evaluation (was: [PATCH] Add :noweb-prefix and :noweb-trans babel header arguments)

2022-07-22 Thread Ihor Radchenko
Sébastien Miquel writes: > The uses are maybe too niche to warrant the breaking change. A syntax > extension like > : var=block-id[] > seems possible, even though brackets are already overloaded. This sounds better. Using brackets will actually make a lot of sense. Currently, we have roughly

Re: [BUG] Comment links for tangled source blocks at the file root are broken [9.5.4 (9.5.4-gb3b17c @ /home/user/.emacs.d/straight/build/org/)]

2022-07-22 Thread Ihor Radchenko
Elias Kueny writes: > There seems to be an issue with using ":comments link" when the source block > is at the root of the org file instead of under a heading. This happens using > emacs -Q. > > A file containing something like this: > #+begin_src elisp :tangle yes :comments link > (message

Re: [PATCH] ox-latex.el: Unify in one single list Babel and Polyglossia languages alists

2022-07-22 Thread Juan Manuel Macías
Max Nikulin writes: > Form my point of view it is unnecessary magic. Originally #+latex_header > is intended for valid LaTeX code OK, so why not just: #+latex_header: % NOLANG ? I think this has in its favor: a) it is simple and obvious to remember; b) it's a single string, and of course c)

Re: [PATCH] ox-latex.el: Unify in one single list Babel and Polyglossia languages alists

2022-07-22 Thread Max Nikulin
On 21/07/2022 22:39, Juan Manuel Macías wrote: Max Nikulin writes: I would vote for a custom variable, at the global level (I agree with the options you suggest) and at the document level, to economize, perhaps this would be enough to avoid the code of both babel and polyglossia:

Re: [PATCH] oc-csl: Add support for sub-bibliographies

2022-07-22 Thread Ihor Radchenko
András Simonyi writes: > ...of course, I managed to leave a typo in the manual patch, please > ignore the earlier version and consider the attached one. Thanks! Could you please create a dedicated subsection under "15 Citation handling" instead of documenting PRINT_BIBLIOGRAPHY together with

Re: [PATCH] ox-latex.el: Unify in one single list Babel and Polyglossia languages alists

2022-07-22 Thread Ihor Radchenko
Juan Manuel Macías writes: > Here is a new version of the patch, with the fixes added. Thanks! Considering that the followup discussion deviated from the substance of the patch towards related design issues, I have decided to marge the patch as is. We can decide on handling AUTO staff later -

Re: [PATCH] Re: [9.5.2] [org-keys] [cursor keys with modifiers] ESC missing?

2022-07-22 Thread Ihor Radchenko
Ihor Radchenko writes: > The fix is attached. Applied onto main via b6098500a. Best, Ihor

Re: [PATCH] Add make target to ease creating reproducers and testing them

2022-07-22 Thread Ihor Radchenko
Ihor Radchenko writes: > I propose a new make target: make repro > It will run the commands we already suggest, but without a need to > create minimal file, pass all that arguments to emacs, etc Applied onto main via b713b9afa. Best, Ihor

Re: [PATCH] ox-latex.el: Unify in one single list Babel and Polyglossia languages alists

2022-07-22 Thread Juan Manuel Macías
Juan Manuel Macías writes: > OK, so why not just: > > #+latex_header: % NOLANG > > ? Forget this. On second thought, I think that the option you proposed "#+LaTeX_Header: % \usepackage{babel}" is much better. (I don't know where my head was and I didn't remember there was a string-match, so

Re: Specify defaults for In Buffer Settings

2022-07-22 Thread Greg Minshall
Eric, > Have a look at #+SETUP but also consider the autoinsert package. sorry, but what is the autoinsert package? cheers, Greg

Re: numbering src blocks in HTML export

2022-07-22 Thread Greg Minshall
Ihor, > Dear All, may we should provide a normal header arg as an equivalent of > switches? Honestly, this whole switch syntax sounds unnecessary and only > over-complicates things. i'm a fan.

Re: ChangeLog.org

2022-07-22 Thread Uwe Brauer
>>> "AB" == Arne Babenhauserheide writes: > Uwe Brauer writes: >> So the question is, how to generate this file. Maybe there is a >> ChangeLog--> ChangeLog.org exporter/converter? >> >> https://github.com/johnlepikhin/el-conventional-changelog/blob/master/conventional-changelog.el > I see

[Problem persits] (was: [a kludge])

2022-07-22 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: >>> "UB" == Uwe Brauer writes: >> Hi >> I attach a file that hopefully explains the problem. >> That file contains 109 heading, each heading has 17 different >> properties when all of them are included in the > It seems that > #+begin_src emacs-lisp :results

form-like process for entering rows in an org-mode table?

2022-07-22 Thread Greg Minshall
hi. does anyone have any code, or know of any existing package, that would allow for some sort of form-like (or "transient"-like) interface for adding rows to an org-mode table? in particular, that provides some sort of =completing-read= interface for a given set of choices for a given column,

Re: Confused about source code blocks evaluation when exporting

2022-07-22 Thread Fraga, Eric
On Friday, 22 Jul 2022 at 06:27, alain.coch...@unistra.fr wrote: > Plus one must revisit the file when changing the value of > that variable. You can reload local variables by hitting C-c C-c on the #+title: line, for instance. -- : Eric S Fraga, with org release_9.5.4-557-g3bbbf7 in Emacs

Re: Specify defaults for In Buffer Settings

2022-07-22 Thread Fraga, Eric
On Friday, 22 Jul 2022 at 19:05, Greg Minshall wrote: > sorry, but what is the autoinsert package? It comes with Emacs: ,[ C-h f auto-insert RET ] | auto-insert is an autoloaded interactive compiled Lisp function in | ‘autoinsert.el’. | | (auto-insert) | | Insert default contents into new

Re: Specify defaults for In Buffer Settings

2022-07-22 Thread Greg Minshall
Fraga, Eric wrote: > It comes with Emacs: ah! thanks! cheers, Greg

Re: Confused about source code blocks evaluation when exporting

2022-07-22 Thread Alain . Cochard
Fraga, Eric writes on Fri 22 Jul 2022 17:09: > On Friday, 22 Jul 2022 at 06:27, alain.coch...@unistra.fr wrote: > > Plus one must revisit the file when changing the value of > > that variable. > > You can reload local variables by hitting C-c C-c on the #+title: line, > for instance. Ah

[BUG] Comment links for tangled source blocks at the file root are broken [9.5.4 (9.5.4-gb3b17c @ /home/user/.emacs.d/straight/build/org/)]

2022-07-22 Thread Elias Kueny
Hello, There seems to be an issue with using ":comments link" when the source block is at the root of the org file instead of under a heading. This happens using emacs -Q. A file containing something like this: #+begin_src elisp :tangle yes :comments link (message "test") #+end_src tangles

org-encode-time bug

2022-07-22 Thread Morgan Smith
Hello, I'm using emacs from commit f258f67 (quite recent) and org from commit 39005dc (quite recent). I'm using native compilation and PGTK. I was able to reproduce this with 'emacs -Q' When trying to update a clocktable I get the following backtrace (with a little bit removed). Debugger

Re: Publishing a project and selecting files (possibly with tags)

2022-07-22 Thread Hanno Perrey
Dear Benoit, this does sound like what I have done for my blog: I write all blog posts as org files in a single directory called "posts" and publish them through org-publish. In each file, I define tags via the =FILETAGS= keyword. Upon publishing, I set =:sitemap-format-entry= in

Re: org-encode-time bug

2022-07-22 Thread Ihor Radchenko
Morgan Smith writes: > I'm using emacs from commit f258f67 (quite recent) and org from commit > 39005dc (quite recent). > > I'm using native compilation and PGTK. > Debugger entered--Lisp error: (invalid-function org-encode-time) > org-encode-time((0 0 0 21 7 2022 4 t -14400)) >