Re: ICalendar export

2023-09-13 Thread Ihor Radchenko
Henrik Frisk writes: > Recently (not sure when) the ics output came out malformed and a newline is > omitted between the end of one event and the beginning of another: > > END:VEVENT > BEGIN:VEVENT > > is now > > END:VEVENTBEGIN:VEVENT > > I can't figure out wha the pattern is, for some events th

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-13 Thread Ihor Radchenko
note meta writes: > 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 (,*, ,#+). Exactly. Closing. Canceled. -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org

Re: Preventing inadvertent global modifications

2023-09-13 Thread Ihor Radchenko
Max Nikulin writes: > 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

Patch: hiding org emphasis markers

2023-09-13 Thread Tommy Phillips
Hello, Here is a suggested small patch for how org hides emphasis markers. It's my first patch so hopefully I'm submitting it correctly. All the best, Tommy 0001-lisp-org.el-Only-hide-emphasis-markers-that-are-in-o.patch Description: Binary data

Re: Preventing inadvertent global modifications

2023-09-13 Thread Max Nikulin
On 13/09/2023 15:02, Ihor Radchenko wrote: Max Nikulin writes: 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 spa

How do I enable exports of code only for the whole file?

2023-09-13 Thread Vladimir Nikishkin
Hello, everyone I have quite a lot of src_XXX code blocks in my article. I want to export them all as code only. I know that I can write src_org[:exports code], but doing that for each inline code block is a lot of (needless) work. The manual on page [[info:org#Exporting Code Blocks][org#Exportin

Re: [BUG] wrong-type-argument listp 4240 [9.7-pre (release_9.6.8-749-g4fe52f @ .emacs.d/org-mode-git/lisp/)]

2023-09-13 Thread Paul Stansell
Hello Ihor, Please let us know if you keep seeing the error more than once. > > If you do, we will provide instructions how to get more debugging info, > so that we can figure out what exactly is going wrong. > Since I reported the first warning message in this thread, I've had about half a dozen

Re: How do I enable exports of code only for the whole file?

2023-09-13 Thread Fraga, Eric
On Wednesday, 13 Sep 2023 at 22:24, Vladimir Nikishkin wrote: > I know that I can write src_org[:exports code], but doing that for each > inline code block is a lot of (needless) work. Not really answering your question but do remember that Emacs is a brilliant text editor and it would take a sing

Re: Description list with " :: " in the tag.

2023-09-13 Thread Tom Alexander
I've written a patch (attached) with my proposed wording changes to the documentation, should I be starting another thread or does dropping it here work best? I do not have commit access so I'd need someone with such authority to do the last bit. -- Tom Alexander From 20addaa5ab7d4e9420ade1125

[FEATURE REQUEST] Introduce support for FILETAGS in the org-set/toggle-tag function. [9.6.6 (release_9.6.6 @ /opt/homebrew/Cellar/emacs-head@30/30.0.50_1/share/emacs/30.0.50/lisp/org/)]

2023-09-13 Thread Tianshu Wang
I am seeking this support because when adding Attachments to Org File without Headlines, I get a user-error: Before first headline at position 1 in buffer filename.org, even if the attachment has been successfully added. I hope there are no errors, and the #+FILETAGS of filename.org buffer has adde