From: Christian Hemminghaus <chrhemmi@gmail.com> To: emacs-orgmode@gnu.org Subject: Bug: Moving org-inline-tasks produces error message [9.3.6 (9.3.6-elpa @ /home/c.hemminghaus/.emacs.d/elpa/org-9.3.6/)] Date: Wed, 15 Jul 2020 11:07:07 +0200 [thread overview] Message-ID: <CAE47VC=yhObXs3jexLUkf53cNzcOWUkTMqpF8QK4Dcg98QijyQ@mail.gmail.com> (raw) Hello everyone, I ran into an error message while composing structured text with org-mode using org-inline-tasks. The error appears when moving around inline tasks in my document. Here is the example: # ##### BEGIN EXAMPLE This is a paragraph in my document. It may contain multiple lines. *************** TODO Inline Task *************** END This is another paragraph. May be multiline aswell. And a third paragraph. May be multiline aswell. # ##### END EXAMPLE Putting the cursor on "Inline Task" and hitting org-metadown should (at least in my opinion) swap the inline task with the second paragraph and hence produce the following: # ##### BEGIN EXAMPLE This is a paragraph in my document. It may contain multiple lines. This is another paragraph. May be multiline aswell. *************** TODO Inline Task *************** END And a third paragraph. May be multiline aswell. # ##### END EXAMPLE But instead it produces: # ##### BEGIN EXAMPLE This is a paragraph in my document. It may contain multiple lines. *************** END This is another paragraph. May be multiline aswell. And a third paragraph. May be multiline aswell. *************** TODO Inline Task # ##### END EXAMPLE Together with an error message: org-show-children: Invalid regexp: "Invalid content of \\{\\}" As swapping paragraphs with inline tasks works the other way around, I think that this is a bug. Since I am not much familiar with elisp, I would appreciate a hint how to fix this bug. Best regards, Christian Emacs : GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2019-09-16 Package: Org mode version 9.3.6 (9.3.6-elpa @ /home/c.hemminghaus/.emacs.d/elpa/org-9.3.6/)
next reply other threads:[~2020-07-18 13:37 UTC|newest] Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-07-15 9:07 Christian Hemminghaus [this message] 2020-09-05 10:42 ` Bastien 2020-09-07 6:45 ` Christian Hemminghaus 2021-05-13 13:06 ` Bastien 2021-05-14 18:08 ` Michael Dauer 2021-05-15 9:02 ` Bastien 2021-05-15 16:20 ` Michael Dauer 2021-05-15 11:06 ` Ihor Radchenko 2021-05-15 12:35 ` Bastien 2021-05-15 13:00 ` Ihor Radchenko 2021-05-15 13:06 ` Bastien
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style List information: https://www.orgmode.org/ * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to='CAE47VC=yhObXs3jexLUkf53cNzcOWUkTMqpF8QK4Dcg98QijyQ@mail.gmail.com' \ --to=chrhemmi@gmail.com \ --cc=emacs-orgmode@gnu.org \ --subject='Re: Bug: Moving org-inline-tasks produces error message [9.3.6 (9.3.6-elpa @ /home/c.hemminghaus/.emacs.d/elpa/org-9.3.6/)]' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Code repositories for project(s) associated with this inbox: https://git.savannah.gnu.org/cgit/emacs/org-mode.git This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).