Re: babel default header args as functions

2021-09-28 Thread Matt Huszagh
Timothy writes: > I just read your docs patch, and that’s lead to a quick question: does this > patch > support a header arg function in the form “(:file . > #’my-org-file-name-generator)”? Unfortunately it doesn't. It's been about a year since I wrote this patch, so I'm a bit hazy on some of

Re: Merging latest org-mode for Emacs 28.1

2021-09-28 Thread Tim Cross
Timothy writes: > Hi Tim, > >> A new version org 9.5 is going to be released this week. Not sure if >> Emacs maintainers want to bundle this new version or prefer to just >> continue with current 9.4 version. I suspect the latest 9.4 will be the >> preferred version given 9.5 is only going to

Re: Merging latest org-mode for Emacs 28.1

2021-09-28 Thread Timothy
Hi Tim, > A new version org 9.5 is going to be released this week. Not sure if > Emacs maintainers want to bundle this new version or prefer to just > continue with current 9.4 version. I suspect the latest 9.4 will be the > preferred version given 9.5 is only going to be released in the next

Re: Merging latest org-mode for Emacs 28.1

2021-09-28 Thread Tim Cross
Stefan Kangas writes: > Hi org-mode, > > Stefan Kangas writes: > >> As a heads up, Emacs is getting ready to cut the emacs-28 branch in >> preparation of the upcoming release of Emacs 28.1: >> >> https://lists.gnu.org/archive/html/emacs-devel/2021-07/msg00812.html >> >> It would be good

Re: [SOLVED] (was: how to export checkboxes to odt?)

2021-09-28 Thread Timothy
Hello, >> Any idea how to export checkboxes to odt? >> I mean not just simply having [ ] in the odt document but having them >> translated as actual boxes. > > Either using latex ⊠ > or UTF8 ☒ I’m wondering, would this be worth adding to ox-odt? All the best, Timothy

Re: babel default header args as functions

2021-09-28 Thread Timothy
Hi Matt, > Here’s the patch for the news item. Bear in mind that the last part > about lazy evaluation is only true for the newest patch. I just read your docs patch, and that’s lead to a quick question: does this patch support a header arg function in the form “(:file .

Re: babel default header args as functions

2021-09-28 Thread Matt Huszagh
Matt Huszagh writes: > I've tested it, and if you revert > 78783f4e47901255695031dae0efcbb301a40878 and apply the new patch, it > will apply with conflicts. Let me know if you run into any difficulties, > have any concerns, etc. That "with" should be "without"... Matt

Re: babel default header args as functions

2021-09-28 Thread Matt Huszagh
Matt Huszagh writes: > Thanks Bastien, and no worries about the delay. However, I hate to say > it but I think you may have applied an old patch. The most recent patch > is > > https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/txtzi_PffIaG1.txt > > Let me know what I can do. I've tested

Re: babel default header args as functions

2021-09-28 Thread Matt Huszagh
Bastien writes: > Applied, thanks, and sorry again for the lng delay. Thanks Bastien, and no worries about the delay. However, I hate to say it but I think you may have applied an old patch. The most recent patch is https://lists.gnu.org/archive/html/emacs-orgmode/2020-09/txtzi_PffIaG1.txt

Re: Release 9.5 tomorrow

2021-09-28 Thread Yasushi SHOJI
Hi Bastien, It's not that important, but if you have time would you please take a look at this: https://list.orgmode.org/44f768b5-bade-e07a-29a7-15999eefd...@binghamton.edu/t/#mc90ae0a5266fe201d44e6f8f174b2d874f7c57fd Thanks, -- yashi On Tue, Sep 28, 2021 at 11:44 PM Bastien

Re: Bug: Org mode fails to compile using Emacs 24.5-r10

2021-09-28 Thread Tim Cross
Max Nikulin writes: > On 28/09/2021 12:33, Bastien wrote: >> Tim Cross writes: >> >>> I do think it is probably time to drop support for Emacs 24 in the next >>> major release. However, we cannot drop it 'mid release'. >> I've added a section called "Compatibility with Emacs versions" on >>

Re: Bug: Org mode fails to compile using Emacs 24.5-r10 [9.4.5 (9.4.5-g3ea248 @ /home/yantar92/.emacs.d/straight/build/org/)]

2021-09-28 Thread Tim Cross
Bastien writes: > Hi Tim, > > Tim Cross writes: > >> I do think it is probably time to drop support for Emacs 24 in the next >> major release. However, we cannot drop it 'mid release'. > > I've added a section called "Compatibility with Emacs versions" on > this page:

Adjust git redirect to [correct] savannah repo

2021-09-28 Thread John Hendy
Greetings, I haven't updated org in quite some time. Doing my typical git pull, I got this notice: $ git pull make clfatal: unable to update url base from redirection: asked for: https://code.orgmode.org/bzg/org-mode.git/info/refs?service=git-upload-pack redirect:

[PATCH] Treat :tangle-mode as an octal value not integer

2021-09-28 Thread Jeremy Cowgar
As an org user I would expect :tangle-mode 0660 to produce a file that has user rw, group rw, other nothing. Instead, what really happens currently is 0660 is treated as an integer which is actually 3140. This produces unexpected file permissions. Prior to this patch to have rw,rw,none, one has

[PATCH] manual: Remove a couple of stray words from the citation handling section

2021-09-28 Thread András Simonyi
Dear All, the patch which I attached removes some stray/leftover words from the manual's section on citations. best wishes, András From 1936c8a3e4668192cb279f417d980fa353fc6bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Simonyi?= Date: Tue, 28 Sep 2021 23:13:07 +0200 Subject:

Re: how to export checkboxes to odt?

2021-09-28 Thread Juan Manuel Macías
Hi Uwe, Uwe Brauer writes: > Any idea how to export checkboxes to odt? > > I mean not just simply having [ ] in the odt document but having them > translated as actual boxes. You can try: (defun my/org-odt--checkbox (item) "Return check-box string associated to ITEM." (let ((checkbox

Re: [PATCH] async process in R

2021-09-28 Thread Jeremie Juste
Hello Chuck, > OK. The patch works when applied on top of the previous 2 (but the second one > has the same name, so there is that to watch out for). Thanks for the feedback, I'll make sure to provide unique names for patches in the future. > > However, I think we are not quite home free. With

Re: Bug: Org mode fails to compile using Emacs 24.5-r10

2021-09-28 Thread Samuel Wales
in debian lts stretch, which goes to June 30, 2022, there is both with 24 being the default. there are a bunch of packages made into debian packages. idk if they work with both. On 9/28/21, Max Nikulin wrote: > On 28/09/2021 12:33, Bastien wrote: >> Tim Cross writes: >> >>> I do think it is

[SOLVED] (was: how to export checkboxes to odt?)

2021-09-28 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > Any idea how to export checkboxes to odt? > I mean not just simply having [ ] in the odt document but having them > translated as actual boxes. Either using latex $\boxtimes$ or UTF8 ☒ smime.p7s Description: S/MIME cryptographic signature

Re: [PATCH] async process in R

2021-09-28 Thread Berry, Charles
Jeremie, > On Sep 28, 2021, at 12:34 AM, Jeremie Juste wrote: > > Thanks for the feedback. With the following patch, I made sure that > ess-inject-source is set to default before evaluating the buffer. > > So even if I set > (setq ess-inject-source 'function-and-buffer), I get the following >

Re: Would it be possible to color horizontal lines in org mode?

2021-09-28 Thread John Kitchin
you can add a rule like this in an org-mode hook: #+BEGIN_SRC emacs-lisp :results silent (font-lock-add-keywords nil '(("^-\\{5,\\}" 0 '(:foreground "red" :weight bold #+END_SRC that will make a line starting with at least 5 - be red and bold in color. John

Re: Bug: Org mode fails to compile using Emacs 24.5-r10

2021-09-28 Thread Max Nikulin
On 28/09/2021 12:33, Bastien wrote: Tim Cross writes: I do think it is probably time to drop support for Emacs 24 in the next major release. However, we cannot drop it 'mid release'. I've added a section called "Compatibility with Emacs versions" on this page:

Re: [PATCH] oc-csl: Add support for the text and year citation styles

2021-09-28 Thread Bastien Guerry
Hi András, András Simonyi writes: > I've attached a patch with the pcase pattern refactored following > Nicolas's example -- hopefully this solves the problem. Applied - as you guess, I'm in "optimistic push" mode. Hopefully this will help have someone review this if needed. Thanks, and

Re: Possible bug? Combine emphasis marker faces?

2021-09-28 Thread Juan Manuel Macías
Hi Protesilaos, Protesilaos Stavrou writes: > Is there a way to get composite styles? Such as bold and italic or > verbatim and underline, etc.? A somewhat dirty solution (without patching the code) could be evaluating highlight-regexp, for example as a local variable: #+begin_src emacs-lisp

Re: [PATCH] oc-csl: Add support for the text and year citation styles

2021-09-28 Thread Max Nikulin
On 28/09/2021 23:39, András Simonyi wrote: I've attached a patch with the pcase pattern refactored following Nicolas's example -- hopefully this solves the problem. I do not see the issue any more. No pause during compilation, reasonable file size -rw-rw-r-- 1 ubuntu ubuntu 24992 Sep 28

[BUG] [PATCH] org-id: Fix checkdoc warnings [9.5 (9.5-g9364b2 @ /home/n/.emacs.d/straight/build/org/)]

2021-09-28 Thread No Wayman
See attached. >From 7fbdca5dc81dfe0dd542ed0e2352d3334b16fd7f Mon Sep 17 00:00:00 2001 From: Nicholas Vollmer Date: Mon, 27 Sep 2021 20:35:12 -0400 Subject: [PATCH] org-id: Fix checkdoc warnings * org-id: Fix checkdoc warnings. --- lisp/org-id.el | 31 +-- 1 file

how to export checkboxes to odt?

2021-09-28 Thread Uwe Brauer
Hi Any idea how to export checkboxes to odt? I mean not just simply having [ ] in the odt document but having them translated as actual boxes. Thanks and regards Uwe Brauer

Re: Merging latest org-mode for Emacs 28.1

2021-09-28 Thread Stefan Kangas
Hi org-mode, Stefan Kangas writes: > As a heads up, Emacs is getting ready to cut the emacs-28 branch in > preparation of the upcoming release of Emacs 28.1: > > https://lists.gnu.org/archive/html/emacs-devel/2021-07/msg00812.html > > It would be good if we could merge the most recent

Re: [PATCH] oc-csl: Add support for the text and year citation styles

2021-09-28 Thread András Simonyi
Dear All, I've attached a patch with the pcase pattern refactored following Nicolas's example -- hopefully this solves the problem. best wishes, András On Tue, 28 Sept 2021 at 17:16, András Simonyi wrote: > > Thanks, I'll try to put together a patch fixing the problem and send it > shortly. >

Re: [PATCH]

2021-09-28 Thread Timothy
Bastien Guerry writes: >> It seems to me that the defvar declaration is good enough. > > I just pushed this. Ah, cool. Thanks for taking care of this Bastien. All the best, Timothy

Re: [PATCH]

2021-09-28 Thread Bastien Guerry
Bastien writes: > It seems to me that the defvar declaration is good enough. I just pushed this. -- Bastien

Re: [PATCH] (minor) Use lower case keywords in ox-org

2021-09-28 Thread Bastien
Hi Timothy, Timothy writes: > Just a little thing, if it’s of interest. A while ago I remember upper/lower > case keywords being discussed and the conclusion being that upper case > keywords > were only to be used in the manual. Since `ox-org' isn’t the manual, I’ve > gone and > lowered the

Re: [PATCH] oc-csl: Add support for the text and year citation styles

2021-09-28 Thread András Simonyi
Thanks, I'll try to put together a patch fixing the problem and send it shortly. best wishes, András On Tue, 28 Sept 2021 at 17:03, Max Nikulin wrote: > > On 28/09/2021 21:40, Bastien wrote: > > András Simonyi writes: > > > >> the attached patch adds support for the text (textual) and year > >>

Possible bug? Combine emphasis marker faces?

2021-09-28 Thread Protesilaos Stavrou
Hello everyone, I have noticed that it is not possible to combine org-emphasis-alist characters. When applying multiple types of emphasis, the face corresponding to the outermost pair overrides its innermost counterparts. For example, */emphasise/* will render with the 'bold' face, while

[PATCH] (minor) Use lower case keywords in ox-org

2021-09-28 Thread Timothy
Hello, Just a little thing, if it’s of interest. A while ago I remember upper/lower case keywords being discussed and the conclusion being that upper case keywords were only to be used in the manual. Since `ox-org' isn’t the manual, I’ve gone and lowered the case of all the keywords used there.

Re: [PATCH] oc-csl: Add support for the text and year citation styles

2021-09-28 Thread Max Nikulin
On 28/09/2021 21:40, Bastien wrote: András Simonyi writes: the attached patch adds support for the text (textual) and year (year-only) citation styles in the CSL org-cite processor. Applied, thank you very much! This patch has a problem similar to ones earlier fixed by Nicolas:

Re: [PATCH] oc-csl: Add support for the text and year citation styles

2021-09-28 Thread Nicolas Goaziou
Hello, Bastien writes: > Dear András, > > András Simonyi writes: > >> the attached patch adds support for the text (textual) and year >> (year-only) citation styles in the CSL org-cite processor. > > Applied, thank you very much! The function `org-cite-csl--create-structure-params' probably

Release 9.5 tomorrow

2021-09-28 Thread Bastien
Hi all, I'll release Org 9.5 tomorrow between 2pm and 3pm, Paris time. Feel free to email me at b...@gnu.org if there is an important bugfix (or a forgotten low-hanging patch) that needs to be committed. Thanks, -- Bastien

Re: [PATCH] oc-csl: Add support for the text and year citation styles

2021-09-28 Thread Bastien
Dear András, András Simonyi writes: > the attached patch adds support for the text (textual) and year > (year-only) citation styles in the CSL org-cite processor. Applied, thank you very much! -- Bastien

[PATCH] oc-csl: Add support for the text and year citation styles

2021-09-28 Thread András Simonyi
Dear All, the attached patch adds support for the text (textual) and year (year-only) citation styles in the CSL org-cite processor. best wishes, András From ce91f9332ed154fd14f36177bc6dd96cdda0690e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Simonyi?= Date: Tue, 28 Sep 2021

Re: Suggestions for improved suffix parsing in oc-biblatex

2021-09-28 Thread Bruce D'Arcus
On Tue, Sep 28, 2021 at 7:42 AM Nicolas Goaziou wrote: > > Hello, > > Bastien writes: > > > Denis Maier writes: > > > >> I think the suffix parsing in oc-biblatex could be improved. > > > > Can you provide a patch for this? > > I don't think this improvement is needed. We could get away with it

Re: Suggestions for improved suffix parsing in oc-biblatex

2021-09-28 Thread Nicolas Goaziou
Hello, Bastien writes: > Denis Maier writes: > >> I think the suffix parsing in oc-biblatex could be improved. > > Can you provide a patch for this? I don't think this improvement is needed. We could get away with it in most cases using, e.g., global suffix: [cite:@doe 4; with some more

Re: LaTeX export: grffile is a stub package

2021-09-28 Thread Stefan Nobis
Timothy writes: > meedst...@teknik.io writes: > Oh, that reminds me, we can also get rid of texcomp. > Hmmm... one note about xcolor in your list: Some configuration options are load-time options that have to be set

Re: Would it be possible to color horizontal lines in org mode?

2021-09-28 Thread Eric S Fraga
You could use hi-lock-mode to define your own colouring for such lines. But I'm sure those that under font-locking better might be able to add appropriate rules for this horizontal line construct. -- : Eric S Fraga via Emacs 28.0.50, Org 9.5-g9a4a24 : Latest paper written in org:

Re: [PATCH] async process in R

2021-09-28 Thread Jeremie Juste
Hello Chuck, On Monday, 27 Sep 2021 at 23:40, Berry, Charles wrote: > Jeremie, > >> On Sep 27, 2021, at 3:56 PM, Berry, Charles wrote: >> >> There is something in my init that doesn't play nice with this. > > (setq ess-inject-source nil) Thanks for the feedback. With the following patch, I