* link to a image and inline image exportation
@ 2007-07-14 12:12 francois
2007-07-15 7:45 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: francois @ 2007-07-14 12:12 UTC (permalink / raw)
To: emacs-orgmode
Hello,
I use a special link for my images.
#+LINK: img file:~/path/to/images%s
but when i use it [[img::myimage.png]] the image path will not be expanded when
I choose to export it inline.
I get:
<a href="/path/to/images/myimage.png"><img src="img::myimage.png"/></a>
and expect:
<a href="/path/to/images/myimage.png"><img src="/path/to/images/myimage.png"></a>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: link to a image and inline image exportation
2007-07-14 12:12 link to a image and inline image exportation francois
@ 2007-07-15 7:45 ` Carsten Dominik
2007-07-15 11:22 ` francois
0 siblings, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2007-07-15 7:45 UTC (permalink / raw)
To: francois; +Cc: emacs-orgmode
I believe I have fixed this problem, please check again in the
next version.
- Carsten
On Jul 14, 2007, at 14:12, francois wrote:
> Hello,
>
> I use a special link for my images.
> #+LINK: img file:~/path/to/images%s
>
> but when i use it [[img::myimage.png]] the image path will not be
> expanded when
> I choose to export it inline.
>
> I get:
> <a href="/path/to/images/myimage.png"><img src="img::myimage.png"/></a>
>
> and expect:
> <a href="/path/to/images/myimage.png"><img
> src="/path/to/images/myimage.png"></a>
>
>
>
> _______________________________________________
> Emacs-orgmode mailing list
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
>
--
Carsten Dominik
Sterrenkundig Instituut "Anton Pannekoek"
Universiteit van Amsterdam
Kruislaan 403
NL-1098SJ Amsterdam
phone: +31 20 525 7477
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: link to a image and inline image exportation
2007-07-15 7:45 ` Carsten Dominik
@ 2007-07-15 11:22 ` francois
2007-07-16 6:50 ` Carsten Dominik
0 siblings, 1 reply; 4+ messages in thread
From: francois @ 2007-07-15 11:22 UTC (permalink / raw)
To: emacs-orgmode
Carsten Dominik <dominik <at> science.uva.nl> writes:
>
> I believe I have fixed this problem, please check again in the
> next version.
I downloaded the last version 5.03. The export to html does not expand the path.
between, I successed to get a TOC. In order to make it more "readable" is it
possible to remove the prefix in the results (name of the file) when the call is
restricted to the current buffer,
thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re: link to a image and inline image exportation
2007-07-15 11:22 ` francois
@ 2007-07-16 6:50 ` Carsten Dominik
0 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2007-07-16 6:50 UTC (permalink / raw)
To: francois; +Cc: org-mode mode
The "next" version is 5.04, not yet released.
On Jul 15, 2007, at 13:22, francois wrote:
> Carsten Dominik <dominik <at> science.uva.nl> writes:
>
>>
>> I believe I have fixed this problem, please check again in the
>> next version.
>
> I downloaded the last version 5.03. The export to html does not expand
> the path.
>
> between, I successed to get a TOC. In order to make it more "readable"
> is it
> possible to remove the prefix in the results (name of the file) when
> the call is
> restricted to the current buffer,
Yes. Take a look at the variable `org-agenda-prefix-format', and see
how it is being changed for a single custom command only in
9.6.3 of the manual.
- Carsten
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-07-16 6:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-14 12:12 link to a image and inline image exportation francois
2007-07-15 7:45 ` Carsten Dominik
2007-07-15 11:22 ` francois
2007-07-16 6:50 ` Carsten Dominik
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.