emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Sebastien Vauban" <wxhgmqzgwmuf-geNee64TY+gS+FvcfC7Uqw@public.gmane.org>
To: emacs-orgmode-mXXj517/zsQ@public.gmane.org
Subject: [beamer] Code blocks in lists?
Date: Mon, 06 Feb 2012 13:58:49 +0100	[thread overview]
Message-ID: <807h00ktiu.fsf@somewhere.org> (raw)

Hello,

I've identified a couple of troubles related to code blocks inside lists (in
Beamer):

- code blocks break the list

- "relative" indentation of the code inside its frame is wrong except when
  code begins at column 0: is this a requirement?

- sometimes, "ORG-LIST-END-MARKER" is exported in PDF and in HTML.

Here is an ECM to show all of the above.

For the impatient, see 2 screenshots at http://i.imgur.com/2iiWq.png.

Best regards,
Seb


--8<---------------cut here---------------start------------->8---
#+TITLE:     Code blocks in lists
#+DATE:      2012-02-06
#+LANGUAGE:  en
#+OPTIONS:   H:3 num:t toc:nil

#+startup: beamer
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [presentation,t]
#+BEAMER_HEADER_EXTRA: \usetheme{Madrid}\usecolortheme{default}
#+BEAMER_FRAME_LEVEL: 1
#+COLUMNS: %40ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env Args) %4BEAMER_col(Col) %8BEAMER_extra(Extra)

#+begin_latex
\definecolor{keywords}{HTML}{0000FF}
\definecolor{back}{HTML}{EFEFEF}
\definecolor{frame}{HTML}{DDDDDD}
\lstset{
  basicstyle=\ttfamily\scriptsize,
  keywordstyle=\color{keywords},
  backgroundcolor=\color{back},
  frame=single,
  rulecolor=\color{frame}
}
#+end_latex

* Code in lists \\ Correct Org syntax

- This is an item

  This is some text to show how it's aligned...

  This is some extra text...

- This code block is properly indented in Org

  #+begin_src java
  if (test)
  {
      doit
  }
  #+end_src

  but *no correct relative indentation* in both PDF and HTML: see the code
  within its frame. There is a /left margin/ appended, not intended. Do I have
  to begin *all code blocks in column 0*?

- @Without this line@, there is a @bug@: output of =ORG-LIST-END-MARKER=.

* Code in lists \\ Workarounds?

- Weird indentation in Org

  #+begin_src java
if (test)
{
    doit
}
  #+end_src

  But *correct relative indentation* of the code (in PDF and HTML) in its frame.

- Wrong indentation in Org

#+begin_src java
if (test) {doit}
#+end_src

  Same (good) results regarding the relative indentation...

- In all cases, @putting code blocks seems to put an end to the list@

--8<---------------cut here---------------end--------------->8---

-- 
Sebastien Vauban

             reply	other threads:[~2012-02-06 12:58 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-06 12:58 Sebastien Vauban [this message]
2012-02-06 13:11 ` [beamer] Code blocks in lists? Nicolas Goaziou
2012-02-06 16:07   ` Sebastien Vauban
2012-02-06 16:37     ` Nicolas Goaziou
2012-02-07 22:39       ` Sebastien Vauban
2012-02-07 23:21         ` Nick Dokos
2012-02-09 16:34         ` Nicolas Goaziou

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=807h00ktiu.fsf@somewhere.org \
    --to=wxhgmqzgwmuf-genee64ty+gs+fvcfc7uqw@public.gmane.org \
    --cc=emacs-orgmode-mXXj517/zsQ@public.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).