Dan Davison
020cfb0dfa
Work on initial sections.
2010-04-17 20:19:55 -04:00
Dan Davison
c6af0f9479
Add entry to main menu
2010-04-14 16:47:44 -04:00
Dan Davison
e72d8b71c8
Minor edits
2010-04-11 22:19:32 -04:00
Dan Davison
b5bbbc1be1
Use angle bracket tags to refer to structural elements of code block
2010-04-11 22:19:19 -04:00
Dan Davison
c2a1f16556
Delete separate file for new chapter
2010-04-11 22:13:18 -04:00
Dan Davison
fe6521b9b0
Move new chapter into main org.texi file
...
It is currently impractical to work with it as an @included file,
because the automatic node pointer updates do not work by default.
2010-04-11 22:12:41 -04:00
Dan Davison
58c3358a0e
Create texinfo node structures for new chapter
2010-04-11 22:10:17 -04:00
Dan Davison
850bcdac6c
Edits to initial sections
2010-04-11 22:09:36 -04:00
Dan Davison
52fd87ad3c
Working on syntax section
2010-04-11 15:54:14 -04:00
Dan Davison
ba5e0f06a1
Add material to introduction of source code chapter
2010-04-11 14:57:09 -04:00
Dan Davison
b056b2cd77
Convert level 4 headings to subsubheadings.
...
Also some promotion of some of the most deeply nested headings.
2010-04-11 12:42:43 -04:00
Dan Davison
2263127360
Add an example block that was missed
2010-04-11 12:35:17 -04:00
Dan Davison
3cba424a69
Convert level 3 headings to @subsubsections
2010-04-11 12:28:25 -04:00
Dan Davison
dbcd54f16f
Wrap verbatim examples in @example ... @end example
...
Note that there are some cases where the #+begin_src itself is part of
the example, and others where only the body of the source block is the
example.
2010-04-11 12:21:57 -04:00
Dan Davison
3cfe6d565b
Merge branch 'babel' of git://repo.or.cz/org-mode into babel
2010-04-11 12:02:33 -04:00
Dan Davison
7b0e07461f
Quote some @ symbols and clean up.
...
make info and make pdf work now.
2010-04-11 12:00:44 -04:00
Dan Davison
93c6a66303
Initialise new source code chapter with reference.org from Worg
...
source-code-chapter.texi is just reference.org with level 1 headings
replaced with @section, and level 2 headings replaced with
@subsection, and with a top level @chapter node. This file is included
in org.texi with an @include line for now.
2010-04-11 11:48:07 -04:00
Eric Schulte
7cbb35920d
org-babel-c: new header argument ":main no" allows inhibiting main wrap
2010-04-10 15:54:40 -06:00
Eric Schulte
99a07f1d4a
org-babel-c: cleaning up header arguments
2010-04-10 15:43:31 -06:00
Eric Schulte
0e8c9f7a49
org-babel: no longer over evaluating header arguments
2010-04-10 15:43:19 -06:00
Eric Schulte
3386a702f8
org-babel: all languages now returning lists as pure emacs-lisp, not quoted emacs-lisp
2010-04-10 15:15:06 -06:00
Eric Schulte
722dd7eb5c
org-mime: cleaned `org-mime-default-header' from text/plain exports
2010-04-10 15:15:05 -06:00
Dan Davison
59d499ff51
babel: Allow table to end neatly with terminal hline
...
Prior to this, a terminal hline would leave dangling empty cells:
#+TBLNAME: A
|---+---+---|
| a | b | c |
|---+---+---|
#+begin_src emacs-lisp :var tab=A
tab
#+end_src
#+results:
|---+---+---|
| a | b | c |
|---+---+---|
| | | |
2010-04-10 16:49:40 -04:00
Dan Davison
8c827ba5ba
babel: Allow output tables to start with 'hline
2010-04-10 16:12:28 -04:00
Carsten Dominik
dc104f407b
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-04-10 08:07:06 +02:00
Carsten Dominik
210dd839ec
Fix typos
2010-04-10 08:06:57 +02:00
Eric Schulte
98b4ae28a9
babel: allow lisp quoted expansion of variable values when starting with `
2010-04-09 19:06:07 -06:00
Eric Schulte
8258daf439
added org-mime.el to contrib -- allows HTML email composition with Org-mode
...
see http://orgmode.org/worg/org-contrib/org-mime.php for
documentation
much thanks to everyone on the "using orgmode to send html mail"
thread (see http://thread.gmane.org/gmane.emacs.orgmode/23153 )
especially David Maus for ideas, discussion, and suggestions
2010-04-09 10:26:57 -06:00
Eric Schulte
1b40601ebd
`org-export-as-latex' set the body-only option when called with a simple prefix arg
...
This can be useful for exporting a small active region (often a
table) to latex for pasting into an existing latex buffer.
2010-04-09 09:11:43 -06:00
Eric Schulte
ee5a81102d
`org-export-as-org' now exports a string when to-buffer equals 'string
2010-04-09 09:08:52 -06:00
Dan Davison
f94c1b6c30
Merge branch 'master' of git://repo.or.cz/org-mode
2010-04-09 08:46:06 -04:00
Dan Davison
f846663ce6
babel: Do not add indentation to perl code.
...
Thanks to Łukasz Stelmach.
2010-04-09 08:45:18 -04:00
Carsten Dominik
63c49bcaed
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-04-09 14:31:02 +02:00
Carsten Dominik
32db2521bc
Check org-mobile setup for a checksum binary
2010-04-09 14:30:57 +02:00
Dan Davison
0f83b2d203
babel: allow disabling of noweb expansion during tangling
2010-04-08 16:14:28 -04:00
Dan Davison
38d6bf3f6c
babel: allow assigning of variables when preparing R session
...
This is already in place for other languages, but seems to have been
forgotten for R.
2010-04-08 15:26:08 -04:00
Carsten Dominik
6f3026edf1
Release 6.35g
2010-04-08 20:15:15 +02:00
Carsten Dominik
39c91ba24a
Improve file opening when matching links
...
This patch tries to remove some of the adverse effects of Jan Bkers patch
2010-04-08 15:57:17 +02:00
Carsten Dominik
a589c7a22e
Release 6.35f
2010-04-08 10:36:32 +02:00
Carsten Dominik
1d317701f6
Make the hyperref package last in the list
2010-04-08 10:35:58 +02:00
Carsten Dominik
2aaad50393
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-04-08 10:12:50 +02:00
Carsten Dominik
2e362d1123
Fix frame selection for framepop
...
Patch by Lluis
2010-04-08 09:16:54 +02:00
Eric Schulte
caaf755192
babel: org-babel-latex adjusts to the new org latex setup
2010-04-07 22:43:37 -06:00
Dan Davison
e48b8bf577
babel: return string results from matlab as strings
...
Thanks to Bob Jansen
2010-04-07 18:44:58 -04:00
Dan Davison
f03c981fc0
babel: return string results from octave as strings
...
Thanks to Darlan Cavalcante
2010-04-07 15:51:04 -04:00
Carsten Dominik
9a8b05cb70
Document that the LaTeX setup might not work well with XeTeX
2010-04-07 17:59:50 +02:00
Carsten Dominik
50e5924d8a
Release 6.35e
2010-04-07 16:33:52 +02:00
Carsten Dominik
27ca5916e5
Two more tweaks to LaTeX setup.
...
Will this ever end???
2010-04-07 16:33:22 +02:00
Carsten Dominik
f722763f8a
Release 6.35d
2010-04-07 16:26:42 +02:00
Carsten Dominik
d65ed03be6
Update copyright notices and fix wrong version tags
2010-04-07 16:26:10 +02:00