From: Matt Huszagh <huszaghmatt@gmail.com> To: Kyle Meyer <kyle@kyleam.com> Cc: "emacs-orgmode@gnu.org" <emacs-orgmode@gnu.org> Subject: Re: incorrect documentation for file-desc header argument? Date: Wed, 29 Jul 2020 18:19:35 -0700 [thread overview] Message-ID: <87d04ddck8.fsf@gmail.com> (raw) In-Reply-To: <87ime6ap5p.fsf@kyleam.com> [-- Attachment #1: Type: text/plain, Size: 849 bytes --] Kyle Meyer <kyle@kyleam.com> writes: > Yeah, that looks to be the intended result of that thread. That > thread's patch was applied with a58a4f0ad (new source block header > argument :filelinkdescr, 2012-03-27). However, shortly after, that > treatment was intentionally changed (670c7f31c, 2012-03-31): > > simplified implementation of :file-desc header argument > > This will no longer insert the value of the :file header argument as > the description if the description is left blank (as this changes > the meaning of the :file header argument). > > The desc handling logic is moved to the `org-babel-result-to-file' > function. > > So, I'd say this is a documentation bug. Thanks for the clarification Kyle. I've attached a patch that I believe clarifies the documentation to match the current behavior. Matt [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: 0001-org-manual.org-Modify-file-desc-header-argument-to-m.patch --] [-- Type: text/x-patch, Size: 1056 bytes --] From a9cd13f3d7b120a24b3416f8f8ba0892a8e47221 Mon Sep 17 00:00:00 2001 From: Matt Huszagh <huszaghmatt@gmail.com> Date: Tue, 28 Jul 2020 22:10:12 -0700 Subject: [PATCH] org-manual.org: Modify file-desc header argument to match action --- doc/org-manual.org | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/org-manual.org b/doc/org-manual.org index b61644626..0f012d4df 100644 --- a/doc/org-manual.org +++ b/doc/org-manual.org @@ -17436,9 +17436,8 @@ default behavior is to automatically determine the result type. #+cindex: @samp{file-desc}, header argument The =file-desc= header argument defines the description (see - [[*Link Format]]) for the link. If =file-desc= has no value, Org - uses the generated file name for both the "link" and - "description" parts of the link. + [[*Link Format]]) for the link. If =file-desc= has no value, the + "description" part of the link will be omitted. #+cindex: @samp{sep}, header argument By default, Org assumes that a table written to a file has -- 2.27.0
next prev parent reply other threads:[~2020-07-30 1:20 UTC|newest] Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-07-29 4:35 Matt Huszagh 2020-07-29 4:50 ` Matt Huszagh 2020-07-29 5:03 ` Kyle Meyer 2020-07-29 7:41 ` Eric S Fraga 2020-07-30 1:19 ` Matt Huszagh [this message] 2020-07-30 2:29 ` Kyle Meyer
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=87d04ddck8.fsf@gmail.com \ --to=huszaghmatt@gmail.com \ --cc=emacs-orgmode@gnu.org \ --cc=kyle@kyleam.com \ --subject='Re: incorrect documentation for file-desc header argument?' \ /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).