mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-11-25 07:27:57 +00:00
aesthetic updates to documentation
This commit is contained in:
parent
bf538e4d9a
commit
6a9cd84440
@ -7,3 +7,8 @@
|
||||
text-align:center;
|
||||
margin-top:-1em;
|
||||
}
|
||||
|
||||
#subtitle {
|
||||
float:center;
|
||||
text-align:center;
|
||||
}
|
||||
|
@ -1,9 +1,12 @@
|
||||
#+title: The Library of Babel --- off-the-shelf functions for data analysis and plotting using org-babel
|
||||
#+title: The Library of Babel
|
||||
#+SEQ_TODO: TODO PROPOSED | DONE DEFERRED REJECTED
|
||||
#+OPTIONS: H:3 num:nil toc:t
|
||||
#+STARTUP: odd hideblocks
|
||||
|
||||
#+begin_html
|
||||
<div id="subtitle">
|
||||
<p>off-the-shelf functions for data analysis and plotting using <a href="org-babel-worg.html">org-babel</a></p>
|
||||
</div>
|
||||
<div id="logo">
|
||||
<p>
|
||||
<img src="images/library-of-babel.png" alt="images/tower-of-babel.png" />
|
||||
|
@ -2,13 +2,16 @@
|
||||
#+STARTUP: align fold nodlcheck hidestars oddeven lognotestate
|
||||
#+SEQ_TODO: TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
|
||||
#+TAGS: Write(w) Update(u) Fix(f) Check(c)
|
||||
#+TITLE: org-babel: executable source code blocks in org-mode
|
||||
#+TITLE: Org-babel
|
||||
#+AUTHOR: Dan Davison, Eric Schulte
|
||||
#+EMAIL: davison at stats dot ox dot ac dot uk
|
||||
#+LANGUAGE: en
|
||||
#+CATEGORY: worg
|
||||
|
||||
#+begin_html
|
||||
<div id="subtitle">
|
||||
<p>executable source code blocks in org-mode</p>
|
||||
</div>
|
||||
<div id="logo">
|
||||
<p>
|
||||
<img src="images/tower-of-babel.png" alt="images/tower-of-babel.png" />
|
||||
|
@ -35,4 +35,9 @@ publishing. Publish a project with =C-c C-e X=.
|
||||
text-align:center;
|
||||
margin-top:-1em;
|
||||
}
|
||||
|
||||
#subtitle {
|
||||
float:center;
|
||||
text-align:center;
|
||||
}
|
||||
#+end_src
|
||||
|
Loading…
Reference in New Issue
Block a user