Re: [PATCH] Omit file description when :file-desc has nil value

2020-09-23 Thread Kyle Meyer
Matt Huszagh writes: >> Kyle Meyer writes: >> >>> I also don't find the current behavior particularly intuitive. (I'm >>> also not really a babel user, so my opinion probably shouldn't count for >>> much.) If we were adding it today, I think what you describe would be >>> better, but, as you

Re: ORG update made Dired the only way to open folders

2020-09-23 Thread Kyle Meyer
Ypo writes: > Then could it be a bug? Before the update file: links to a folder > opened it out of emacs. Now it doesn't, even using "attach"'s option > which offers to open links out of emacs. Which attach option is that? Did you follow Ihor's suggestion of removing (directory . emacs) from

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-23 Thread Samuel Wales
i can confirm visual [not physical] joining of entries [plausibly doneified tasks] frequently since at least the previous maint, in vanilla emacs 24 and 25. On 9/23/20, Ihor Radchenko wrote: >> On my emacs 27, following demonstrates the problem. > > The patch is attached. It should fix the

Re: Bug: Infinite loop caused by org-agenda-property-list [9.4 (9.4-elpa @ /home/dsmasterson/.emacs.d/elpa/org-9.4/)]

2020-09-23 Thread Nick Dokos
>From what I can gather, this does not have much to do with Org mode proper, which has no org-agenda-property-list at all. I presume that you have https://github.com/Malabarba/org-agenda-property/blob/master/org-agenda-property.el installed, which does provide such a variable, but all that one

Re: Getting Org-Crypt to work (doc bug?)

2020-09-23 Thread David Masterson
Bastien writes: > Hi David, > > Applied as e2bb60581: > https://code.orgmode.org/bzg/org-mode/commit/e2bb60581 > > I'm attaching the patch so that you can see how to format the > ChangeLog for future contributions. > > Best, Thanks -- David Masterson

Re: newline or no newline at end of capture: expected behavior

2020-09-23 Thread Samuel Wales
i have the same question for headline-only capture buffers. i.e. what is the expected result with and without trailing newline.

Re: newline or no newline at end of capture: expected behavior

2020-09-23 Thread Samuel Wales
i have been trying various hooks so this might not be the worst case, but i know that finalizing a completely empty buffer will insert a newline after the target. that can't be worked around with hooks. On 9/23/20, Bastien wrote: > Hi Samuel, > > Samuel Wales writes: > >> basically i am

Re: Texinfo in Org-Mode but with texinfo syntax highlighting

2020-09-23 Thread David Masterson
Bastien writes: > Christopher Dimech writes: >> I am writing a document in texinfo, but I also have some commands in >> Org-Mode so that if I change my Emacs Major Mode to Org-Mode >> I get an easy way to traverse my texinfo code. However I would like >> to keep the syntax highlighting as the

Re: org-tables with monetary amounts

2020-09-23 Thread Nick Dokos
For fixed precision, you can either use an explicit format as Russell Adams points out, or you can modify (globally or per file) the variable org-calc-default-modes. That's a complicated variable and you only need to change one part of it for this: (plist-put org-calc-default-modes

Re: Org-Crypt and HTML export

2020-09-23 Thread David Masterson
Bastien writes: > Hi David, > > David Masterson writes: > >> I take it that, when you do an HTML export on an Org file, it is assumed >> that all items that have been encrypted with org-crypt will have been >> decrypted, correct? > > Is it what you get? I get you -- my mistake for not trying

Re: official orgmode parser

2020-09-23 Thread rey-coyrehourcq
Hi Przemysław, Some partial org Parsers (AST or regex...) i found on the web for a recent state of the art : * org-js https://github.com/mooz/org-js * orgajs Orga is a flexible org-mode syntax parser. It parses org content into AST (Abstract Syntax Tree) https://github.com/orgapp/orgajs *

Re: official orgmode parser

2020-09-23 Thread Przemysław Kamiński
On 9/23/20 10:09 AM, Bastien wrote: Hi Przemysław, Przemysław Kamiński writes: I oftentimes find myself needing to parse org files with some external tools (to generate reports for customers or sum up clock times for given month, etc). Looking through the list

Re: Slow to open certain file

2020-09-23 Thread Peter Bienstman
Ok, it turned out the url http functions also showed up when I was trying to update packages. It seems I'm suffering from this bug: https://emacs.stackexchange.com/questions/60560/error-retrieving-https-elpa-gnu-org-packages-archive-contents-error-http-400 and perhaps for some reason when opening

Re: org-tables with monetary amounts

2020-09-23 Thread Eric S Fraga
Not answering your question directly but, depending on why and how you are using org tables for monetary calculations, you may wish to look at ledger [1]. There is support in org for ledger via babel (ob-ledger.el, distributed with org). HTH, eric Footnotes: [1] https://www.ledger-cli.org/ --

Re: Bug: DOI links are broken in HTML exports

2020-09-23 Thread General discussions about Org-mode.
Thanks Bastien. > Do you use a link abbreviation for doi: links ? > >> When I export this document to HTML the DOI link gets converted into a >> broken hyperlink. It should be converted into >> https://doi.org/10.1186/s12864-016-2377-z as explained >> in https://www.doi.org/.

Re: Slow to open certain file

2020-09-23 Thread Eric S Fraga
Opens almost immediately for me. Linux, recent emacs and org from git. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4-18-gaea110

Re: The Website Revamp: The final stretch

2020-09-23 Thread Timothy E Chapman
Hi Bastien, Just remembered I haven't addressed everything you mentioned here. Bastien wrote: > Also, let's remove the mini-unicorn in the top bar, it is redundant > and reminds me of the opening of IT Crowd. Ah yes, I see the resemblance :P I'm not sure this is a good idea though, as while

Re: Bug: Occasional error with recurring tasks in agenda [9.4 (release_9.4-3-ge6021b @ /home/james/.config/emacs/straight/build/org-plus-contrib/)]

2020-09-23 Thread James N . V . Cash
Ihor Radchenko writes: >> It seems to always work properly from the org buffer itself, so I assume >> it's something happening in the agenda, but I'm not sure where to look. >> I've tried debugging `org-agenda-todo`, but I can't see anything in >> askance there. Any advice as to what I should be

Re: Bug: org-cycle stops working on Org files with empty lines at end of buffer [9.4 (9.4-elpaplus @ /home/brentg/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-09-23 Thread Ihor Radchenko
> I did a git bisect test, found the bad commit. > "ee3c3b554 | * bad org.el: Allow empty subtrees to be folded back" Additional observation: The unfolding does not happen because org-cycle-show-empty-lines _always_ reveals trailing empty lines at the end of buffer. It breaks the assumption in

Re: Bug: Double trailing slash for default candidate in org-refile-get-target [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2020-09-23 Thread Gustavo Barros
Hi stardiviner, On Wed, 23 Sep 2020 at 11:17, stardiviner wrote: I have same issue when using Ivy. But can't reproduce this by disabled ivy-mode. And only happened when I refiled once, then the target will has two slash like this: #+begin_example Tasks/kk// (file.org) Tasks/hello/

Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-23 Thread Dr. Arne Babenhauserheide
Bastien writes: >> Rather than a huge refactoring or pushing code back into other Emacs >> modes, my thought was that Org should be trimmed into the "core" of >> Org functions and that other things should be implemented as modules >> available in MELPA outside of the official Org core. That way

Re: Support for simultaneous running clocks?

2020-09-23 Thread stardiviner
Michael Welle writes: > Hello, > > Samuel Wales writes: > >> more than one clock can be useful, but maybe need not be org-related, >> even if that would be nice? for example, your laundry is due in 45m, >> tea will be steeped in 8m, etc. > for that exactly that use case ;) I have a small

Re: The Website Revamp: The final stretch

2020-09-23 Thread Takaaki Ishikawa
Dear Timothy, I can provide Japanese translated webpages. Currently, I have a permission to push translated pages in Japanese to orgmode.org but I don't understand where you are working on for the new website. Could you provide me further information to help you? Email to me is welcome :) Best

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-23 Thread Ihor Radchenko
> On my emacs 27, following demonstrates the problem. The patch is attached. It should fix the problem. >From 8e99e5dea780041d314f666f506a120224f064eb Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 23 Sep 2020 21:54:47 +0800 Subject: [PATCH] Do not remove trailing newline when

Re: Bug: Double trailing slash for default candidate in org-refile-get-target [9.4 (9.4-7-g3eccc5-elpaplus @ /home/gustavo/.emacs.d/elpa/org-plus-contrib-20200921/)]

2020-09-23 Thread stardiviner
I have same issue when using Ivy. But can't reproduce this by disabled ivy-mode. And only happened when I refiled once, then the target will has two slash like this: #+begin_example Tasks/kk// (file.org) Tasks/hello/ (file.org) #+end_example Gustavo Barros writes: > Hi All, > > some time

[PATCH] Re: Bug: org-cycle stops working on Org files with empty lines at end of buffer [9.4 (9.4-elpaplus @ /home/brentg/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-09-23 Thread Ihor Radchenko
> Also, if you can provide a patch, please go ahead. Here it is. >From 8e99e5dea780041d314f666f506a120224f064eb Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Wed, 23 Sep 2020 21:54:47 +0800 Subject: [PATCH] Do not remove trailing newline when deleting planning info line. * lisp/org.el

Re: Bug: org-cycle stops working on Org files with empty lines at end of buffer [9.4 (9.4-elpaplus @ /home/brentg/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-09-23 Thread stardiviner
Bastien writes: > Hi, > > stardiviner writes: > >> I also did a bisect debug. Found the function ~org-cycle-show-empty-lines~ >> in hook >> ~org-cycle-hook~ caused this problem. > > Did you find the commit that introduces this bug? I did a git bisect test, found the bad commit. "ee3c3b554

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-23 Thread Richard Kim
Richard Kim writes: > Bastien writes: > >> Hi Krishan, >> >> Krishan Kharagjitsing writes: >> >>> Hello, I found the following weird behaviour. >> >> What is M-x org-version RET ? > > Because of (setq org-log-done 'time) according to >

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-23 Thread Richard Kim
Bastien writes: > Hi Krishan, > > Krishan Kharagjitsing writes: > >> Hello, I found the following weird behaviour. > > What is M-x org-version RET ? Because of (setq org-log-done 'time) according to https://github.com/syl20bnr/spacemacs/issues/13901#issuecomment-697323151 >> When I set some

RE: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-23 Thread Ihor Radchenko
> What do you think, is it to much work and where can you point out (just > generally) where to look in the source for the code responsible for that? Sub/superscripts are all dumped inside org.el (together with most of font-lock-related code). arthur miller writes: > Not long time ago I

RE: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-23 Thread arthur miller
Not long time ago I posted a bug report about superscripts and subscripts not rendered when in-between italics markings, '/'. I would definitely like to see that code, and rest for prettie-fying entities factored out into a minor mode that can be activated in any Emacs buffer. What do you

Re: Bug: Unicode ORG-TODO-KEYWORDS not recognized in agenda's stuck projects [9.3.6 (9.3.6-4-gdfa7a3-elpa @ /home/andy/.config/emacs/elpa/org-20200217/)]

2020-09-23 Thread Andy Drop
Bastien writes: > Hi Andreas, > > I don't see what can go wrong with unicode symbols for TODO keywords > when listing stuck projects. > > ... find `org-agenda-list-stuck-projects' ... > > Go at the end of the function and instrument it with C-u C-M-x then > list stuck projects and see where the

Re: ob-java and ob-haxe

2020-09-23 Thread Bastien
ian martins writes: > I'll submit ob-haxe to GNU ELPA after ob-java has been accepted. Thanks - I confirm contrib/ is not the place anymore for external elisp packages, better to go on GNU ELPA. -- Bastien

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-23 Thread Palak Mathur
> On Sep 23, 2020, at 2:29 AM, Bastien wrote: > > Hi Shibu, > > "Shibu N.V" writes: > >> I tried with the latest stable release org 9.4 along with emacs27.1 >> windows binaries on windows platform. The issue persists. > > Thanks for reporting this again. > > Can anyone using Emacs/Org

Re: ob-java and ob-haxe

2020-09-23 Thread Bastien
Hi Ian, ian martins writes: > Sure, I'd be happy to maintain ob-java. thanks again for maintaining ob-java.el -- I've add you as the maintainer in ob-java.el header. Org 9.4 is out, feel free to push improvements. Thanks! -- Bastien

Re: The Website Revamp: The final stretch

2020-09-23 Thread Eric S Fraga
2-1 for me. -- : Eric S Fraga via Emacs 28.0.50, Org release_9.4-18-gaea110

Re: [PATCH] Adaptive Org faces in headings?

2020-09-23 Thread Protesilaos Stavrou
Bastien [2020-09-23, 14:25 +0200]: > Ihor Radchenko writes: > >> The attached patch seems to fix the issue. > > Applied as 979e82fc3, thanks a lot! Good news! Thanks to everyone for their contributions! -- Protesilaos Stavrou protesilaos.com

Re: [PATCH] possible bugfix in ob-java

2020-09-23 Thread Bastien
Hi John, Applied as a409e1033 in master. Thanks a lot! -- Bastien

Re: [PATCH] Adaptive Org faces in headings?

2020-09-23 Thread Bastien
Ihor Radchenko writes: > The attached patch seems to fix the issue. Applied as 979e82fc3, thanks a lot! -- Bastien

Re: Bug: org-cycle stops working on Org files with empty lines at end of buffer [9.4 (9.4-elpaplus @ /home/brentg/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-09-23 Thread Bastien
Hi, stardiviner writes: > I also did a bisect debug. Found the function ~org-cycle-show-empty-lines~ in > hook > ~org-cycle-hook~ caused this problem. Did you find the commit that introduces this bug? Also, if you can provide a patch, please go ahead. Thanks! -- Bastien

Re: Bug: org-cycle stops working on Org files with empty lines at end of buffer [9.4 (9.4-elpaplus @ /home/brentg/.emacs.d/elpa/org-plus-contrib-20200914/)]

2020-09-23 Thread Bastien
Hi Nicholas, "Nicholas Savage" writes: > I can reproduce this. PS: when confirming a bug, you can add either reply with "Confirmed" at the beginning of a line, or add X-Woof-Bug: confirmed as a header, then the bug will appeaer in https://updates.orgmode.org. See

Re: [PATCH] Re: RFE: Capture: property prompt: default completion

2020-09-23 Thread Bastien
Phil Hudson writes: > On Wed, 23 Sep 2020 at 12:15, Bastien wrote: >> >> Sorry, I should have mentioned this, but the patch does not apply on >> master. If you have time to merge recent changes and reformat it, I >> can apply it right afterwarsds, otherwise I will try to do it myself >> later

Re: [PATCH] Re: RFE: Capture: property prompt: default completion

2020-09-23 Thread Phil Hudson
On Wed, 23 Sep 2020 at 12:15, Bastien wrote: > > Sorry, I should have mentioned this, but the patch does not apply on > master. If you have time to merge recent changes and reformat it, I > can apply it right afterwarsds, otherwise I will try to do it myself > later this week. OK, herewith.

Re: [PATCH] Re: RFE: Capture: property prompt: default completion

2020-09-23 Thread Bastien
Phil Hudson writes: > On Wed, 23 Sep 2020 at 08:21, Bastien wrote: >> It looks good to me. >> >> Can you update your patch by adding a proper commit message? > > Herewith. Hope I've got it right. I've signed the FSF papers. Sorry, I should have mentioned this, but the patch does not apply on

Re: [PATCH] Re: RFE: Capture: property prompt: default completion

2020-09-23 Thread Phil Hudson
On Wed, 23 Sep 2020 at 08:21, Bastien wrote: > It looks good to me. > > Can you update your patch by adding a proper commit message? Herewith. Hope I've got it right. I've signed the FSF papers. org-capture.el: Give a default value when prompting for a property * lisp/org-capture.el

Re: org-tables with monetary amounts

2020-09-23 Thread Russell Adams
I often use this for summing columns. | Column | Column | |+| | a |1.2 | | b | 3 | | c | 4.56 | |+| || 8.76 | #+TBLFM: @>$2=vsum(@-I..@-II);%0.2f This does last row (@>$2), and the sum between dividers, and outputs to fixed

Re: Help administer code.orgmode.org: moderate user access and manage the gogs instance

2020-09-23 Thread Bastien
Bastien writes: > code.orgmode.org is the place where we host Org's code and Worg > collaborative documentation. > > There are two tasks involved in administering code.orgmode.org: > > 1. Creating accounts and let users get write access to org/worg. > 2. Maintaining the gogs instance on the

Re: The Website Revamp: The final stretch

2020-09-23 Thread Lars Chr. Duus Hausmann
Hi, TEC writes: Hello everyone, I'm pleased to announce that after chatting with Bastien, my little revamp project seems to be nearing the point where it may replace the current site. Two things that would be good to get sorted: 1. Translation of the index page to French/Japanese ::

Re: Help administer code.orgmode.org: moderate user access and manage the gogs instance

2020-09-23 Thread Bastien
Hi Adam, Adam Spiers writes: > It's not nearly as generous an offer, but as I don't have a gogs > account yet, I volunteer to be a guinea pig if TEC wants to practice > giving (1) a shot ;-) please let TEC know what username you want on Worg. > I think I used to have push access to Worg many

Re: Getting Org-Crypt to work (doc bug?)

2020-09-23 Thread Bastien
Hi David, David Masterson writes: > diff --git a/doc/org-manual.org b/doc/org-manual.org > index 3eb745b5d..775af7a13 100644 > --- a/doc/org-manual.org > +++ b/doc/org-manual.org Applied as e2bb60581: https://code.orgmode.org/bzg/org-mode/commit/e2bb60581 I'm attaching the patch so that you

Re: [PATCH] org.el: Allow transparent background in latex images

2020-09-23 Thread Bastien
Hi Roshan, Applied as 2f9e1569f in master. Thanks! -- Bastien

Re: [PATCH] Add %L (the link content *not* as a full link) to Capture expansions

2020-09-23 Thread Bastien
Hi Samuel, "Samuel W. Flint" writes: > Marked as TINYCHANGE. Applied as d06aa486d, thanks! Can you provide a patch to announce this in etc/ORG-NEWS? -- Bastien

Re: [PATCH] Re: Any reason not to generate my own custom ID value (NOT CUSTOM_ID)?

2020-09-23 Thread Bastien
Ihor Radchenko writes: >> Thanks, but you forgot the note to etc/ORG-NEWS announcing the new >> option la mission. > > Do I miss something or the need to add ORG-NEWS entry is not mentioned > in the contribution page? If you can, please go ahead and fix this. Thanks, -- Bastien

Re: [PATCH] Re: Any reason not to generate my own custom ID value (NOT CUSTOM_ID)?

2020-09-23 Thread Ihor Radchenko
> Thanks, but you forgot the note to etc/ORG-NEWS announcing the new > option la mission. Do I miss something or the need to add ORG-NEWS entry is not mentioned in the contribution page? Best, Ihor Bastien writes: > Ihor Radchenko writes: > >> See the attached. > > Thanks, but you forgot the

Re: [PATCH] Re: Any reason not to generate my own custom ID value (NOT CUSTOM_ID)?

2020-09-23 Thread Bastien
Ihor Radchenko writes: > Done. Applied as 6c75b0021, thanks! -- Bastien

Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-23 Thread Bastien
Hi Russell, Russell Adams writes: > Rather than a huge refactoring or pushing code back into other Emacs > modes, my thought was that Org should be trimmed into the "core" of > Org functions and that other things should be implemented as modules > available in MELPA outside of the official Org

Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-23 Thread Bastien
Hi Nicholas, "Nicholas Savage" writes: > If I am looking to do that though, would I be submitting a patch both > to Emacs and one to Org Mode? If the patch is against Org, submit it first to emacs-orgmode@gnu.org. If the patch is integrated into Org it will be merged into Emacs core at some

Re: Re Org 9.4 is out. Can you help? // breaking apart Org Mode

2020-09-23 Thread Bastien
Hi William, thanks a lot for bringing this up. Of course, Org would benefit from code cleanup and code refactoring. And yes, we can collectively push toward (1) modularizing Org a little more, (2) making Org features better interact with Emacs core features and (3) integrating some of Org's

Re: official orgmode parser

2020-09-23 Thread Bastien
Hi Gerry, "Gerry Agbobada" writes: > Having a tree-sitter parser would be really great in my opinion 1+ Thanks for working on this, let us know how it goes! -- Bastien

Re: official orgmode parser

2020-09-23 Thread Bastien
Hi Przemysław, Przemysław Kamiński writes: > I oftentimes find myself needing to parse org files with some external > tools (to generate reports for customers or sum up clock times for > given month, etc). Looking through the list > > https://orgmode.org/worg/org-tools/ Can you help on making

Re: [PATCH] Re: Any reason not to generate my own custom ID value (NOT CUSTOM_ID)?

2020-09-23 Thread Ihor Radchenko
Done. >From c479d8b229140029a3a8454dd933dab7322fafc4 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Fri, 11 Sep 2020 15:42:53 +0800 Subject: [PATCH] Allow customised ID format for `ts' `org-id-method' * lisp/org-id.el (org-id-new): Use `org-id-ts-format' as ID format for `ts' ID generation

Re: [PATCH] Bug: Fontification: Heading following a comment

2020-09-23 Thread Bastien
FWIW, I'm marking this bug as fixed in 38fbd161e4. Thanks, -- Bastien

Re: [PATCH] Re: Any reason not to generate my own custom ID value (NOT CUSTOM_ID)?

2020-09-23 Thread Bastien
Ihor Radchenko writes: > See the attached. Thanks, but you forgot the note to etc/ORG-NEWS announcing the new option la mission. Can you add it in the same patch? -- Bastien

[PATCH] Re: Any reason not to generate my own custom ID value (NOT CUSTOM_ID)?

2020-09-23 Thread Ihor Radchenko
See the attached. >From bc492bd2fb87912289c135006b6fbeaca93ba181 Mon Sep 17 00:00:00 2001 From: Ihor Radchenko Date: Fri, 11 Sep 2020 15:42:53 +0800 Subject: [PATCH] Allow customised ID format for `ts' `org-id-method' * lisp/org-id.el (org-id-new): Use `org-id-ts-format' as ID format for `ts'

Re: Control where files are emitted during block eval

2020-09-23 Thread Bastien
Hi George, George Mauer writes: > I would like to create a playground.org file inside my node project > where I will put bits of code that I'm playing with during > development. > > The problem is that when I actually evaluate a source block it gets > written into a temporary location that I do

Re: Bug: Org-mode v3.8 tag hierarchy [9.3.3 (release_9.3.3 @ /home/user/.emacs.d/org-mode/lisp/)]

2020-09-23 Thread Ihor Radchenko
> Can you reproduce the problem with latest stable, aka 9.4 ? I can. Bastien writes: > Hi Leon, > > Leon Weber writes: > >> Hi together, I recently updated from org-mode version 9.1.8 to 9.3. I >> noticed a problem with group tags / tag hierarchy in the agenda-view >> (Agenda for current

Re: Shower thought: submit an IETF RFC to register Org as a MIME type

2020-09-23 Thread Bastien
Hi, hj-orgmod...@hj.proberto.com writes: > I do not have much insight into all the possible outcomes (i.e. I am > clueless about such outcomes) except one outcome - orgmode MIME type > gets registered.  If there is absolutely zero burden put on the shoulders of Org's maintainers, then I'm all

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-09-23 Thread Ihor Radchenko
> Can you share this gist as a patch against Org's current master? That is not possible. The underlying reason of the bug in the patch is different from master. On master, the overlays for folded drawers and headlines are merged together - when folded headline is opened by isearch, everything is

Re: How to refer to remote table, in another file, as a source block variable?

2020-09-23 Thread Bastien
Hi William, William Denton writes: > I'll try to do a patch for the docs so this is clearer there. TIA! -- Bastien

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2020-09-23 Thread Bastien
Hi Shibu, "Shibu N.V" writes: > I tried with the latest stable release org 9.4 along with emacs27.1 > windows binaries on windows platform. The issue persists. Thanks for reporting this again. Can anyone using Emacs/Org on Windows help debugging this? -- Bastien

Re: Texinfo in Org-Mode but with texinfo syntax highlighting

2020-09-23 Thread Bastien
Hi Christopher, Christopher Dimech writes: > I am writing a document in texinfo, but I also have some commands in > Org-Mode so that if I change my Emacs Major Mode to Org-Mode > I get an easy way to traverse my texinfo code. However I would like > to keep the syntax highlighting as the use set

Re: newline or no newline at end of capture: expected behavior

2020-09-23 Thread Bastien
Hi Samuel, Samuel Wales writes: > basically i am getting unwanted newlines all over the place when i > capture. but i want to confirm expected behavior for all 4 questions. Let's take this one by one. Can you provide the *worst* use case of Org going completely insane regarding empty lines

Re: [PATCH] Re: RFE: Capture: property prompt: default completion

2020-09-23 Thread Bastien
Hi Phil, Phil Hudson writes: > Sorry, should have changed the subject. Re-sending patch (no alterations). It looks good to me. Can you update your patch by adding a proper commit message? See https://orgmode.org/worg/org-contribute.html#commit-messages Thanks a lot, -- Bastien

Fwd: Slow to open certain file

2020-09-23 Thread Peter Bienstman
Attached the profile when i open with 'find-file'. It still seems to call ivy-read, but the interesting thing is that now a lot of time is apparently spent in 'url-http' functions. The file contains lots of web links, so it seems emacs is trying to do something with them when it really

Re: Any reason not to generate my own custom ID value (NOT CUSTOM_ID)?

2020-09-23 Thread Bastien
Hi Ihor, Ihor Radchenko writes: >> However, I just (strongly) prefer the shorter "ISO-like" ID for many >> reasons, as already mentioned (shorter, meaningful, etc.). I just find >> that style much, much more elegant. > > I guess it does not take much to add this functionality. > > Patch

Re: Cycling through TODO workflow joins the next line onto the current one

2020-09-23 Thread Bastien
Hi Krishan, Krishan Kharagjitsing writes: > Hello, I found the following weird behaviour. What is M-x org-version RET ? > When I set some tasks to DONE and fold the headings with TAB, then > when I cycle back from DONE to TODO it joins the next line with the > current one. > > org_mode_bug >

Re: Bug: DOI links are broken in HTML exports

2020-09-23 Thread Bastien
Hi, yarnton--- via "General discussions about Org-mode." writes: > I've found a small bug in org-html-export-to-html. Minimal document to > reproduce: > > --- > > Foo [fn:1] > > * Footnotes > > [fn:1] doi:10.1186/s12864-016-2377-z > > --- Do you use a link abbreviation for doi: links ? >

Re: Bug: Org-mode v3.8 tag hierarchy [9.3.3 (release_9.3.3 @ /home/user/.emacs.d/org-mode/lisp/)]

2020-09-23 Thread Bastien
Hi Leon, Leon Weber writes: > Hi together, I recently updated from org-mode version 9.1.8 to 9.3. I > noticed a problem with group tags / tag hierarchy in the agenda-view > (Agenda for current week or day). Can you reproduce the problem with latest stable, aka 9.4 ? -- Bastien

Re: [PATCH] Expanded ob-python results handling and plotting

2020-09-23 Thread Bastien
Hi Jack, Jack Kamm writes: > For now, I think I prefer to keep ob-python leaner, so am going to hold > off on this. The leaner the less maintainance ahead :) > I'll wait a week or so for comments before merging this new, more > limited patch into master. LGTM, thanks! -- Bastien

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-09-23 Thread Bastien
Hi Ihor, Ihor Radchenko writes: > Thanks for reporting! I accidentally reintroduced the bug because of > mistake when converting org-hide-drawers to new folding library. > (:facepalm:). > > Should be fixed in the gist now. Can you share this gist as a patch against Org's current master? --

Re: Help with moderating non-subscribers messages on the Org mailing list

2020-09-23 Thread Bastien
Bastien writes: > We could use the help of more mailing list maintainers. Thanks for those who volunteered! We now have 8 moderators, it really helps. I'm closing this call for help right now. -- Bastien

Re: Org-Crypt and HTML export

2020-09-23 Thread Bastien
Hi David, David Masterson writes: > I take it that, when you do an HTML export on an Org file, it is assumed > that all items that have been encrypted with org-crypt will have been > decrypted, correct? Is it what you get? > Is there a way to create an HTML file with Org that includes some >

Re: The Website Revamp: The final stretch

2020-09-23 Thread Bastien
Hi Devin, Devin Prater writes: > I'm just going over the site to check accessibility with screenn > readers Thanks for reporting these issues, we need to make the website fully accessible before making the switch. -- Bastien

Re: The Website Revamp: The final stretch

2020-09-23 Thread Bastien
Hi Timothy, thanks for all your work! The only variant that I like is 2-1. Also, let's remove the mini-unicorn in the top bar, it is redundant and reminds me of the opening of IT Crowd. :) For the translations, as discussed IRL, we don't need to translate everything, perhaps just the index

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-09-23 Thread Ihor Radchenko
> Apologies for maybe changing the subject, but earlier this summer you > mentioned[1] you were working on a patch to the folding system that > would fix an issue I have[2] with LOGBOOKs since 9.4. AFAICT the patch > you are sharing now does not fix that; is this issue still on your > radar?

Re: Help with moderating non-subscribers messages on the Org mailing list

2020-09-23 Thread Jeremie Juste
Hello Dominique, Many thanks for this info. I'll give it a try. Best regards, Jeremie Dominique Dumont writes: > Hi > > On mercredi 16 septembre 2020 11:04:42 CEST Bastien wrote: >> The task is to check the mailman administration page and to discard >> messages that should not be sent to the

Re: [patch suggestion] Mitigating the poor Emacs performance on huge org files: Do not use overlays for PROPERTY and LOGBOOK drawers

2020-09-23 Thread Kévin Le Gouguec
Ihor Radchenko writes: >>> then M-x toggle-debug-on-error and M-: (org-make-manuals), but I can't >>> get a stacktrace. I'm guessing this is because this error (which IIUC >>> originates from org-back-to-heading in org.el) is a user-error; however, >>> if I change the function to raise a