On Apr 16, 2010, at 3:18 PM, Nathan Neff wrote:
I've been converting my init.el file to org-babel, and am getting
tired of
copying/pasting or typing the begin_src and end_src blocks.
Example:
#+begin_src emacs-lisp :results silent
#+end_src
As an Emacs n00b, I'd like to know if anyone here has defined some
kind of
macro / shortcut to define an org-babel block.
I'd like a shortcut/macro that I could put into my config files, and
put into my git repo.
Thanks for any input,
--Nate
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Hi Nate,
I use a yasnippet for that after learning about them from Eric
Shulte's starter kit. They've saved me several thousand keystrokes by
now.
HTH,
Tom
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode