From: "numbchild@gmail.com" <numbchild@gmail.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: Org-mode <emacs-orgmode@gnu.org>
Subject: Re: Let Org-mode babel file result support relative link type by using org-link-file-path-type
Date: Mon, 13 Mar 2017 09:49:00 +0800 [thread overview]
Message-ID: <CAL1eYu+baT47LD+Dt=fnmHM62w5ET_29p20gtRMW=gja6EhN5Q@mail.gmail.com> (raw)
In-Reply-To: <87efy2ljrm.fsf@nicolasgoaziou.fr>
[-- Attachment #1: Type: text/plain, Size: 2746 bytes --]
* Does Org-mode `:output-dir` header-argument? Or is `:dir`?
* An example
I can make it (`:results file :file "FILENAME"`) work in `ob-python` like
this:
```org
#+BEGIN_SRC python :var fname="QR_I_Love_YOU.png" :dir "data/images"
:results file
import qrcode
img = qrcode.make("I Love YOU")
img.save(fname)
return fname
#+END_SRC
#+RESULTS:
[[file:/home/stardiviner/Org/Wiki/Computer
Technology/Programming/Programming
Languages/Python/Data/Packages/data/images/QR_I_Love_YOU.png]]
```
* More specific suggestion:
Make use of org-mode variable `org-link-file-path-type`.
When user generate a result with link (like:
```org
#+RESULTS:
[[file:/home/stardiviner/Org/Wiki/Computer
Technology/Programming/Programming
Languages/Python/Data/Packages/data/images/QR_I_Love_YOU.png]]
```
Org-mode babel always use relative file path for link, instead of absolute
file path like upper example.
For example, if current path is `/home/stardiviner/Org/Wiki/Computer
Technology/Programming/Programming Languages/Python/Data/Packages/`, then
the relative file path link should be:
```org
#+RESULTS:
[[file:data/images/QR_I_Love_YOU.png]]
```
* About what one preceduce over the other problem
The header argument `:dir "data/images"` is used to specify my generated
image's destination directory.
My suggestion is want a the result link use `org-link-file-path-type`. So
the header argument `:dir` is not about the result link. Just it will be
used. Like upper example.
[stardiviner] <Hack this world!> GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433
Blog: http://stardiviner.github.io/
On Sun, Mar 12, 2017 at 9:14 PM, Nicolas Goaziou <mail@nicolasgoaziou.fr>
wrote:
> Hello,
>
> "numbchild@gmail.com" <numbchild@gmail.com> writes:
>
> > Let Org-mode babel file result support relative (adaptive) link type by
> > using `org-link-file-path-type`.
> >
> > This also can solve static site generator extensions (like `ob-blog.el`
> > etc) image link path issue.
> >
> > Also better if user changed parent directory name, those links will have
> to
> > updated too. But if `adaptive` `org-link-file-path-type` will solve this
> > problem.
> >
> > So please let Org-mode babel header arguments `:results file :file
> > "filename.png"` use `org-link-file-path-type` variable.
>
> It sounds interesting. Could you be more specific about the
> specifications of your suggestion.
>
> For example, what happens when :output-dir is set, or when :file already
> provides some directory part? What part takes precedence over the other?
>
> Better, could you show some examples, or some tests?
>
> Regards,
>
> --
> Nicolas Goaziou
>
[-- Attachment #2: Type: text/html, Size: 6608 bytes --]
prev parent reply other threads:[~2017-03-13 1:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-12 4:22 Let Org-mode babel file result support relative link type by using org-link-file-path-type numbchild
2017-03-12 13:14 ` Nicolas Goaziou
2017-03-13 1:49 ` numbchild [this message]
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='CAL1eYu+baT47LD+Dt=fnmHM62w5ET_29p20gtRMW=gja6EhN5Q@mail.gmail.com' \
--to=numbchild@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=mail@nicolasgoaziou.fr \
/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).