emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Elias Kueny <elias.kueny@posteo.net>
To: emacs-orgmode@gnu.org
Subject: [BUG] Comment links for tangled source blocks at the file root are broken [9.5.4 (9.5.4-gb3b17c @ /home/user/.emacs.d/straight/build/org/)]
Date: Fri, 22 Jul 2022 09:41:14 +0000	[thread overview]
Message-ID: <87zgh1qxfk.fsf@posteo.net> (raw)

Hello,

There seems to be an issue with using ":comments link" when the source block is at the root of the org file instead of under a heading. This happens using emacs -Q.

A file containing something like this:
#+begin_src elisp :tangle yes :comments link
  (message "test")
#+end_src

tangles to:
;; [[file:test2.org::+begin_src elisp :tangle yes :comments link][No heading:1]]
(message "test")
;; No heading:1 ends here

I don't think the "+begin_src" part is meant to be here. Then org-babel-detangle looks for a "* +begin_src elisp :tangle yes :comments link" heading and fails to detangle.

Emacs  : GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.33, cairo version 1.17.4)
 of 2022-04-09
Package: Org mode version 9.5.4 (9.5.4-gb3b17c)

Best regards,
Elias


             reply	other threads:[~2022-07-22 22:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-22  9:41 Elias Kueny [this message]
2022-07-23  2:17 ` [BUG] Comment links for tangled source blocks at the file root are broken [9.5.4 (9.5.4-gb3b17c @ /home/user/.emacs.d/straight/build/org/)] Ihor Radchenko

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=87zgh1qxfk.fsf@posteo.net \
    --to=elias.kueny@posteo.net \
    --cc=emacs-orgmode@gnu.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public 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).