all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Org-mode version 6.30trans (release_6.30d.869.g4cb3); Footnotes not working in figure captions
@ 2009-09-23 14:48 Eric S Fraga
  2009-11-09 19:53 ` Carsten Dominik
  0 siblings, 1 reply; 3+ messages in thread
From: Eric S Fraga @ 2009-09-23 14:48 UTC (permalink / raw
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 991 bytes --]


Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

     http://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org-mode mailing list.
------------------------------------------------------------------------

If I remember correctly, footnotes used to work in figure captions
(#+CAPTION: xxx[fn:1], say).  Today, when I exported a file to HTML,
all the footnotes except those in captions came out fine.  The ones in
captions were not processed and were exported as text verbatim.

See attached files for an example (including both the org file and a
random image) in the second heading of the file (the first heading is
another problem I reported a few days ago).

Thanks,
eric



Emacs  : GNU Emacs 23.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2009-08-03 on raven, modified by Debian
Package: Org-mode version 6.30trans (release_6.30d.869.g4cb3)


[-- Attachment #2: test2.org --]
[-- Type: application/octet-stream, Size: 1029 bytes --]

#+TITLE:     test2.org
#+AUTHOR:    Eric S Fraga
#+EMAIL:     e.fraga@ucl.ac.uk
#+DATE:      2009-09-21 Mon
#+DESCRIPTION: 
#+KEYWORDS: 
#+LANGUAGE:  en
#+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:not-in-toc
#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js
#+EXPORT_SELECT_TAGS: export
#+EXPORT_EXCLUDE_TAGS: noexport
#+LINK_UP:   
#+LINK_HOME: 
* Problem with underscore (subscript) in emphasised text.
  1. Design for CO_2 capture.
  2. The paper /Design for CO_2 capture/ is very interesting.
  3. This item is combined with the previous and the previous is
     actually formatted wrongly.
     #+ this is a comment
  1. This item seems to come out just fine.
* Problem with footnotes in figure captions
Footnotes[fn:1] are very useful.
#+CAPTION: Even in figures, they can be useful.[fn:2]
[[./mip.jpg]]

[fn:1] Or end notes depending on export means.

[fn:2] Copied without permission.

[-- Attachment #3: mip.jpg --]
[-- Type: image/jpeg, Size: 13267 bytes --]

[-- Attachment #4: Type: text/plain, Size: 204 bytes --]

_______________________________________________
Emacs-orgmode mailing list
Remember: 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] 3+ messages in thread

* Re: Org-mode version 6.30trans (release_6.30d.869.g4cb3); Footnotes not working in figure captions
  2009-09-23 14:48 Org-mode version 6.30trans (release_6.30d.869.g4cb3); Footnotes not working in figure captions Eric S Fraga
@ 2009-11-09 19:53 ` Carsten Dominik
  2009-11-10  9:54   ` Eric S Fraga
  0 siblings, 1 reply; 3+ messages in thread
From: Carsten Dominik @ 2009-11-09 19:53 UTC (permalink / raw
  To: Eric S Fraga; +Cc: emacs-orgmode

Hi Eric,

this is hard to fix it, so I will not do it for the time being.

Sorry

- Carsten

On Sep 23, 2009, at 4:48 PM, Eric S Fraga wrote:

>
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen.  You don't know how to make a good report?   
> See
>
>     http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org-mode mailing list.
> ------------------------------------------------------------------------
>
> If I remember correctly, footnotes used to work in figure captions
> (#+CAPTION: xxx[fn:1], say).  Today, when I exported a file to HTML,
> all the footnotes except those in captions came out fine.  The ones in
> captions were not processed and were exported as text verbatim.
>
> See attached files for an example (including both the org file and a
> random image) in the second heading of the file (the first heading is
> another problem I reported a few days ago).
>
> Thanks,
> eric
>
>
>
> Emacs  : GNU Emacs 23.1.1 (i486-pc-linux-gnu, X toolkit, Xaw3d  
> scroll bars)
> of 2009-08-03 on raven, modified by Debian
> Package: Org-mode version 6.30trans (release_6.30d.869.g4cb3)
>
> <test2.org><mip.jpg>_______________________________________________
> Emacs-orgmode mailing list
> Remember: 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] 3+ messages in thread

* Re: Org-mode version 6.30trans (release_6.30d.869.g4cb3); Footnotes not working in figure captions
  2009-11-09 19:53 ` Carsten Dominik
@ 2009-11-10  9:54   ` Eric S Fraga
  0 siblings, 0 replies; 3+ messages in thread
From: Eric S Fraga @ 2009-11-10  9:54 UTC (permalink / raw
  To: Carsten Dominik; +Cc: emacs-orgmode

At Mon, 9 Nov 2009 20:53:27 +0100,
Carsten Dominik wrote:
> 
> Hi Eric,
> 
> this is hard to fix it, so I will not do it for the time being.
> 
> Sorry
> 
> - Carsten
> 
> On Sep 23, 2009, at 4:48 PM, Eric S Fraga wrote:
> > If I remember correctly, footnotes used to work in figure captions
> > (#+CAPTION: xxx[fn:1], say).  Today, when I exported a file to HTML,
> > all the footnotes except those in captions came out fine.  The ones in
> > captions were not processed and were exported as text verbatim.


That's fine.  I understand perfectly!  Thanks for letting me know.

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

end of thread, other threads:[~2009-11-10  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-23 14:48 Org-mode version 6.30trans (release_6.30d.869.g4cb3); Footnotes not working in figure captions Eric S Fraga
2009-11-09 19:53 ` Carsten Dominik
2009-11-10  9:54   ` Eric S Fraga

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.