From: Nicolas Goaziou <n.goaziou@gmail.com>
To: WXHGMQZGWMUF@spammotel.com
Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org,
Eric Schulte <eric.schulte@gmx.com>,
Sebastien Vauban
<public-wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@plane.gmane.org>
Subject: Re: Code blocks in lists?
Date: Fri, 18 May 2012 15:44:02 +0200 [thread overview]
Message-ID: <87pqa17gf1.fsf@gmail.com> (raw)
In-Reply-To: <1337342641.WXHGMQZGWMUF@spammotel.com> (WXHGMQZGWMUF@spammotel.com's message of "Fri, 18 May 2012 13:50:13 +0200")
Hello,
WXHGMQZGWMUF@spammotel.com writes:
> * Before command
>
> 1. Download and install color-theme.
>
> #+begin_src emacs-lisp
> (add-to-list 'load-path "/path/to/color-theme-6.6.0")
> (require 'color-theme)
> #+end_src
>
> 2. Download and install color-theme-leuven.
>
> #+begin_src emacs-lisp
> (add-to-list 'load-path "/path/to/color-theme-leuven")
> (require 'color-theme-leuven)
> #+end_src
>
> 3. Restart Emacs.
>
> * Command to execute
>
> (let ((org-current-export-file (current-buffer)))
> (org-export-blocks-preprocess))
>
> * After command
>
> 1. Download and install color-theme.
>
> #+BEGIN_SRC emacs-lisp
> (add-to-list 'load-path "/path/to/color-theme-6.6.0")
> (require 'color-theme)
> #+END_SRC
>
> 2. Download and install color-theme-leuven.
>
> #+BEGIN_SRC emacs-lisp
> (add-to-list 'load-path "/path/to/color-theme-leuven")
> (require 'color-theme-leuven)
> #+END_SRC
>
> 3. Restart Emacs.
>
> * Summary of the changes
>
> The code blocks "meta data":
> - is indented in column 0
`org-export-blocks-preprocess' shouldn't do that. I assume you want to
preserve indentation in your blocks, but block boundaries shouldn't be
moved in any case.
Eric Schulte may have an opinion about this. I CC him. There's nothing
to do as far as lists are concerned, unfortunately.
Regards,
--
Nicolas Goaziou
next prev parent reply other threads:[~2012-05-18 13:47 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-18 8:39 Code blocks in lists? Sebastien Vauban
2012-05-18 9:02 ` Nicolas Goaziou
[not found] ` <87obpl3lre.fsf-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2012-05-18 11:50 ` **: " Sebastien Vauban
2012-05-18 11:50 ` Sebastien Vauban
[not found] ` <1337342641.WXHGMQZGWMUF@spammotel.com>
2012-05-18 13:44 ` Nicolas Goaziou [this message]
2012-05-18 12:09 ` Eric Schulte
2012-05-18 14:40 ` Sebastien Vauban
2012-05-18 13:08 ` Eric Schulte
2012-05-18 18:55 ` Sebastien Vauban
2012-05-18 17:11 ` Eric Schulte
2012-05-18 20:38 ` Sebastien Vauban
2012-05-19 22:48 ` Eric Schulte
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=87pqa17gf1.fsf@gmail.com \
--to=n.goaziou@gmail.com \
--cc=WXHGMQZGWMUF@spammotel.com \
--cc=eric.schulte@gmx.com \
--cc=public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org \
--cc=public-wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@plane.gmane.org \
/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).