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

@@ -20,7 +20,7 @@ Historically, this start page has featured text which had little purpose except
to exist. That is over now. /metanohi/ has no real need for a start page ---
and that means no more superfluous text[fn:extra].
Feel free to check out my [[/projects][Projects]] page.
Feel free to check out my [[/projects/][Projects]] page.
* Passive activism

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>

View File

@@ -4,7 +4,10 @@
* Writings
<@eval macros.list_pages()@>
#++eval
#+BEGIN_SRC python
macros.list_pages()
#+END_SRC
** Old