Re: [BUG] ob-python hangs on second start [9.5.4 (release_9.5.4-763-g06373a @ ~/emacs/org-mode/lisp/)]

2023-08-30 Thread Jack Kamm
Ihor Radchenko writes: > LGTM! Feel free to push. Pushed to bugfix (c81dba2fb) and merged to main (b49275acb). Pushed the unit test as a separate commit to main only (8000b1120).

Re: [BUG] When calling org-tree-to-indirect-buffer: (wrong-type-argument listp org-fold-outline) in org-fold-core-get-folding-spec-from-alias [9.6.6 (release_9.6.6 @ /gnu/store/c7vqk20kf6zw73klr8bacnh

2023-08-30 Thread Adam Porter
Hi Ihor, On 8/28/23 04:24, Ihor Radchenko wrote: Adam Porter writes: This is a very strange backtrace. When I run that `alist-get' call manually, there is no error. And `alist-get' does not call `car'. May you try to re-generate the backtrace again? It is indeed strange. I generated the

Re: [BUG] org-get-outline-path misbehave in some scenarios when org-element-use-cache is t Inbox

2023-08-30 Thread Rodrigo Morales
For those interested: here's another minimal working example: #+HEADER: :results output #+begin_src elisp (with-temp-buffer (org-mode) (insert "* 1 ,** 1.1 ,* 2 ") ;; jump to the first headline to print the value of :end (goto-char (point-min)) (princ (format "%s\n"

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-30 Thread Ihor Radchenko
Russell Adams writes: > That said, I think the question is would any code for interpreting > embedded org source blocks be cleaner than the existing inline task code. I disagree. Src blocks are usually excluded from agendas and other normal Org interactions - they are normally considered

Re: Unclear where ob-spice.el is being maintained

2023-08-30 Thread Jonas Bernoulli
Bastien Guerry writes: > Ihor Radchenko writes: > >> "Christopher M. Miles" writes: >> >>> Thanks, Updated now. ... > Jonas Bernoulli writes: > >> In 2022 I changed Melpa to get ob-spice.el from >> https://repo.or.cz/ob-spice.git in response to >>

Re: [RFC] Quoting property names in tag/property matches [Was: [BUG?] Matching tags: & operator no more implicit between tags and special property]

2023-08-30 Thread Jens Schmidt
On 2023-08-26 14:54, Jens Schmidt wrote: > On 2023-08-26 14:22, Ihor Radchenko wrote: >> Looks good to me. > > Implemented in the next version of the patch, please check. Gentle ping ...

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-30 Thread Russell Adams
On Wed, Aug 30, 2023 at 05:08:40PM +0200, Russell Adams wrote: > On Wed, Aug 30, 2023 at 04:39:50PM +0200, alain.coch...@unistra.fr wrote: > > Russell Adams writes on Wed 30 Aug 2023 16:31: > > > > > > What would be the equivalent of: > > > > > > > >* head :foo: > > > >***

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-30 Thread Russell Adams
On Wed, Aug 30, 2023 at 04:39:50PM +0200, alain.coch...@unistra.fr wrote: > Russell Adams writes on Wed 30 Aug 2023 16:31: > > > > What would be the equivalent of: > > > > > >* head :foo: > > >*** inlt :bar: > > >*** END > > > > > > where the 'bar' tag

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-30 Thread Alain . Cochard
Russell Adams writes on Wed 30 Aug 2023 16:31: > > What would be the equivalent of: > > > >* head :foo: > >*** inlt :bar: > >*** END > > > > where the 'bar' tag could be used in exactly the same way as the 'foo' > > tag. > Please give some examples of

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-30 Thread Russell Adams
On Wed, Aug 30, 2023 at 04:06:51PM +0200, alain.coch...@unistra.fr wrote: > Russell Adams writes on Wed 30 Aug 2023 14:36: > > On Wed, Aug 30, 2023 at 01:49:26PM +0200, alain.coch...@unistra.fr wrote: > > > Russell Adams writes on Tue 29 Aug 2023 15:00: > > > > On Sat, Aug 26, 2023 at

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-30 Thread Alain . Cochard
Russell Adams writes on Wed 30 Aug 2023 14:36: > On Wed, Aug 30, 2023 at 01:49:26PM +0200, alain.coch...@unistra.fr wrote: > > Russell Adams writes on Tue 29 Aug 2023 15:00: > > > On Sat, Aug 26, 2023 at 08:01:16PM +0200, Russell Adams wrote: > > > > Why not just put the TODO heading in a

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-30 Thread Russell Adams
On Wed, Aug 30, 2023 at 01:49:26PM +0200, alain.coch...@unistra.fr wrote: > Russell Adams writes on Tue 29 Aug 2023 15:00: > > On Sat, Aug 26, 2023 at 08:01:16PM +0200, Russell Adams wrote: > > > Why not just put the TODO heading in a code block with type org? > > > > > > Then you get all the

Re: [DISCUSSION] Re-design of inlinetasks

2023-08-30 Thread Alain . Cochard
Russell Adams writes on Tue 29 Aug 2023 15:00: > On Sat, Aug 26, 2023 at 08:01:16PM +0200, Russell Adams wrote: > > Why not just put the TODO heading in a code block with type org? > > > > Then you get all the toys, ignored by the main file. > > If inline tasks are supposed to be Org

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-30 Thread Dr. Arne Babenhauserheide
Ilya Chernyshov writes: > I don't understand why I need latex for this. Today I added command > org-timeblock-write (bound to [w]) which you can use now to write > org-timeblock buffer to SVG|PDF|PNG file. However, inkscape has to be > installed in your system. That’s just for print-quality,

Re: [ANM] org-timeblock: Schedule your day visually, using timeblocking technique inside Emacs

2023-08-30 Thread Ilya Chernyshov
"Dr. Arne Babenhauserheide" writes: > Wow, that looks nice! Thank you! > > If you want to provide a print-export (i.e. for hanging on the door of a > lecture room), you could see whether it’s easy to translate it to a > latex time table like this: >

Fallback fonts in LaTeX export for non latin scripts

2023-08-30 Thread Juan Manuel Macías
The Unicode TeX engines, LuaTeX and XeTeX, have certain features to apply fonts to scripts (Greek, Cyrillic, Arabic, etc.), without the need to switch fonts explicitly. But LaTeX does not include any functionality for loading 'fallback fonts' out of the box. Seeing things from TeX and LaTeX this

Re: Unclear where ob-spice.el is being maintained

2023-08-30 Thread Bastien Guerry
Ihor Radchenko writes: > "Christopher M. Miles" writes: > >> Thanks, Updated now. >>> ... Jonas Bernoulli writes: > In 2022 I changed Melpa to get ob-spice.el from > https://repo.or.cz/ob-spice.git in response to >

Re: Unclear where ob-spice.el is being maintained

2023-08-30 Thread Ihor Radchenko
"Christopher M. Miles" writes: > Thanks, Updated now. >> ... >>> Jonas Bernoulli writes: >>> In 2022 I changed Melpa to get ob-spice.el from https://repo.or.cz/ob-spice.git in response to https://github.com/melpa/melpa/issues/7872#issuecomment-1034945112. But