Re: [BUG] src and example blocks do not properly escape headings [9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-09-12 Thread note meta
hi, I think you might use a comma. See here https://orgmode.org/worg/org-syntax.html#Blocks Lines beginning with an asterisk or #+ must be quoted by a comma (,*, ,#+). Zhen Vladimir Nikishkin 于2023年9月13日周三 11:59写道: > Hello, everyone, > > My MWE is the following: > > ``` > Hello, preamble.

[BUG] src and example blocks do not properly escape headings [9.6.6 (release_9.6.6 @ /usr/share/emacs/30.0.50/lisp/org/)]

2023-09-12 Thread Vladimir Nikishkin
Hello, everyone, My MWE is the following: ``` Hello, preamble. * Heading one body one #+begin_src org * heading 2 #+end_src #+begin_example * heading 3 #+end_example #+begin_verbatim * heading 4 #+end_verbatim ``` Clearly, "heading 2", "heading 3", and of course, "heading 4" should not

[PATCH] ob-maxima.el, etc. (was Re: [MAINTENANCE] On how much we can expose internals into defcustom)

2023-09-12 Thread Leo Butler
On Thu, Sep 07 2023, Ihor Radchenko wrote: > `org-babel-execute:maxima' relies on certain output that maxima > produces. Removing --very-quiet will make the assumptions in the code no > longer valid. Worse - it might happen that in the absence of --very-quiet > `org-babel-execute:maxima' (or its

Re: [patch] Fixes and improvements in org-latex-language-alist

2023-09-12 Thread Juan Manuel Macías
Max Nikulin writes: >>> Every piece of code accessing this public constant must implement >>> fallback from e.g. "de-ch" (or de_CH) to "de". Or to "en" for an >>> unsupported language. >> Not necessarily. I mostly thought about some unconventional code >> that >> uses the constant for some reason

Preventing inadvertent global modifications

2023-09-12 Thread Max Nikulin
Hi, Yesterday, when I was going to commit changes after editing several headings in different places of an Org file, I was surprised by huge diff with hundreds of chunks. Tags spread across the whole file were adjusted by one or tow spaces. Probably I just accidentally hit C-u before setting

Re: [patch] Fixes and improvements in org-latex-language-alist (was: ox-latex language handling in Org-9.5 vs 9.6)

2023-09-12 Thread Max Nikulin
On 12/09/2023 16:05, Ihor Radchenko wrote: Max Nikulin writes: Every piece of code accessing this public constant must implement fallback from e.g. "de-ch" (or de_CH) to "de". Or to "en" for an unsupported language. Not necessarily. I mostly thought about some unconventional code that uses

ICalendar export

2023-09-12 Thread Henrik Frisk
hi, I've had an iCal export setup working fine for several years. I have an org-agenda-custom-commands defined with: (org-agenda-start-day "2022-09-01") (org-agenda-span 120) ;; number of days (org-agenda-include-diary nil)) Recently (not sure when) the ics output came out malformed and a

Re: [BUG] PRIORITIES does not accept multi-byte unicode characters [9.6.9 (N/A @ /gnu/store/3rxpvdkn907pb1ccm2yl3ffyaz02k7d1-emacs-org-9.6.9/share/emacs/site-lisp/org-9.6.9/)]

2023-09-12 Thread Ihor Radchenko
"Dr. Arne Babenhauserheide" writes: > Hi, I tried to hack a UI together to have simple marking of entries with > priorities and found that multi-byte priorities do not work. > > To reproduce: Set priorities as > > #+PRIORITIES:    > > Then go on a headline and press S-up. > > Expected: The

[BUG] PRIORITIES does not accept multi-byte unicode characters [9.6.9 (N/A @ /gnu/store/3rxpvdkn907pb1ccm2yl3ffyaz02k7d1-emacs-org-9.6.9/share/emacs/site-lisp/org-9.6.9/)]

2023-09-12 Thread Dr. Arne Babenhauserheide
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: Some Issues I Encountered While Developing Metanote

2023-09-12 Thread Ihor Radchenko
[ Adding Org mailing list back to CC. Please use "Reply All" or "Wide reply" to keep the discussion public ] note meta writes: > Ihor Radchenko 于2023年9月12日周二 16:15写道: >> >> ... >> Are you sure that you meant >> >> #+begin >> #+end: >> >> Maybe >> >> #+begin: >> #+end: >> ? >> >> Either way,

Re: [patch] Fixes and improvements in org-latex-language-alist (was: ox-latex language handling in Org-9.5 vs 9.6)

2023-09-12 Thread Ihor Radchenko
Max Nikulin writes: >> It is already a public constant. And I see no strong reason to change >> this (strong enough to justify breaking change). > > Every piece of code accessing this public constant must implement > fallback from e.g. "de-ch" (or de_CH) to "de". Or to "en" for an >

bbb:OrgMeetup for Asia-Pacific time zones (was: #2 [[bbb:OrgMeetup]] on Wed, Sep 13, 19:00 UTC+3)

2023-09-12 Thread Ihor Radchenko
Corwin Brust writes: > On Mon, Sep 11, 2023 at 3:39 AM Ihor Radchenko wrote: >> >> Tshiung Han See writes: >> >> > I would’ve liked to join, but that’s 1am (Malaysian time). >> >> Currently, the time is decided simply by my own availability. >> [snip] >> But someone needs to volunteer. >> > >

Re: Some Issues I Encountered While Developing Metanote

2023-09-12 Thread Ihor Radchenko
note meta writes: > I'm a big fan of org mode. A few years ago, I couldn't find an app that > supported org mode on my phone, so I created one myself. I hope that > through my app, I can introduce org mode to more people, even those who are > not familiar with Emacs. I also hope to make some

Re: Some Issues I Encountered While Developing Metanote

2023-09-12 Thread Ihor Radchenko
note meta writes: > 3. About Pre-blank > >The first blank line in a Greater Element is parsed as a paragraph. > However, this behavior is inconsistent in Items and Footnote definitions. > In Items and Footnote definitions, a blank line is parsed as a Pre-blank. > In Footnote definitions,

[BUG] org-element-paragraph-separate is not accurate when detecting table.el tables (was: Some Issues I Encountered While Developing Metanote)

2023-09-12 Thread Ihor Radchenko
note meta writes: > 2. About Paragraph > >#+begin_example > +--+ > +--+ > +this is a paragraph+ > +this is a paragraph+ >#+end_example > > There should be only one paragraph above, but it's parsed as two: > > (org-data nil (section (:begin 1 :end 55 :contents-begin 1 :contents-end 55 >

Re: Some Issues I Encountered While Developing Metanote

2023-09-12 Thread Ihor Radchenko
note meta writes: > 1. Dynamic Block Parsing Issue > >#+begin_example > #+begin > #+end: >#+end_example > >The above is a Dynamic Block, and the parsed syntax tree is: > >(org-data nil (section (:begin 1 :end 17 :contents-begin 1 :contents-end > 17 :post-blank 0 :post-affiliated