Bastien Guerry
c7b7213bed
org-flag-drawer: display the position where the error occurs.
...
Patch by Friedrich Delgado Friedrichs <friedel@nomaden.org>.
2009-08-19 17:05:27 +08:00
Carsten Dominik
c2712137be
Clean up after John's iswitchb patch
2009-08-19 09:33:17 +01:00
Carsten Dominik
c7c1a9ea75
Minor change in wording of privacy prompt
2009-08-19 07:10:41 +01:00
Eric Schulte
101a1141cd
DONE failing to write srcname to resname when evaluating a named block
2009-08-18 18:25:07 -06:00
Eric Schulte
20dd65f2dd
DONE stripping indentation from source-code blocks
...
this fix has been applied to org-mode
2009-08-18 17:55:59 -06:00
Eric Schulte
6ca0934ead
DONE new results types (org, html, latex)
2009-08-18 17:55:10 -06:00
Eric Schulte
cbdd953993
DONE org-bable-tangle: no default extension if one already exists
2009-08-18 17:22:16 -06:00
Carsten Dominik
473f1843d9
Minor fix
2009-08-19 00:07:33 +01:00
Carsten Dominik
464210a0d1
New command to submit a bug report
2009-08-18 22:08:42 +01:00
Eric Schulte
00ce2a5e25
adding an elisp function for transposing a matrix
2009-08-18 14:07:19 -06:00
Eric Schulte
9538905e57
tiny tweak
2009-08-18 13:48:18 -06:00
Eric Schulte
e56bed5fc8
adding org-src-lang-modes as place holder until something comparable makes it's way into the org core
2009-08-18 13:37:18 -06:00
Bernt Hansen
a32e8e8fec
Add .dirty to git org-version info if files are modified
...
Shows files as modified by appending .dirty to indicate that
you are running org-mode from a dirty working tree (some tracked
files are modified)
2009-08-18 20:05:56 +01:00
Bernt Hansen
a5e87a4723
Add git version number to org-version information
...
Adds the output of 'git describe' to the org-version string if we are running
from a git repository. This identifies exactly what commit is checked out in
the org-mode git repository when reporting the org-mode version number.
org-version returns something like:
Org-mode version 6.29trans (release_6.29c.42.g5996)
which shows 6.29trans (somewhere after the last release tag) which
is 42 commits after release_6.29c at git commit 5996.
The git describe information is not included if org mode is not
running from a git repository.
2009-08-18 20:05:45 +01:00
Carsten Dominik
8c33812854
Improve documentation about hierarchical versus recursive statistics
2009-08-18 15:43:55 +01:00
Carsten Dominik
d52aaaf51c
Minor fix
2009-08-18 07:55:13 +01:00
Carsten Dominik
0ba7d3d2f9
LaTeX export: Fix problem with emphasis in quotes
2009-08-18 07:45:35 +01:00
Carsten Dominik
dec80f2451
LaTeX export: Add support for +strike-through+ emphasis
2009-08-18 07:28:03 +01:00
Carsten Dominik
158a5d8fe6
Improve documentation on inclusion if inactive timestamps.
2009-08-18 07:17:15 +01:00
Carsten Dominik
e9cdfce08c
Fix indentation in code export
...
Patch by Eric Schulte.
2009-08-18 06:35:50 +01:00
Carsten Dominik
ca699a970d
Agenda: Fix problem with block entries.
...
This bug was caused by commit
8c177dc832
, and reported by Matt
Lundin. The problem was that this commit tried to remove the text
propertes of the MATCH part of an agenda command. However, in block
commands, the MATCH part is not a string.
2009-08-18 06:31:33 +01:00
Eric Schulte
41f4401c84
adding ob-sass to the optional languages in "getting started" configuration
2009-08-17 15:27:47 -06:00
Eric Schulte
57a9464d3a
added the SASS css generation language (see http://sass-lang.com/ )
2009-08-17 14:39:34 -06:00
Eric Schulte
5ae3234bae
org-babel-exp is now using the newer org-exp-blocks.el block definition methods
2009-08-17 12:19:25 -06:00
Eric Schulte
aad23f4140
adding new bug (ob-exp.el is stripping indentation from source-code blocks)
2009-08-17 10:01:50 -06:00
Dan Davison
a5e09d16db
Merging origin/master in
2009-08-17 16:37:18 +01:00
Dan Davison
5f7c58d739
typo in ob-worg.org
2009-08-17 16:35:25 +01:00
Eric Schulte
1626ebcdc8
TODO failing to write srcname to resname when evaluating a named block
2009-08-16 22:29:33 -06:00
Eric Schulte
50e29c200d
recursively expanding nested noweb references
2009-08-16 21:17:16 -06:00
Eric Schulte
937e1aa981
now better at inserting wrapping comments, and using org-src-lang-modes
2009-08-16 21:14:22 -06:00
Eric Schulte
8e09dacdbc
added "existing similar tools" section to publish task
2009-08-16 17:23:53 -06:00
Eric Schulte
c23e62cd09
small typo
2009-08-16 14:02:20 -06:00
Eric Schulte
7d440e548f
removing util directory as it's no longer needed
2009-08-16 14:01:12 -06:00
Eric Schulte
fcc0ff9010
recognizes different types of ocaml output
2009-08-16 13:59:07 -06:00
Eric Schulte
cfe40c4ca1
started adding support for the ocaml language
2009-08-16 11:47:18 -06:00
Eric Schulte
2f82474d85
No longer loading all languages by default. REQUIRES A CHANGE TO YOUR CONFIG!
...
This fixes a bug: DONE require users to explicitly turn on each language
as we continue adding more languages (each with it's own set of major
mode requirements), we are going to want users to only turn on the
languages that they intend to use.
See the install instructions in org-babel-worg.org, also take a look
at the "Requirements" sections of org-babel-ruby.el and
org-babel-gnuplot.el for pointers to downloading and installing their
requirements (which are no longer distributed in the util directory).
2009-08-16 10:48:08 -06:00
Carsten Dominik
dbc99e6550
Add MACRO to completion works
2009-08-16 09:48:58 +02:00
Carsten Dominik
f7e208da37
Make latex preview also use the packages in `org-export-latex-packages-alist'.
2009-08-16 09:38:03 +02:00
Carsten Dominik
94d91eaf03
HTML export: Fix bugs with footnotes.
2009-08-16 06:41:30 +02:00
Carsten Dominik
05f25b3de4
Remove (debug) form
2009-08-16 05:36:05 +02:00
Carsten Dominik
15227843ab
Fix some issues related to the recent iswitchb patch
2009-08-16 00:31:39 +02:00
Carsten Dominik
09acabcfb3
Fix some typos, add a new variable
2009-08-15 08:16:45 +02:00
Eric Schulte
c36fc4cedf
changes to the "literate programming" section of ob-worg
2009-08-14 21:46:40 -06:00
Eric Schulte
36be1d4058
adding literate programming section to ob-worg, and fixing small tangle bug
2009-08-14 19:34:23 -06:00
Eric Schulte
15ea7ae5ed
added small example of raw python output
2009-08-14 18:31:02 -06:00
John Wiegley
5acac25dc1
All completing-read behavior for iswitchb users
...
This is enabled using org-completion-use-iswitchb, and follows the same
model of usage as for ido users.
2009-08-15 01:14:04 +02:00
Eric Schulte
99ba71d35e
[BUG FIX] DONE Python session evaluation bug
2009-08-14 16:13:57 -06:00
Eric Schulte
367072d11b
OK, now I really think that we're done inserting superfluous interests with results
2009-08-14 15:49:05 -06:00
Eric Schulte
d07c2f3b5c
[BUG FIX] DONE problem with newlines in output when :results value
2009-08-14 15:33:49 -06:00
Eric Schulte
4db86bd66f
better an not inserting blank lines
2009-08-14 15:21:40 -06:00