Re: text after sub headings?

2021-12-26 Thread Juan Manuel Macías
Max Nikulin writes: > It is not necessary complex layout. It is a decoration similar to > pictures in fiction books. Unlike figures such additions are not > strictly important to understand material. In printed form it is like > figures however. Insets are appropriate in particular places, but >

bug#52587: 29.0.50; Wrong block header/footer background in Org

2021-12-26 Thread General discussions about Org-mode.
Protesilaos Stavrou writes: > [ I will sync with emacs.git as soon as I publish the next tagged > version (2.0.0). It is a big one and the change log will take some > time to prepare... Maybe this week. ] I noticed "Update modus-themes to version 2.0.0" in the Git log. Yet, I compiled Ema

bug#52587: 29.0.50; Wrong block header/footer background in Org

2021-12-26 Thread Protesilaos Stavrou
On 2021-12-26, 11:22 +0100, Rudolf Adamkovič wrote: > Protesilaos Stavrou writes: > >> [ I will sync with emacs.git as soon as I publish the next tagged >> version (2.0.0). It is a big one and the change log will take some >> time to prepare... Maybe this week. ] > > I noticed "Update modu

Re: bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-26 Thread Max Nikulin
On 24/12/2021 05:00, Rudolf Adamkovič wrote: Ihor Radchenko writes: So, Org cannot distinguish between language backends that are simply not loaded and the ones that do not define org-babel-execute:lang. Oh, if we have this architectural limitation in place, then Org cannot help the user, and

Re: bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-26 Thread Ihor Radchenko
Max Nikulin writes: > Rudolf, do have support BibTeX as babel language loaded to Org (by > customization of `org-babel-load-languages' or by explicit `require')? Thanks for reminding about `org-babel-load-languages'. Note that `org-babel-execute-src-block' (called by org-babel-execute-buffer) d

Re: [PATCH] org-agenda.el: customise outline path in echo area

2021-12-26 Thread Ihor Radchenko
Mikhail Skorzhinskii writes: Thanks for the patch! The addition looks reasonable to me. > +    (title (when (and file-or-title (string= file-or-title > 'title)) > ... > +  (and file-or-title bfn (concat (if (and (string= file-or- > title 'title) title) (string= file-or-title 'title)

Re: [PATCH] org-agenda.el: customise outline path in echo area

2021-12-26 Thread Mikhail Skorzhinskiy
Glad to hear that. Should I resubmit the patch in this thread? I agree with your change. Thanks, Mikhail -- Mikhail Skorzhinskiy mskorzhins...@eml.cc On Sun, Dec 26, 2021, at 16:44, Ihor Radchenko wrote: > Mikhail Skorzhinskii writes: > > Thanks for the patch! The addition looks reasonabl

Re: [PATCH] org-refile.el: show refile targets with doc. title

2021-12-26 Thread Ihor Radchenko
Mikhail Skorzhinskii writes: > * lisp/org-refile.el (org-refile-use-outline-path): add an option > 'title This is an interesting idea. However, your patch may break things quite badly. Look at `org-refile-get-location'. It expects a very specific format for the refile targets and treats 'file/'f

Re: [PATCH] org-agenda.el: customise outline path in echo area

2021-12-26 Thread Ihor Radchenko
"Mikhail Skorzhinskiy" writes: > Should I resubmit the patch in this thread? I agree with your change. Yes. Just reply to my message with the new version of the patch. Best, Ihor

[PATCH] org-element--current-element: Fix #+BEGIN$ parsed as special block

2021-12-26 Thread Ihor Radchenko
Robert Nikander writes: > Hitting TAB on the BEGIN line does nothing. But if I add a blank line before > it, then hitting TAB hides and shows the block. Is that a bug? Or am I doing > it wrong? Seems like it should work without the blank line. > > * Test > Some text > > #+BEGIN > Hide this > #

Re: "Orgdown", the new name for the syntax of Org-mode

2021-12-26 Thread Jean-Christophe Helary
> On Nov 29, 2021, at 8:24, Jean-Christophe Helary > wrote: > > > >> On Nov 29, 2021, at 7:57, Tom Gillespie wrote: >> >> PS Another brainstormed name: Orgsyn? > > Org Agnostic Syntax Modules → OrgASM I understand that the issue is quite moot now (and I'm sorry for my silly proposal),

Re: test-org/auto-repeat-maybe depends on locale

2021-12-26 Thread Ihor Radchenko
Axel Kielhorn writes: > I have just installed Org mode 9.5 and get a few failing tests: > > Which LANG = de_DE.UTF-8 I get: > > But which LANG = C I get: I am unable to reproduce both the failures on my side. Best, Ihor

Re: [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]

2021-12-26 Thread Dr. Arne Babenhauserheide
"Dr. Arne Babenhauserheide" writes: > Ihor Radchenko writes: >> "Dr. Arne Babenhauserheide" writes: >>> In org 9.5.1 I get problems exporting a table. Trying to export >>> https://hg.sr.ht/~arnebab/draketo/browse/politik/gnu-linux-desktop-share.org >>> as ascii or running the embedded gnuplot

Re: [BUG] 9.5.1 cannot export specific table [9.5 (9.5-g0a86ad @ /gnu/store/qhqhlclxnqsxazs88wrmqz2vi5abcgm0-emacs-org-9.5/share/emacs/site-lisp/org-9.5/)]

2021-12-26 Thread Ihor Radchenko
"Dr. Arne Babenhauserheide" writes: > I tried 9.5.2, but the error is still there: > > org-ascii-table-cell: Wrong type argument: wholenump, -2 Oops. That commit was only on main. Not on "stable" bugfix branch. I just cherry-picked the commit to bugfix. Sorry for the confusion. Best, Ihor

bug#52771: 29.0.50; org-fill-paragraph does not work for several plain lists

2021-12-26 Thread Kyle Meyer
Rudolf Adamkovič writes: > Reproduction steps: > > 1. start "emacs -Q" > 2. type "C-x C-f" and "test.org" and RET > 3. type the following: > > - one > two > > - three > four > > 4. mark all with "C-x h" > 5. type "M-q" to fill > > Actual: > > - one > two > > - three four > > Expected: > > -

bug#52778: 29.0.50; refill-mode issues in org-mode

2021-12-26 Thread Kyle Meyer
Ihor Radchenko writes: > Eli Zaretskii writes: > >>> You are right. I do not actively watch Emacs bug tracker and I had no >>> information about Rudolf's previous reports today. >> >> Did you look at them now? I meant bugs 52771 and 52772. > > Yes. One is fixed already. Thanks for fixing 52772.

Re: [PATCH] org-element--current-element: Fix #+BEGIN$ parsed as special block

2021-12-26 Thread Nicolas Goaziou
Hello, Ihor Radchenko writes: > Nicolas, > Let me know if I miss something about special block parsing. LGTM! Thanks. Regards, -- Nicolas Goaziou

Re: bug#52545: 29.0.50; Make org-babel-execute-buffer ignore irrelevant src blocks

2021-12-26 Thread Rudolf Adamkovič
Max Nikulin writes: > Rudolf, do have support BibTeX as babel language loaded to Org (by > customization of `org-babel-load-languages' or by explicit `require')? I have it listed in org-babel-do-load-languages as (bibtex . nil). Rudy -- "'Contrariwise,' continued Tweedledee, 'if it was so, it

[PATCH] ob-maxima.el: Fix execution on MS Windows

2021-12-26 Thread Nikolay Kudryavtsev
Hello. I've been playing around with Maxima from time to time. Ob-maxima currently does not work on Windows due to it using single quotes in the Maxima invocation and those not being supported by Windows CMD. After some testing I've found an invocation that seems to work fine on both Window

Re: [PATCH] ox-icalendar.el: create alarm at event time

2021-12-26 Thread Nicolas Goaziou
Hello, Mikhail Skorzhinskii writes: > * lisp/ox-icalendar.el (org-icalendar-force-alarm): option to set alarm > even if alarm time is set to zero. > * lisp/ox-icalendar.el (org-icalendar--valarm): create VALARM at the > event start if the alarm time is set to zero and > `org-icalendar-force-alar

Re: [PATCH] ox-icalendar.el: customizable vevent summary prefix

2021-12-26 Thread Nicolas Goaziou
Hello, Thanks. Some comments follow. Mikhail Skorzhinskii writes: > * lisp/ox-icalendar.el (org-icalendar-scheduled-summary-prepend): > configurable prefix for the scheduled headlines "New variable" is enough. > * lisp/ox-icalendar.el (org-icalendar-deadline-summary-prepend): > configurable p

Re: [PATCH 1/2] ox-texinfo: Turn a description list item with "+" bullet into @itemx

2021-12-26 Thread Nicolas Goaziou
Hello, Thanks. Some comments follow. Jonas Bernoulli writes: > +In description lists the used bullet is significant when exporting to > +Texinfo; when in doubt, then use =-=. An item that uses =+= instead > +becomes a new entry in the first column of the table. The above > +output can also be

bug#52587: 29.0.50; Wrong block header/footer background in Org

2021-12-26 Thread Protesilaos Stavrou
On 2021-12-26, 22:04 +0100, Rudolf Adamkovič wrote: > Protesilaos Stavrou writes: > >> Do you get the same results? > > Oh, I do! That said, if I reverse last two steps, I do not: > >> - Create a file with demo content, such as ~/test-org-block.org >> - Execute 'emacs -Q' on the command-line. >

Re: [PATCH 2/2] ox-texinfo: Define definition commands using description lists

2021-12-26 Thread Nicolas Goaziou
Hello, Thanks. Jonas Bernoulli writes: > +#+begin_example > +- Key: C-n (do-something) :: > + This command does something. > + > +- User Option: do-something-somehow :: > + This option controls how exactly ~do-something~ does its thing. > +#+end_example > + > +#+texinfo: @noindent > +becomes

bug#52587: 29.0.50; Wrong block header/footer background in Org

2021-12-26 Thread Kévin Le Gouguec
Protesilaos Stavrou writes: > On 2021-12-26, 22:04 +0100, Rudolf Adamkovič wrote: > >>> - Create a file with demo content, such as ~/test-org-block.org >>> - Execute 'emacs -Q' on the command-line. >>> - M-x load-theme RET modus-operandi >>> - C-x C-f test-org-block.org RET > > Gotcha! I can re

caption width in LateX export

2021-12-26 Thread Seb
Hello, When exporting to LaTeX, is there a mechanism to make the figure captions as wide as the figure? In pure LaTeX, this can be easily accomplished by placing the figure inside a minipage environment. Using a special block, as in: \begin{minipage}{0.7\textwidth} #+CAPTION: looong caption.

tab at beginning of line does not indent any more

2021-12-26 Thread Mandar Mitra
I have org 20210929 installed. With emacs -Q and (package-initialize) evaluted in the *scratch* buffer, I see the following change in behaviour: * ABCD I'm fairly sure that, before the last upgrade, I used to get * ABCD Have other users observed this? Are you bothered by it? Is this

Re: caption width in LateX export

2021-12-26 Thread Juan Manuel Macías
Hi Seb Seb writes: > When exporting to LaTeX, is there a mechanism to make the figure > captions as wide as the figure? In pure LaTeX, this can be easily > accomplished by placing the figure inside a minipage environment. > Using a special block, as in: > > \begin{minipage}{0.7\textwidth} > > #+