Skip to content

Commit

Permalink
scraps: data alias for resname
Browse files Browse the repository at this point in the history
  • Loading branch information
eschulte committed Jul 5, 2011
1 parent 5750a81 commit 6dd82c0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions scraps.org
Expand Up @@ -3,6 +3,17 @@
#+STYLE: <link rel="stylesheet"href="data/stylesheet.css"type="text/css">

* tests and examples
** data alias for resname
#+data: blah
: blahcontent

#+begin_src emacs-lisp :var it=blah
it
#+end_src

#+results:
: blahcontent

** define a block with a name for noweb expansion
:PROPERTIES:
:tangle: yes
Expand Down

0 comments on commit 6dd82c0

Please sign in to comment.