Re: [Q] Is there a convention for the formatting of messages in this mailing list?

2021-09-25 Thread Timothy
Hi Rodrigo, > Let’s suppose I want to create a thread in the mailing list that > contains different sections, code blocks and some quotes. I used to use > Org Mode for the format in my messages, but I just read a discussion > where someone mentioned that getting the Org Mode and Org Babel syntax

Re: Bug: org-element-map doesn't consider all links in the current buffer [9.4.4 (release_9.4.4 @ /usr/share/emacs/27.2/lisp/org/)]

2021-09-25 Thread Nicolas Goaziou
Hello, Rodrigo Morales writes: > This bug report show examples where it is noticeable that > =org-element-map=, when =link= is the value for the =TYPES= argument, > doesn't consider all links in the current buffer. This is not a bug, but your interpretation of the syntax differs from Org. The

Re: [PATCH] Fix some typos

2021-09-25 Thread Marco Wahl
Please don't top post! Hopefully there is consent about using the bottom posting style on this list. Juan Manuel Macías writes: > I attach a patch with Shakespeare's sonnet completely fixed: the poem is > replaced by the version included in Wikipedia (Shakespeare, William. > Duncan-Jones, Kathe

Re: [PATCH] org-manual.org, ORG-NEWS: fix Shakespeare' sonnet and another, typo

2021-09-25 Thread Max Nikulin
On 24/09/2021 19:23, Juan Manuel Macías wrote: I attach a patch with Shakespeare's sonnet completely fixed: the poem is replaced by the version included in Wikipedia (Shakespeare, William. Duncan-Jones, Katherine. Shakespeare’s Sonnets. Bloomsbury Arden 2010. p. 113). Thank you, Juan Manuel. Wi

shrink table in columnmode view (poor man's issue system)

2021-09-25 Thread Uwe Brauer
Hi I use the following org file to organise my issues. It works quite well, however I would like to have a shrink option automatically in my columnview. Any idea how to achieve that? Thanks and regards Uwe Brauer File starts here: #+begin_src #+STARTUP: shrink * Issues :PROPERTIES: :

Re: Switching to new Git repositories

2021-09-25 Thread Bastien
Hi Marco, Marco Wahl writes: > Further I'll also try to have a look at the CONTRIBUTE file after it > will have been updated. Of course! I just updated it, applying a patch from Timothy, you can refer to it from now on. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/tree/CONTRIBUTE --

Re: org-cite not mentioned in ORG-NEWS for 9.5

2021-09-25 Thread Bastien
Hi Bruce, "Bruce D'Arcus" writes: > Pretty sure it just means no documentation has yet been written for > it. We can't release Org 9.5 until someone helps with writing a minimal documentation for this important feature. Any volunteer? -- Bastien

Re: [PATCH] org-manual.org: Augment TODO keywords example

2021-09-25 Thread Bastien
Hi Thomas, "Thomas S. Dye" writes: > The attached patch makes the example for setting up keywords in an > individual file match the example where it appears earlier. It > also provides an example of how fast TODO selection should look > when it is implemented on a per-file basis. Applied in ma

Re: [Worg] Proposing a few CSS changes

2021-09-25 Thread Bastien
Hi Adam, Adam Porter writes: > If these are agreeable, I can apply them to the Worg repo. Sure, please go ahead! Thanks, -- Bastien

Re: [PATCH] Include support for evaluating julia code

2021-09-25 Thread Bastien
Hi Pedro, Pedro Bruel writes: > This patch includes ob-julia.el from org-contrib, and a tentative > test-ob-julia.el test file. Applied in main, thanks a lot. -- Bastien

Re: [PATCH] Include support for evaluating julia code

2021-09-25 Thread Bastien
Hi Timothy, Timothy writes: > Thanks for your patch, it’s great to see the interest in Julia > support and it’s something that I absolutely think should be in > org-core 🙂. However, ob-julia.el was moved into org-contrib because > it was not well maintained, and very buggy. I’m actually currentl

Re: [PATCH] Include support for evaluating julia code

2021-09-25 Thread Timothy
Hi Bastien, > We had previous discussions with Pedro on his contribution regarding > ob-julia.el¹, I agreed he could be the maintainer once he signed the > FSF copyright assignment, so I feel an obligation to apply his patch > right now, but I’m sure Pedro, you and Nicolò can work together on > th

Re: What's up with ob-template.el? It seems heavily outdated

2021-09-25 Thread Bastien
Hi, thanks for your work on ob-template.el. Would you be willing to contribute it to Org's core? If so, please fill in this form: https://orgmode.org/request-assign-future.txt Once that's done, please send a patch to this list against the main branch. See the instructions on contributing here:

Re: [PATCH] org-table.el: Fix usage of user-error

2021-09-25 Thread Bastien
Applied in main, thanks and sorry for the delay. -- Bastien

Re: Sad tweet

2021-09-25 Thread Bastien
Hi all, Kévin Le Gouguec writes: > FWIW, to bounce off Amin's reply: Jonas, the patience you demonstrated > in order to get transient in Emacs core was nothing short of saintly, > and I for one am grateful for your perseverance. Seconded. Also, I wish someone could volunteer to start migrating

Re: Sad tweet

2021-09-25 Thread Timothy
Hi Bastien, > Anyone? I have some experience with Transient, and I’m willing to give this a go. However, I am fairly busy for the immediate future, and so I’d say the ETA is on the order of months. All the best, Timothy

Re: [PATCH] org-indent: Allow indentation per level to be 0

2021-09-25 Thread Bastien
Hi David, David Lukes writes: > * lisp/org-indent.el (org-indent--compute-prefixes): Prefixes should > only be computed when `org-indent-indentation-per-level' is greater than > 0. For one thing, the current algorithm leads to an error otherwise, > and for another, this makes it possible to use

Re: [PATCH] Include support for evaluating julia code

2021-09-25 Thread Bastien
Timothy writes: > I’ve talked to Nicolò about this, and I don’t think he has yet, but > he’s said he knows what’s needed and it won’t be a problem. Thanks for taking care of this!

Re: Spurious spaces with oc-biblatex

2021-09-25 Thread Bastien
Hi Denis, Denis Maier writes: > Bump. Can you propose a patch for this? Also see https://orgmode.org/worg/org-mailing-list.html#i-didnt-receive-an-answer where we ask contributors to wait at least one month before bumping a thread (thanks!)

Re: [feature proposal] Headline caching via org-element-cache = up to 2.5x performance boost

2021-09-25 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > Timothy writes: >> Ah, I’ve already got a few patches on Org that I’m preparing for sharing on >> the >> ML, so this may make it a bit harder for me. I’ll let you know how I find it >> if >> I do give it a go though. > > My repo is up-to-date with latest mast

Re: [PATCH] Add test checking org-log-done specs

2021-09-25 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > I did not find any tests checking logging specifications of Org mode. > Attached is an example implementation of such test for org-log-done > specs. the patch does not apply on my local copy, feel free to apply it. Thanks!

Re: Sad tweet

2021-09-25 Thread Bastien
Timothy writes: > I have some experience with Transient, and I’m willing to give this a go. > However, I am fairly busy for the immediate future, and so I’d say > the ETA is on the order of months. Sure! Take your time -- and thanks for undertaking this.

Re: Bug: clock-in from org-agenda freezes thread when enforce + todo keywords [9.4.4 (release_9.4.4 @ /usr/local/share/emacs/28.0.50/lisp/org/)]

2021-09-25 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > The patch is attached. Applied in the bugfix branch, thanks!

Re: [PATCH] Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-09-25 Thread Bastien
Ihor Radchenko writes: > And yet another update fixing a typo in previous patch. Applied, thanks!

Re: org-cite not mentioned in ORG-NEWS for 9.5

2021-09-25 Thread Nicolas Goaziou
Hello, Bastien writes: > Hi Bruce, > > "Bruce D'Arcus" writes: > >> Pretty sure it just means no documentation has yet been written for >> it. > > We can't release Org 9.5 until someone helps with writing a minimal > documentation for this important feature. > > Any volunteer? Emmanuel Charpen

Re: Switching to new Git repositories

2021-09-25 Thread Bastien
Hi Éibhear, Éibhear writes: > We're the tags missed in the migration across to savannah? Indeed they were, fixed now. Thanks a lot!

Re: [PATCH] org-tools/index.org: Add go-org to list of Org-mode parsers (Worg)

2021-09-25 Thread Bastien
Hi Bhavin, Bhavin Gandhi writes: > This adds the Org mode parser written in Go to the list of Org-mode > parsers. > I'm sending a patch for Worg for the first time, I hope this is the > correct way to do so. Applied in worg's master branch. Thanks!

Re: ox-slimhtml

2021-09-25 Thread Bastien Guerry
Hi Laszlo, Bastien writes: > I encourage everyone to try exporting Org documents to HTML using your > library and see how it compares with ox-html.el for a daily usage. nobody seemed to be that interested in helping :/ I hope you were able to continue working on this, don't hesitate to send an

Re: [PATCH] ox-latex: Allow percent sign in 'src-block' caption

2021-09-25 Thread Bastien
Hi Maxim, Maxim Nikulin writes: > On 03/09/2021 19:17, Maxim Nikulin wrote: >> On 30/07/2021 22:00, Charest, Luc wrote: >>> >>> org-latex-src-block: Not enough arguments for format string >> >> Confirmed >> >> User input is combined with format string in `org-latex-src-block' >> so percent cha

Re: Bug: Percentage in caption (even escaped) does not work in LaTeX export

2021-09-25 Thread Bastien
(I'm marking this as a confirmed bug, even if a first patch as been applied.)

Re: How to hide *Org Links* buffer when insert new links?

2021-09-25 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > I do not think that unconditionally setting display-buffer-alist to nil > in org-no-popups macro is the right thing to do. I updated the macro > using pop-up-windows setting to nil instead of completely trashing > user-defined display-buffer-alist. The latter is

Re: [PATCH] Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-09-25 Thread Gustavo Barros
Hi Bastien, On Sat, 25 Sep 2021 at 17:25, Bastien wrote: Ihor Radchenko writes: And yet another update fixing a typo in previous patch. Applied, thanks! Thank you! Ihor, thank you for the patch! And thanks to all who chimed in. Best, Gustavo.

[PATCH] CONTRIBUTE: Update to follow the new structure of doc/

2021-09-25 Thread Marco Wahl
--- CONTRIBUTE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTE b/CONTRIBUTE index a68771703..94d471a0f 100644 --- a/CONTRIBUTE +++ b/CONTRIBUTE @@ -42,7 +42,7 @@ Org maintenance is detailed on Worg: see [[https://orgmode.org/worg/org-maintena applies are:

[PATCH] Declare functions for byte compiler [9.5 (9.5-g769a55 @ /home/n/.emacs.d/straight/build/org/)]

2021-09-25 Thread No Wayman
Recent changes have introduced byte-comp warnings for unknown functions at compile time. These warnings are "louder" now that more users are native compiling Elisp, so one more reason to avoid them. See attached patch. >From 736e72b56b10ba451016e4cc07305d8065c02ac9 Mon Sep 17 00:00:00 2001 F

Re: [PATCH] Declare functions for byte compiler [9.5 (9.5-g769a55 @ /home/n/.emacs.d/straight/build/org/)]

2021-09-25 Thread No Wayman
No Wayman writes: And one more in org-attach.el. See attached. >From 21620549a24703697d65c46bc88258cd4b2aaa80 Mon Sep 17 00:00:00 2001 From: Nicholas Vollmer Date: Sat, 25 Sep 2021 15:05:08 -0400 Subject: [PATCH] Fix byte-comp function warnings * (org.el, org-attach.el, org-keys.el, org-tabl

Re: [PATCH] CONTRIBUTE: Update to follow the new structure of doc/

2021-09-25 Thread Bastien
Applied, thanks!

Re: [PATCH] Declare functions for byte compiler [9.5 (9.5-g769a55 @ /home/n/.emacs.d/straight/build/org/)]

2021-09-25 Thread Bastien
No Wayman writes: > Recent changes have introduced byte-comp warnings for unknown > functions at compile time. > These warnings are "louder" now that more users are native compiling > Elisp, so one more reason to avoid them. > > See attached patch. Applied, thanks a lot.

Re: [PATCH] Declare functions for byte compiler [9.5 (9.5-g769a55 @ /home/n/.emacs.d/straight/build/org/)]

2021-09-25 Thread Bastien
No Wayman writes: > No Wayman writes: > > And one more in org-attach.el. That's not just org-attach.el, right? The patch does not apply either in the bugfix or in the main branch. Could you resend it, also wrapping the body of the ChangeLog at <80 lines? M-x change-log-mode RET can help. T

Re: [BUG] 81c7a2dee8 misaligns time lines in agenda

2021-09-25 Thread Bastien
Hi Adam, Adam Porter writes: > In the course of working on a PR for org-super-agenda [0], we found that > a recent change to Org, commit 81c7a2dee8 [1], causes a misalignment in > the way time lines in the agenda are displayed. The org-super-agenda > test suite shows this change when results fr

Re: [PATCH] ox.el: add smart quotes for Greek

2021-09-25 Thread Juan Manuel Macías
Hi again, I am attaching a new version of the patch, with some typos fixed and a explanatory note in the commit message on the choice of the character U+201C as Greek second-level opening quotes. In case anyone is interested in what Yanis Haralambous answered me in a recent mail, I reproduce here

Re: [PATCH] Declare functions for byte compiler [9.5 (9.5-g769a55 @ /home/n/.emacs.d/straight/build/org/)]

2021-09-25 Thread No Wayman
Bastien writes: That's not just org-attach.el, right? The patch does not apply either in the bugfix or in the main branch. Could you resend it, also wrapping the body of the ChangeLog at <80 lines? M-x change-log-mode RET can help. TIA! Sorry. Didn't realize the first patch had already

Re: [Worg] Proposing a few CSS changes

2021-09-25 Thread Timothy
Hi Adam, > I’d like to propose some changes to Worg’s CSS that I think make it much > more readable. Here are some before/after screenshots: Thanks for proposing these changes to Worg’s CSS. I have a few thoughts on them, which I will share below. > The changes are simply removing some rules,

Re: [PATCH] Declare functions for byte compiler [9.5 (9.5-g769a55 @ /home/n/.emacs.d/straight/build/org/)]

2021-09-25 Thread Bastien
No Wayman writes: > Bastien writes: > >> That's not just org-attach.el, right? The patch does not apply >> either in the bugfix or in the main branch. Could you resend it, >> also wrapping the body of the ChangeLog at <80 lines? M-x >> change-log-mode RET can help. TIA! > > Sorry. Didn't rea

Re: [PATCH] ox.el: add smart quotes for Greek

2021-09-25 Thread Bastien
Hi Juan, > I am attaching a new version of the patch, with some typos fixed and a > explanatory note in the commit message on the choice of the character > U+201C as Greek second-level opening quotes. Applied, thanks a lot for patiently taking care of this.

Re: [PATCH] Re: Subject: Bug: Org-Clock-Out in indirect buffer error after refile [9.3 (release_9.3 @ /usr/share/emacs/27.1/lisp/org/)]

2021-09-25 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > Eddie Drury writes: > >> I have followed those steps and that is the same behaviour I get. >> >> The expected behaviour is for it to clock out of the subtree, instead of >> giving the "Clock start time is gone" error. > > I can also reproduce. The fix is attach

Re: Update Schedule for orgmode

2021-09-25 Thread Bastien
Hi Denis, Denis Maier writes: > I'm helping a scholar at my institution with his emacs/org-mode > installation. As he'll would like to have automatic citations I > suggested he should try the new org-cite features, but he does not > really want to run the dev version. Is it already predictable w

Re: [PATCH] lisp/ox-html.el: Restore org-svg class

2021-09-25 Thread Bastien Guerry
Hi Tom, Tom Gillespie writes: > Bumping this patch for 9.5. Applied, thanks and sorry for the delay.

Re: What's up with ob-template.el? It seems heavily outdated

2021-09-25 Thread dalanicolai
Hi Bastien, For sure I am happy to contribute it to (w)org. I have very recently assigned copyright to the FSF for sketch-mode (it is currently on https://elpa.gnu.org/devel/). So do I have to assign separately again for this contribution? (Would be no

Re: [Worg] Proposing a few CSS changes

2021-09-25 Thread Adam Porter
Bastien writes: > Hi Adam, > > Adam Porter writes: > >> If these are agreeable, I can apply them to the Worg repo. > > Sure, please go ahead! Thanks, Hi Bastien, Thanks. Since Timothy has some thoughts on these changes, I'll wait until we come to a consensus on them. :)

Re: [Worg] Proposing a few CSS changes

2021-09-25 Thread Adam Porter
Hi Timothy, Timothy writes: > I’m a big fan of the shift to a fixed em-based max width. However, I’m not > quite > sold on a few of the other changes, for instance the font change. While it > does > vary, I must say than in particular I find the default serifed font of > browsers > somewhat u

Re: [BUG] 81c7a2dee8 misaligns time lines in agenda

2021-09-25 Thread Adam Porter
Hi Bastien, On Sat, Sep 25, 2021 at 2:46 PM Bastien wrote: > > Since Bastien made this change, and it's very simple, I'm guessing he'll > > know what the proper fix is. :) > > The change I made was superceded by Nicolas series of patches: > > https://git.savannah.gnu.org/cgit/emacs/org-mode.git

Re: [Worg] Proposing a few CSS changes

2021-09-25 Thread Timothy
Hi Adam, A quick note following on from your comments. > I find it frustrating when I’ve configured my browser to […] I think this is the source of our differences of opinion. I personally haven’t touched my browser’s default CSS, and am not a fan of the default styling, but clearly you have ch

Re: [Worg] Proposing a few CSS changes

2021-09-25 Thread Adam Porter
Hi Timothy, Timothy writes: >> I find it frustrating when I’ve configured my browser to […] > > I think this is the source of our differences of opinion. I personally haven’t > touched my browser’s default CSS, and am not a fan of the default styling, but > clearly you have changed your browser’

Re: [PATCH] extra space at the end of lines in source

2021-09-25 Thread Bastien
Hi Sébastien, Sébastien Miquel writes: > Here's a new patch that's smarter about indenting the current line, > and resolves this remaining issue. Applied, thanks!

Re: [PATCH] Add support for prologue and epilogue in SQL code blocks

2021-09-25 Thread Bastien
Hi Rodrigo, Rodrigo Morales writes: > Apparently, A ">" character was accidentally inserted in the first line > of the patch. I'm attaching the patch again. Applied, thanks. Would you like to become the maintainer for ob-sql.el? It does not require you to actively contribute to it or to be th

Re: [PATCH] Improve org-mouse support for checkboxes

2021-09-25 Thread Bastien
Hi Jim, Jim Porter writes: > The attached patch fixes both of these issues. For the first problem, > maybe it would be useful to put the regexp for checkboxes in a variable > somewhere so it doesn't get out of sync. I wasn't sure though, so I went > with the simpler solution for now. Applied

Re: Bug: org-adapt-indentation is not compatible with paragraph-indent-minor-mode [9.4.5 (9.4.5-16-g94be20-elpaplus @ /home/lockywolf/.emacs.d/elpa/org-plus-contrib-20210412/)]

2021-09-25 Thread Vladimir Nikishkin
>In Org syntax namely empty line serves as paragraph separator (and two empty >lines to terminate list). >As a result of exporting of Org file it should be possible to get indentation >instead of vertical space to represent paragraphs, however some tuning for >each format (ascii, html, latex) wi

Re: Bug: Reclocking errors out if org-log-note-clock-out is t [9.4.6 (9.4.6-gab9f2a @ /gnu/store/2pny4z6mbi2aybgzzxz0yrzkds7hbpmq-emacs-org-9.4.6/share/emacs/site-lisp/org-9.4.6/)]

2021-09-25 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > The fix is attached. Applied in the bugfix branch, thanks. The fix is only for the bugfix branch, since this part in the main branch has been rewritten. Don't hesitate to double-check this, in case something is wrong. Thanks! -- Bastien

Re: [PATCH] org.el: prevent partial fontification when a link is full displayed (was org-link-set-parameters: when :display full, etc.)

2021-09-25 Thread Bastien
Hi Juan, Juan Manuel Macías writes: > As a possible solution I'm attaching this patch (little tested). I could not apply the patch in the bugfix or main branch. Is it still relevant? If the bug is still here, feel free to send an updated patch. Thanks! -- Bastien

Re: Org Trademark [was: A formal grammar for Org]

2021-09-25 Thread Bastien
Tim Cross writes: > IMO there is no trademark issue here. Neither Emacs or org-mode have any > trademark ownership over the term 'Org' or any word which has 'org' in > it, like beorg. Indeed, thanks for clarifying this Tim. Otherwise, we could claim some ownership on a large part of the World W

Re: routine "org-vm-select-message" in "ol-vm.el"

2021-09-25 Thread Bastien
Hi Alan, Alan Wehmann writes: > The following change to this code works: > > (if (not (re-search-forward > (concat "^" "message-id:\\s-*" (regexp-quote message-id > (error "Could not find the specified message in this folder")) > > since "\\s-" matches white space,

Re: Confusion about ox-slimhtml's inclusion statement

2021-09-25 Thread Bastien
Hi Benjamin, Benjamin Kästner writes: > according to https://github.com/balddotcat/ox-slimhtml, ox-slimhtml > got included into the Org project. However, I cannot find ox-slimhtml > or any mentions in neither any file nor git log --grep. > > Was ox-slimhtml actually included in Org's or Emacs' s

Re: [PATCH] choices in org-id-find for handling missing ids

2021-09-25 Thread Bastien
Hi Marc, Marc Ihm writes: > So you may feel free to ignore it ... Done ;) It's good to have people paying attention to this feature anyway, so thanks! -- Bastien

Re: [PATCH] Re: Bug: Duplicate logbook entry for repeated tasks [9.4.6 (9.4.6-gab9f2a @ /home/gustavo/.emacs.d/elpa/org-9.4.6/)]

2021-09-25 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > Bhavin Gandhi writes: > >> I was able to reproduce this, and here are my findings as well as a >> reproducible configuration with only a few settings. > > The breakage was introduced in commit c67037: > > [c670379adfbdc4883d3cfa230289fd2829993265] Fix `org-agen

Re: org-collector.el does not deal with inherited properties well

2021-09-25 Thread Bastien
Hi Vikas, Vikas Rawal writes: > Found the answer here: https://lists.gnu.org/archive/html/ > emacs-orgmode/2011-01/msg00292.html thanks for posting both the answer and the response. By the way, org-collector.el is now part of org-contrib and in lack of a maintainer. If you feel like you can m

Re: [PATCH] worg/org-contrib: fix links to raw files

2021-09-25 Thread Bastien
Hi Maxim, Maxim Nikulin writes: > On 07/07/2021 22:31, Maxim Nikulin wrote: >> On 07/07/2021 14:23, Michael Maurer wrote: >>> On Tue, 6 Jul 2021 at 08:07, Michael Maurer wrote: in my config, but making a camel case headline does not create a link when repeating the word in a parag

Re: [PATCH] bad table formula recorded in some cases

2021-09-25 Thread Bastien
Hi Thierry, tbanelwebmin writes: > Thanks to Uwe Brauer for pointing to this bug. ... and thanks for the analysis and solution, fixed now. PS: If you can share the solution as a patch, that's easier to track, test and apply. TIA! -- Bastien