Re: Agenda headlines can't contain same time as DEADLINE's

2022-10-13 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: >* learn org at 12:00 >DEADLINE: <2022-10-14 Fri 12:00> >Friday 14 October 2022 > my-agenda-debug:12:00.. Deadline: learn org at See org-agenda-remove-times-when-in-prefix. -- Ihor Radchenko // yantar92, Org mode contributor, Learn

Re: Org 9.6-pre and Bash sessions

2022-10-13 Thread Ihor Radchenko
Rudolf Adamkovič writes: > I noticed today that Bash source blocks with ':session" does not seem to > work with Org 9.6-pre (3e8648775). Does anyone else have the problem? Confirmed. The cause is a35d16368 Author: Ihor Radchenko ob-shell: Fix output containing strings matching

Re: [PATCH] ox-latex: Use \empty instead of \relax after \\

2022-10-13 Thread Ihor Radchenko
Max Nikulin writes: > It is better to make `org-latex-line-break-safe' a user option instead > of a constant. I am not sure. It is so subtle that I doubt that users can safely customize it without high chances of breaking export. If really needed, it is anyway possible to setq constant in

Re: Multi-line headers with longtable

2022-10-13 Thread Ihor Radchenko
Brett Presnell writes: > #+attr_latex: :environment longtable > | First| Second | > | Column | Column | > |--+| > | a| 1 | > | b| 2 | > | \pagebreak c | 3 | > | d| 4 | > > to LaTeX yields > ... > Notice

Re: [BUG] org-crypt: CRYPTKEY property does not work as expected [9.5.1 (9.5.1-g36086a @ /home/ignacio/.emacs.d/elpa/org-9.5.1/)]

2022-10-13 Thread Ihor Radchenko
Ignacio Casso writes: > I think I have found a bug in org-crypt, or that org-crypt documentation > is not clear enough. The following configuration snippet in the > org-crypt section of the org manual, as well as the docstring for > org-crypt-key, suggest that a key value of nil can be used to

Re: org-return not being given 't' for INDENT parameter

2022-10-13 Thread Ihor Radchenko
jebb Bungo writes: > I am having an odd behavior with org-return. I use hard indents, and I have > set 'org-adapt-indentation' to t in my .emacs file. However, I have noticed > that sometimes when I press RET under a heading, instead of getting an indent > to match the indentation of the

Re: [BUG) filling bullet list

2022-10-13 Thread Ihor Radchenko
Samuel Wales writes: > - mark the list using set-mark-command and movement. [hre is > something to mke the item long asnd fkajsd nfkja nsdkjfn aksjdnf > kajsnd fkajsn dkfjan skdjn faksjdn fkjad nsfkjanaksj dnfkja sdkfjna > ksdjf kajsd fkjas dkfjna skdjf akjsdnf kajnsdkfjansk djfn.] > - run

Agenda headlines can't contain same time as DEADLINE's

2022-10-13 Thread Alain . Cochard
I do emacs -Q -l ~/.emacs.debug where .emacs.debug contains only (custom-set-variables '(org-agenda-files '("~/Org/my-agenda-debug.org")) ) and my-agenda-debug.org contains only * learn org at 12:00 DEADLINE: <2022-10-14 Fri 12:00> Then I do M-x org-agenda a and

Re: Org 9.6-pre and Bash sessions

2022-10-13 Thread Michael Welle
Hello, Rudolf Adamkovič writes: > Hello there! > > I noticed today that Bash source blocks with ':session" does not seem to > work with Org 9.6-pre (3e8648775). Does anyone else have the problem? funnily I observed something similar while generating semester projects for my students. Example:

[PATCH] ox-latex: Use \empty instead of \relax after \\

2022-10-13 Thread Max Nikulin
On 13/10/2022 21:27, Leo Butler wrote: Maybe Org should not use \\ to end lines in a latex-exported table? The fact that it has many variations argues against its use in Org, IMO. My suggestion is to use the TeX command \cr. Various LaTeX packages may redefine \\, so low level \cr might be

Org 9.6-pre and Bash sessions

2022-10-13 Thread Rudolf Adamkovič
Hello there! I noticed today that Bash source blocks with ':session" does not seem to work with Org 9.6-pre (3e8648775). Does anyone else have the problem? CONFIGURATION FILE: -- > (setq-default org-use-extra-keys t) > (with-eval-after-load 'org > (add-to-list

Re: Export of this table fails LuaLaTeX compilation

2022-10-13 Thread Leo Butler
On Thu, Oct 13 2022, Max Nikulin wrote: > On 13/10/2022 09:44, Ihor Radchenko wrote: >> Max Nikulin writes: >> >>> I am considering \noalign{} instead of \relax. I was never aware of its >>> effect, but accordingly to The TeXbook it should keep TeX in vertical >>> mode without any action due to

Re: idea for capture anywhere in x

2022-10-13 Thread Jean Louis
Dear Ihor, Thanks, I have always such joy to get your insights. * Ihor Radchenko [2022-10-13 02:14]: > This is implied. Indeed, you can put information into Emacs by many other > means, including keyword input or command line invocation. I was rather meaning through command line, or through

Re: [BUG] org-beamer :BEAMER_ACT: ignored on columns

2022-10-13 Thread Fraga, Eric
On Thursday, 13 Oct 2022 at 10:39, Ihor Radchenko wrote: > Take your time. What I do not want here is introducing new bugs. I am > not familiar with ox-beamer and do not want to miss anything subtle. Thank you. I'll update you in due course. > Or <...>. In particular, >

Re: [BUG] org-fold-core-style 'text-properties interprets Org link syntax in code blocks too

2022-10-13 Thread Ihor Radchenko
Ihor Radchenko writes: >> With the default value of the new org-fold-core-style, if I have a >> snippet like below: >> >> #+begin_src toml >> [[asdf]] >> #+end_src >> >> The brackets around asdf get hidden. ([[asdf]] is TOML syntax for maps >> or array of tables:

Re: [BUG, confirmed] org-clock-in calling org-clock-sum fails leaving incomplete CLOCK line when encountering existing malformed CLOCK lines

2022-10-13 Thread Ihor Radchenko
Ihor Radchenko writes: >> Please see the attached test.org and call Emacs like so: >> >> >> /usr/local/bin/emacs-29.0.50 -Q -L ~/src/org-mode/lisp /tmp/test.org --eval >> '(switch-to-buffer "test.org")' -f org-clock-in > > Thanks! > Confirmed using the described steps. Fixed on main.