1 #+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc
2 #+STARTUP: align fold nodlcheck hidestars oddeven lognotestate
3 #+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
4 #+TAGS: Write(w) Update(u) Fix(f) Check(c)
5 #+TITLE: Sebastian's Worg page
7 #+EMAIL: sebastian_rose AT gmx DOT de
12 [[file:../index.org][{Back to Worg's index}]]
14 Intersection set of Org-mode and me.
18 - [[file:../code/org-info-js/index.html][org-info.js]] ::
19 =org-info.js= is now developed on github.com. Some of us plan to start a
20 seperate tool to better support XHTML slides.
21 - [[file:../org-tutorials/org-publish-html-tutorial.org][Publishing Org-mode files to HTML]] ::
22 Publishing basics for newcomers.
26 - http://www.emacswiki.org/cgi-bin/emacs/sr-speedbar.el ::
27 Display speedbar in current frame with low overhead. It's working on console
28 too. This is nice for use with Org-mode too:
29 :(add-hook 'org-mode-hook 'imenu-add-menubar-index)
30 :(global-set-key [(hyper ?s)] 'sr-speedbar-toggle)
31 Now you may open/toggle a speedbar in the current frame and navigate the
32 structure of big orgfiles easily. [[http://www.emacswiki.org/cgi-bin/wiki/SrSpeedbarInXterm][Here]] is a screenshot in xterm.
34 Most of the work since Mai 2008 is done by Andy Stewart actually.