Commit graph

3816 commits

Author SHA1 Message Date
Eric Schulte 751bd666d1 DONE creeping blank lines
it looks like the changes I made to result insertion while working
  with org-babel-open-src-block-result may have fixed this bug
2009-07-25 16:05:05 -06:00
Eric Schulte 2fd9accd98 DONE =\C-c \C-o= to open results of source block 2009-07-25 15:48:23 -06:00
Eric Schulte 89dbf83e2a now intercepting org-open-at-point (bound to C-c C-0) with defadvice 2009-07-25 15:37:34 -06:00
Bastien Guerry c39f5d632f `org-emph-re' now matches emphasized strings at the end of lines.
We do this by making the last element of org-emph-re optional.
2009-07-26 05:23:56 +08:00
Bastien Guerry 8b840fe73c New function `org-list-make-subtree' bound to C-c C-*
This function convert the plain list at point into a subtree, preserving
the list structure.  Thanks to Ilya Shlyakhter for this suggestion.
2009-07-26 04:48:32 +08:00
Dan Davison fc3beaec7c Reject todo task regarding sending code to inferior process. 2009-07-25 15:15:52 -04:00
Dan Davison a41feacbef Add patch against org core regarding source code edit buffers, with explanation. 2009-07-25 15:15:07 -04:00
Bastien Guerry 3a0382d5be org.texi:Fix many typos. Thanks to Dan Griswold. 2009-07-26 03:09:54 +08:00
Dan Davison 66949199a7 Merge commit 'origin/master' 2009-07-25 14:26:48 -04:00
Bastien Guerry b9ef72fcca Remove duplicate explanation about C-c * 2009-07-25 19:56:43 +08:00
Bastien Guerry 157329bb45 Fix the frame selection problem without using a macro.
Do this by restauring the frame focus correctly in
`org-eval-in-calendar'.
2009-07-25 19:32:59 +08:00
Eric Schulte 97d8e85a92 added more tests, still not there 2009-07-24 22:12:52 -06:00
Eric Schulte f4f626e3e1 now able to open file links 2009-07-24 21:54:17 -06:00
Eric Schulte 3692c4b3a5 starting work on allowing opening of src-block results
not yet working
2009-07-24 20:53:13 -06:00
Eric Schulte 82e4af78d9 backfilling languages in the "add languages" task 2009-07-24 20:19:24 -06:00
Eric Schulte e842d3c36b DONE asymptote
added support for asymptote (another graphing language)

  for information on asymptote see http://asymptote.sourceforge.net/
2009-07-24 20:17:49 -06:00
Dan Davison e563fd361e Merge commit 'origin/master' 2009-07-24 22:11:12 -04:00
Dan Davison 7d3723c86a New todo: use srcname in edit buffer name 2009-07-24 22:11:09 -04:00
Eric Schulte df4d41719d passing all tests
didn't fix anything, just some cleanup
2009-07-24 19:42:44 -06:00
Eric Schulte 4bec1ece20 DONE dot
added support for the dot graphing language
  (http://www.graphviz.org/)
2009-07-24 19:39:48 -06:00
Dan Davison 3b332d252a Update org-babel.org. 2009-07-23 23:11:39 -04:00
Dan Davison 3457849008 Fix naive argument parsing at #+srcname. 2009-07-23 23:11:17 -04:00
Dan Davison f53d61980f Fix argument parsing bug. 2009-07-23 22:55:29 -04:00
Dan Davison 6524ce510a Simplifying remaining parsing/defaults bug example. 2009-07-23 22:41:26 -04:00
Dan Davison c2bef96b7f Fix parser bug. 2009-07-23 22:32:03 -04:00
Dan Davison d48ec0884b Simplify example that is breaking parser. 2009-07-23 22:12:09 -04:00
Dan Davison 4e3c32d7d6 Bug triaging (some weren't bugs).
Some of my perceived problems were caused by there being two
definitions of a source block named 'adder'.
2009-07-23 22:01:18 -04:00
Bastien Guerry 4be6a90bd5 Code cleanup. 2009-07-24 03:39:39 +02:00
Bastien Guerry a2d230bdb8 Bugfix: org-list-beginning-re should not use * for list items. 2009-07-24 03:38:26 +02:00
Dan Davison da4f2b9936 Registered bug as fixed. 2009-07-23 21:18:09 -04:00
Bastien Guerry 68b65e8f48 org-get-file-contents: Use a new argument: markup.
When markup is passed to org-get-file-contents then this function does
not protect org-like lines, since the exporter should handle them.
2009-07-24 03:16:19 +02:00
Bastien Guerry bd4a9fe510 org-id.el: New option org-id-uuid-program to set uuidgen program.
On some systems, uuidgen is named uuid.
Let the user define the uuidgen program name.
2009-07-24 02:29:56 +02:00
Bastien Guerry 5a7f43293d Enhance export options for code source examples.
Allow whitespace in code references.  Allow the -r switch to remove the
references in the source code even when the lines are not numbered: the
labels can be explicit enough.  Note that "-r -k" is the same than no
switch - as expected.

Thanks to Ulf Stegemann for bring this up.
2009-07-23 21:48:43 +02:00
Bastien Guerry 68ec49e101 New option: org-fontify-whole-heading-line
Non-nil means modify the regexp in org-set-font-lock-defaults so
that headlines are fontified till the end of the line.  This is
useful when setting a background color for the org-level-* faces.
This defaults to nil so that the old behavior is preserved.
2009-07-23 18:46:35 +02:00
Bastien Guerry 12a9381803 Add and use a new option: org-show-notification-handler
This option lets the user customize the notification mechanism.
For example, she might want to use todochiku.el.

This option defaults to nil, hence doesn't change the previous
behavior: if the program notify-send is installed on the system,
use it, and falls back on using (message [notification]) if not.
2009-07-23 17:33:52 +02:00
Dan Davison fadb5d5093 Change looking-at-p to looking-at.
Patch from Stephan Schmitt.
2009-07-23 11:06:44 -04:00
Carsten Dominik 0eaf3cce4d Speed-up cycling in buffers with *many* siblings, and *many* drawers
For this we took another look at when drawers actually have to be
hidden again and found that CONTENTS view does not need it, and that
CHILDREN view only needs it before the first child.

The second speed-up comes from advising outline-end-of-subtree to use
the Org version when in org-mode.

The third speed-up comes from using a better way to find the next
visible line, using `next-single-char-property-change'.

Finally, `org-forward-same-level' and `org-backward-same-level' are
faster versions of their outline equivalents and are now bound to
`C-c C-f' and `C-c C-b'.
2009-07-23 11:27:34 +02:00
Dan Davison f0a003d160 Add note on creating presentations from org files. 2009-07-22 23:42:08 -04:00
Dan Davison 50983a1f54 org-babel-ded-worg.org contents are now in new file org-babel-worg.org 2009-07-22 23:40:53 -04:00
Dan Davison 816c54274c Merge commit 'origin/master' 2009-07-22 22:30:54 -04:00
Dan Davison 4c2faf86c0 Proposed task: un-named args, plus minor update to o-b.org 2009-07-22 22:30:36 -04:00
Eric Schulte 6b5747fdfa Revert "DONE take default values for header args from properties"
This is breaking many of our tests, so I'm reverting it until I can figure out a fix

This reverts commit 9936814ffc.
2009-07-22 19:02:12 -06:00
Eric Schulte 9936814ffc DONE take default values for header args from properties 2009-07-22 18:59:10 -06:00
Eric Schulte 51cfe9e468 DONE add =:tangle= family of header arguments
these can be used to inhibit tangling
2009-07-22 18:30:30 -06:00
Dan Davison 97a6749e35 Added some more pathological examples of default args / nesting bugs. 2009-07-22 19:47:27 -04:00
Eric Schulte 4f15568a96 org-babel-ded-worg looks great, I hope you don't mind I'm adding a
"Reference / Documentation" section to hold documentation on the many
header arguments
2009-07-22 17:17:06 -06:00
Eric Schulte 776165745e replacing the Bugs header which I somehow deleted 2009-07-22 16:20:15 -06:00
Eric Schulte 6e0097eb8e DONE Default args
this is a result of fixing the nested arguments bug
2009-07-22 16:12:29 -06:00
Eric Schulte 1c0e5f0ade added functional test for deeply nested argument lists 2009-07-22 16:10:53 -06:00
Eric Schulte 34cf22bdaa DONE Fix nested evaluation
and commenting out debugging statements
2009-07-22 16:05:13 -06:00