Re: Should we obsolete org-emphasis-alist? (was: [PATCH v5] org.el: Warning for unsupported markers in `org-set-emphasis-alist')

2023-02-09 Thread Max Nikulin
On 07/02/2023 17:47, Ihor Radchenko wrote: Upon looking closer, `org-set-emph-re' is not affected by the value of `org-emphasis-alist' with a single exception when the value is nil. You are right, it is result of the following commit: 9fb2e047d 2016-12-08 09:44:26 +0100 Nicolas Goaziou:

Re: [PATCH] Async evaluation in ob-shell

2023-02-09 Thread Ihor Radchenko
Matt writes: > I found cleaning the output was dramatically helped by calling > `buffer-substring-no-properties' instead of `buffer-substring' in > `org-babel-comint-async-filter'. I'm not sure why `buffer-substring' was > originally used. `make test' shows no failures, so I assume it

[RFC] If you use Org 9.6, please share the output of M-x org-element-cache-hash-show-statistics

2023-02-09 Thread Ihor Radchenko
Hi, I would like to assess the efficiency of one of search optimizations used in org-element.el [1] The statistics about efficiency is collected by Org, but obviously not shared without your consent. If you are ok with sharing the statistics, and you are running Emacs session for at least few

Re: [RFC] If you use Org 9.6, please share the output of M-x org-element-cache-hash-show-statistics

2023-02-09 Thread Hanno Perrey
Hej Ihor, below is the requested output. I spent most my time working in Org mode. Best wishes, Hanno , | (org-element-cache-hash-show-statistics) ` , | 1.56% of cache searches hashed, 3.37% non-hashable. ` , | (org-version nil 't) ` , | Org mode version 9.6

Catching invisible edits: problem understanding doc

2023-02-09 Thread Alain . Cochard
Hello. The documentation (version 9.6) says: 2.2.3 Catching invisible edits -- Sometimes you may inadvertently edit an invisible part of the buffer and be confused on what has been edited and how to undo the mistake. Setting

Re: ob-sql dbconnection engine

2023-02-09 Thread Ihor Radchenko
Andreas Gerler writes: > In the end you are still able to overwrite in your src block parameters via > :engine Sure, but wouldn't it be better to amend the patch adding aliases to the supported engine names in `sql-connection-alist'? -- Ihor Radchenko // yantar92, Org mode contributor, Learn

Re: [PATCH] org--batch-store-agenda-views: Fix treatment of lambda functions

2023-02-09 Thread Ihor Radchenko
Aaron Zeng writes: > New patch looks good. Thanks! Applied, onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=739ccf6cb -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at . Support Org development at

Re: [BUG] CUSTOM_id ignored on blocks by ox-beamer

2023-02-09 Thread Alan Schmitt
Hello Ihor, On 2023-01-19 10:21, Ihor Radchenko writes: > Please add a changelog entry detailing the definitions where the changes > happened. See https://orgmode.org/worg/org-contribute.html#commit-messages > ... > Please document the new %l option in the docstring of >

Re: Creating animated gif from latex src blocks

2023-02-09 Thread Edouard Debry
Hi, In reply to an old thread initiated, here is how I get animated pictures from latex src blocks. <=== GIF image ===> #+NAME: before-make-gif #+begin_src elisp :lexical no :results none (setq org-format-latex-header

Re: [BUG] ob-gnuplot.el can't handle importing more than one table from the current file [9.6.1 ( @ /home/thomas/.emacs.d/elpa/org-9.6.1/)]

2023-02-09 Thread Ihor Radchenko
Thomas Worthington writes: > I can't replicate now. It was about four weeks ago I tripped over > this and I absolutely saw it in action repeatedly - I could see > gnuplot loading the same file in its process buffer, and only one > file being created on-disc too. One possibility is hash

Re: Possible error in manual

2023-02-09 Thread Ihor Radchenko
TRS-80 writes: >> org-fold-catch-invisible-edits does not exist in Org mode version 9.5.2, >> it should be org-catch-invisible-edits. > > Do you think you might be able to submit a patch? :) As pointed in another message, this is not a bug. Just version mismatch between online manual and

Re: [BUG] M-S- does not adjust clock timestamps as described in docs [9.5.5]

2023-02-09 Thread Ihor Radchenko
Robert Nikander writes: > I’m pretty much a beginner with the clock features, so I don’t have an > opinion yet on how it should work. But yes, it seems like clarifying the > manual there would be an improvement. Fixed, on main.

[PATCH] ol.el: Recommend `browse-url' to `:follow' links

2023-02-09 Thread Max Nikulin
I think, it might be helpful to mention the `browse-url' package in the docs for the :follow property of `org-link-parameters'. Writing code to launch an external application may be tricky, so it is better to delegate the task to existing utilities.From 9d6b216d4bd654f976cd889dec2f805f05f76428

Re: [RFC] If you use Org 9.6, please share the output of M-x org-element-cache-hash-show-statistics

2023-02-09 Thread Kévin Le Gouguec
Hey Ihor, Ihor Radchenko writes: > If you are ok with sharing the statistics, and you are running Emacs > session for at least few hours (using Org mode, obviously), please reply > sharing the output of > M-x org-element-cache-hash-show-statistics > M-x emacs-uptime Here are the stats for

Re: [RFC] If you use Org 9.6, please share the output of M-x org-element-cache-hash-show-statistics

2023-02-09 Thread Mark Barton
> On Feb 9, 2023, at 3:51 AM, Ihor Radchenko wrote: > > Hi, > > I would like to assess the efficiency of one of search optimizations used > in org-element.el [1] > > The statistics about efficiency is collected by Org, but obviously not > shared without your consent. > > If you are ok with

Re: Either zero or two newlines with org-agenda-block-separator, cannot seem to get one?

2023-02-09 Thread TRS-80
Hello List, I had sent original email to the list some time ago, never received a reply. Hopefully I have set the correct headers for proper threading; if not the OP can be found at (either of) these URLs: https://yhetil.org/orgmode/33fe6d20c0591fedbdd8c6ea78e34...@isnotmyreal.name/

Re: [PATCH] remove unused code in ob-octave.el

2023-02-09 Thread Max Nikulin
On 10/02/2023 04:21, Leo Butler wrote: In lisp/ob-octave.el: What is the point of ob-octave-prep-session:octave or its brother, ob-octave-prep-session:matlab? These two functions are unused in the existing code. Have you checked the following? I am not familiar with org-babel code. grep -nH

emojis in tags?

2023-02-09 Thread Robert Nikander
Hi, Does anyone else think it might be nice to allow emojis in tags? I used to use OmniFocus before I got into org-mode. I had some tags that were certain symbols that had meaning to me. Rob

Re: emojis in tags?

2023-02-09 Thread Jean Louis
* Robert Nikander [2023-02-10 06:36]: > Does anyone else think it might be nice to allow emojis in tags? I > used to use OmniFocus before I got into org-mode. I had some tags > that were certain symbols that had meaning to me. While I do not use it in tags, I use Emojis in headings. And that

Re: [POLL] Proposed syntax for timestamps with time zone info (was: [FEATURE REQUEST] Timezone support in org-mode datestamps and org-agenda)

2023-02-09 Thread Jean Louis
* Ihor Radchenko [2023-02-08 13:36]: > > Is it Org as program? > > > > Or is it human? > > Both. > > The idea is to ensure exact point of time relative to UTC. > For example, when you want to schedule something exactly 10024 hours in > future, regardless of time zone changes. I got it, thank

Re: [RFC] If you use Org 9.6, please share the output of M-x org-element-cache-hash-show-statistics

2023-02-09 Thread Jeffrey DeLeo
Org mode version 9.6.1 15.80% of cache searches hashed, 5.90% non-hashable. Emacs Uptime: 9 hours, 58 minutes, 8 seconds

Re: [RFC] If you use Org 9.6, please share the output of M-x org-element-cache-hash-show-statistics

2023-02-09 Thread João Pedro
On Thu, February 09 2023 11:51, Ihor Radchenko wrote: > Hi, Hello Ihor! > If you are ok with sharing the statistics, and you are running Emacs > session for at least few hours (using Org mode, obviously), please reply > sharing the output of Definitely OK with it! Here it goes > M-x

Re: [RFC] If you use Org 9.6, please share the output of M-x org-element-cache-hash-show-statistics

2023-02-09 Thread Simon Butler
two computers, both running org mode version 9.6.1 and Emacs 27.1 1.00% of cache searches hashed, 0.00% non-hashable. 3 days, 11 hours, 17 minutes, 32 seconds 5.88% of cache searches hashed, 3.75% non-hashable. 3 days, 13 hours, 49 minutes, 16 seconds On 2023-02-09 at 11:51 GMT, Ihor

[PATCH] remove unused code in ob-octave.el

2023-02-09 Thread Leo Butler
In lisp/ob-octave.el: What is the point of ob-octave-prep-session:octave or its brother, ob-octave-prep-session:matlab? These two functions are unused in the existing code. Leo From f91562d9ea36d7f76f222e457c8fd1b0570e7e3d Mon Sep 17 00:00:00 2001 From: Leo Butler Date: Thu, 9 Feb 2023

Re: [RFC] If you use Org 9.6, please share the output of M-x org-element-cache-hash-show-statistics

2023-02-09 Thread Jonathan Gregory
Hi, On 09 Feb 2023, Ihor Radchenko wrote: Hi, I would like to assess the efficiency of one of search optimizations used in org-element.el [1] The statistics about efficiency is collected by Org, but obviously not shared without your consent. If you are ok with sharing the statistics,

Re: [RFC] If you use Org 9.6, please share the output of M-x org-element-cache-hash-show-statistics

2023-02-09 Thread General discussions about Org-mode.
Ihor Radchenko writes: > > If you are ok with sharing the statistics, and you are running Emacs > session for at least few hours (using Org mode, obviously), please reply > sharing the output of > M-x org-element-cache-hash-show-statistics > M-x emacs-uptime I have emacs running on two