emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Possible html publish inline image bug
@ 2010-06-02  1:01 Birch Browning
  2010-06-02  9:34 ` Carsten Dominik
  2010-06-03  8:28 ` Carsten Dominik
  0 siblings, 2 replies; 4+ messages in thread
From: Birch Browning @ 2010-06-02  1:01 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 500 bytes --]

Dear all,

I used to be able to do this:

[[file:myfile.pdf][file:myfile.jpg]]

to show an image on the html page that was a link to the PDF file. This now
seems to be honked up.

All I get now on the html page is 'file:myfile.jpg' as a link.

The html produced is:

<a href="myfile.pdf"alt="poster image" title="Click to download
PDF.">myfile.jpg</a>

Org-mode version 6.36trans (release_6.36.141.gbc53b)

[[file:myfile.jpg]]

shows the image file inline, but obviously does not link.

Suggestions?

[-- Attachment #1.2: Type: text/html, Size: 954 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Possible html publish inline image bug
  2010-06-02  1:01 Possible html publish inline image bug Birch Browning
@ 2010-06-02  9:34 ` Carsten Dominik
  2010-06-03  8:28 ` Carsten Dominik
  1 sibling, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2010-06-02  9:34 UTC (permalink / raw)
  To: Birch Browning; +Cc: emacs-orgmode


On Jun 2, 2010, at 3:01 AM, Birch Browning wrote:

> Dear all,
>
> I used to be able to do this:
>
> [[file:myfile.pdf][file:myfile.jpg]]
>
> to show an image on the html page that was a link to the PDF file.  
> This now seems to be honked up.
>
> All I get now on the html page is 'file:myfile.jpg' as a link.


This is a bug all right, I have asked Tom to look into it.  If he  
cannot - I will.

- Carsten

>
> The html produced is:
>
> <a href="myfile.pdf"alt="poster image" title="Click to download  
> PDF.">myfile.jpg</a>
>
> Org-mode version 6.36trans (release_6.36.141.gbc53b)
>
> [[file:myfile.jpg]]
>
> shows the image file inline, but obviously does not link.
>
> Suggestions?
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Possible html publish inline image bug
  2010-06-02  1:01 Possible html publish inline image bug Birch Browning
  2010-06-02  9:34 ` Carsten Dominik
@ 2010-06-03  8:28 ` Carsten Dominik
  2010-06-03 12:15   ` Birch Browning
  1 sibling, 1 reply; 4+ messages in thread
From: Carsten Dominik @ 2010-06-03  8:28 UTC (permalink / raw)
  To: Birch Browning; +Cc: emacs-orgmode

Hi Birch,

this problem should be fixed now, thanks to Tom for acting so quickly.

Please pull and try, and report back!

- Carsten

On Jun 2, 2010, at 3:01 AM, Birch Browning wrote:

> Dear all,
>
> I used to be able to do this:
>
> [[file:myfile.pdf][file:myfile.jpg]]
>
> to show an image on the html page that was a link to the PDF file.  
> This now seems to be honked up.
>
> All I get now on the html page is 'file:myfile.jpg' as a link.
>
> The html produced is:
>
> <a href="myfile.pdf"alt="poster image" title="Click to download  
> PDF.">myfile.jpg</a>
>
> Org-mode version 6.36trans (release_6.36.141.gbc53b)
>
> [[file:myfile.jpg]]
>
> shows the image file inline, but obviously does not link.
>
> Suggestions?
> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply All' to send replies to the list.
> Emacs-orgmode@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Possible html publish inline image bug
  2010-06-03  8:28 ` Carsten Dominik
@ 2010-06-03 12:15   ` Birch Browning
  0 siblings, 0 replies; 4+ messages in thread
From: Birch Browning @ 2010-06-03 12:15 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1277 bytes --]

Yep, that's got it.

Thanks to both of you for fixing this bug. And, thanks for all the great
work on org-mode. It's really improved my efficiency and effectiveness at
getting things done.

B

On Thu, Jun 3, 2010 at 4:28 AM, Carsten Dominik
<carsten.dominik@gmail.com>wrote:

> Hi Birch,
>
> this problem should be fixed now, thanks to Tom for acting so quickly.
>
> Please pull and try, and report back!
>
> - Carsten
>
>
> On Jun 2, 2010, at 3:01 AM, Birch Browning wrote:
>
>  Dear all,
>>
>> I used to be able to do this:
>>
>> [[file:myfile.pdf][file:myfile.jpg]]
>>
>> to show an image on the html page that was a link to the PDF file. This
>> now seems to be honked up.
>>
>> All I get now on the html page is 'file:myfile.jpg' as a link.
>>
>> The html produced is:
>>
>> <a href="myfile.pdf"alt="poster image" title="Click to download
>> PDF.">myfile.jpg</a>
>>
>> Org-mode version 6.36trans (release_6.36.141.gbc53b)
>>
>> [[file:myfile.jpg]]
>>
>> shows the image file inline, but obviously does not link.
>>
>> Suggestions?
>> _______________________________________________
>> Emacs-orgmode mailing list
>> Please use `Reply All' to send replies to the list.
>> Emacs-orgmode@gnu.org
>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>
>
> - Carsten
>
>
>
>

[-- Attachment #1.2: Type: text/html, Size: 2113 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-06-03 12:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-02  1:01 Possible html publish inline image bug Birch Browning
2010-06-02  9:34 ` Carsten Dominik
2010-06-03  8:28 ` Carsten Dominik
2010-06-03 12:15   ` Birch Browning

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).