emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Max Nikulin <manikulin@gmail.com>
To: hugo@heagren.com
Cc: Emacs Orgmode <emacs-orgmode@gnu.org>
Subject: Re: [PATCH] lisp/ox-latex.el: put labels inside example blocks
Date: Thu, 8 Dec 2022 19:36:42 +0700	[thread overview]
Message-ID: <01f2474b-afc6-195a-7556-32c2cc5cf66f@gmail.com> (raw)
In-Reply-To: <87o7se86px.fsf@localhost>

On 08/12/2022 18:39, Ihor Radchenko wrote:
> hugo@heagren.com writes:
>> The attached patch forces example environments to be printed thus:
>>
>> ,---
>> |  \begin{example}\label{ex:foo}
>> |     My example here
>> |  \end{example}
>> `---
> 
> Applied onto bugfix.
> https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=304f18cb7

Please, revert this patch. Default environment for #+begin_example is 
verbatim. With this patch the following PDF is generated

     \label{org9283054}
     code

for

     #+name: test
     #+begin_example
       code
     #+end_example

It is the reason why \label must be outside. I do not remember if line 
break penalty helps after \label.


  reply	other threads:[~2022-12-08 12:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-01 23:36 [PATCH] lisp/ox-latex.el: put labels inside example blocks hugo
2022-12-08 11:39 ` Ihor Radchenko
2022-12-08 12:36   ` Max Nikulin [this message]
2022-12-08 12:46     ` Ihor Radchenko
2022-12-08 12:54       ` Ihor Radchenko

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=01f2474b-afc6-195a-7556-32c2cc5cf66f@gmail.com \
    --to=manikulin@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    --cc=hugo@heagren.com \
    /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).