all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Captions for source code
@ 2010-07-22 12:26 Robert Klein
  2010-07-22 19:20 ` Eric Schulte
  0 siblings, 1 reply; 3+ messages in thread
From: Robert Klein @ 2010-07-22 12:26 UTC (permalink / raw
  To: Org Mode

Hi list,

I'm trying to get source code exported to HTML with captions, e.g. like:


#+caption: Examples of variable declaration.
#+begin_src sql
SELECT 6*9;
#+end_src

There seems to be code in org-exp.el, see lines 2128 and
following in version 7.01f of org-mode.

However, I'm unable to find out what I'm doing wrong, atm.

Do you know how I can get this working?

Thank you very much!

Best regards
Robert

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

* Re: Captions for source code
  2010-07-22 12:26 Captions for source code Robert Klein
@ 2010-07-22 19:20 ` Eric Schulte
  2010-07-22 23:18   ` David O'Toole
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Schulte @ 2010-07-22 19:20 UTC (permalink / raw
  To: Robert Klein; +Cc: Org Mode

Hi Robert,

Currently captions are only supported for Tables and for Links, not for
code blocks.  Although the "caption" attribute is used by code blocks it
is only used to hold the code block name, not as an actual caption.

Adding real captions to code blocks (and moving the code block name to
it's own property) certainly seems like a good idea for future
development.  If anyone is interested the
`org-export-attach-captions-and-attributes' function is probably a good
place to start.  I've added this to my personal stack, but we'll see if
that ends up meaning anything.

Best -- Eric

"Robert Klein" <roklein@roklein.de> writes:

> Hi list,
>
> I'm trying to get source code exported to HTML with captions, e.g. like:
>
>
> #+caption: Examples of variable declaration.
> #+begin_src sql
> SELECT 6*9;
> #+end_src
>
> There seems to be code in org-exp.el, see lines 2128 and
> following in version 7.01f of org-mode.
>
> However, I'm unable to find out what I'm doing wrong, atm.
>
> Do you know how I can get this working?
>
> Thank you very much!
>
> Best regards
> Robert
>
> _______________________________________________
> 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] 3+ messages in thread

* Re: Captions for source code
  2010-07-22 19:20 ` Eric Schulte
@ 2010-07-22 23:18   ` David O'Toole
  0 siblings, 0 replies; 3+ messages in thread
From: David O'Toole @ 2010-07-22 23:18 UTC (permalink / raw
  To: Eric Schulte; +Cc: Org Mode

I'll look into this as well, as it relates to my earlier question
about building an imenu full of block names.

On Thu, Jul 22, 2010 at 3:20 PM, Eric Schulte <schulte.eric@gmail.com> wrote:
> Hi Robert,
>
> Currently captions are only supported for Tables and for Links, not for
> code blocks.  Although the "caption" attribute is used by code blocks it
> is only used to hold the code block name, not as an actual caption.
>
> Adding real captions to code blocks (and moving the code block name to
> it's own property) certainly seems like a good idea for future
> development.  If anyone is interested the
> `org-export-attach-captions-and-attributes' function is probably a good
> place to start.  I've added this to my personal stack, but we'll see if
> that ends up meaning anything.
>
> Best -- Eric
>
> "Robert Klein" <roklein@roklein.de> writes:
>
>> Hi list,
>>
>> I'm trying to get source code exported to HTML with captions, e.g. like:
>>
>>
>> #+caption: Examples of variable declaration.
>> #+begin_src sql
>> SELECT 6*9;
>> #+end_src
>>
>> There seems to be code in org-exp.el, see lines 2128 and
>> following in version 7.01f of org-mode.
>>
>> However, I'm unable to find out what I'm doing wrong, atm.
>>
>> Do you know how I can get this working?
>>
>> Thank you very much!
>>
>> Best regards
>> Robert
>>
>> _______________________________________________
>> 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
>
> _______________________________________________
> 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] 3+ messages in thread

end of thread, other threads:[~2010-07-22 23:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-22 12:26 Captions for source code Robert Klein
2010-07-22 19:20 ` Eric Schulte
2010-07-22 23:18   ` David O'Toole

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.