More valid.

This commit is contained in:
Niels Serup
2011-08-11 03:37:52 +02:00
parent 806ecf0439
commit 0660079cef
13 changed files with 67 additions and 41 deletions

View File

@@ -175,19 +175,31 @@ These are my projects, new and old.
** Relatively new
<@exec boxprojs(top_projs) @>
#++exec
#+BEGIN_SRC python
boxprojs(top_projs)
#+END_SRC
*** Others
<@exec listprojs(other_projs) @>
#++exec
#+BEGIN_SRC python
listprojs(other_projs)
#+END_SRC
#+mark: old
** Old
<@exec boxprojs(old_top_projs) @>
#++exec
#+BEGIN_SRC python
boxprojs(old_top_projs)
#+END_SRC
*** Others
<@exec listprojs(other_old_projs) @>
#++exec
#+BEGIN_SRC python
listprojs(other_old_projs)
#+END_SRC

View File

@@ -63,6 +63,7 @@ Inline: =<p>abc</p>=&html.
<div style='margin-left: 20px' id='tempobj'>au</div>
#+END_SRC
The above code equals:
#++show
#+BEGIN_SRC html
<div style='margin-left: 20px' id='tempobj'>au</div>