Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Itemize lists with source code blocks don't line up #7

Closed
tsdh opened this issue Jun 12, 2013 · 2 comments
Closed

Itemize lists with source code blocks don't line up #7

tsdh opened this issue Jun 12, 2013 · 2 comments

Comments

@tsdh
Copy link

tsdh commented Jun 12, 2013

In the following slide, the items don't line up but are centered individually.

* Test slide

  - add numbers like so

#+BEGIN_SRC clojure
(+ 1 2 3) ;=> 6
#+END_SRC

  - or like so

#+BEGIN_SRC clojure
(reduce + '(1 2 3)) ;=> 6
#+END_SRC

  - next item

reveal-source-code

@yjwen
Copy link
Owner

yjwen commented Jun 14, 2013

Hello, Tassilo,

It is also an issue about the Org syntax. You cannot insert #+ blocks between list items. Otherwise, the list is separated into multiple independent lists, and exported.

Regards,
Yujie

@tsdh
Copy link
Author

tsdh commented Jun 14, 2013

Ok, I see.

@tsdh tsdh closed this as completed Jun 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants