Carsten Dominik
e84998ada8
Fix typo
2010-04-21 09:51:30 +02:00
Carsten Dominik
008dbe15ec
Don't mistake ditaa figures for tables
...
Patch by Dan Davison, after a report by Bernt Hansen.
2010-04-21 09:49:31 +02:00
Carsten Dominik
75a68313fc
Fix typo
2010-04-21 09:18:20 +02:00
Carsten Dominik
e0ca9a5bdf
More work on simplifying compatibility code
2010-04-21 09:18:12 +02:00
Carsten Dominik
56ba0892e5
Simplify XEmacs key bindings
2010-04-21 08:38:09 +02:00
Dan Davison
324a00c5a7
Merge branch 'master' of git://repo.or.cz/org-mode
2010-04-20 17:10:55 -04:00
Carsten Dominik
aca565ca61
Document info links
...
Patch by Nick Dokos.
2010-04-20 20:04:19 +02:00
Carsten Dominik
5a62721822
Make inline task insertion deal with `org-odd-levels-only'
...
Also make it possible to define a default state for an inline task.
Patch by Sebastian Rose.
2010-04-20 18:31:03 +02:00
Carsten Dominik
1ac063248f
Revert "Call org-reveal after refiling"
...
This reverts commit a30955b050
.
2010-04-20 15:37:39 +02:00
Carsten Dominik
cb624111af
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
...
Conflicts:
lisp/ChangeLog
2010-04-20 15:37:18 +02:00
Carsten Dominik
c6ea2a1457
Use overlay-in and overlay-at instead of compatibility functions
2010-04-20 12:17:06 +02:00
Dan Davison
8b8f687dcb
Merge branch 'master' of git://repo.or.cz/org-mode
2010-04-19 16:08:44 -04:00
Bastien Guerry
e60353004c
Modify `org-clock-set-current' to just return the headline itself, strip
...
the TODO keyword, the priority cookie and the tags.
2010-04-19 12:57:34 +02:00
Dan Davison
1dd6dd3bd7
Don't jump to conclusion that we are at table.el table
...
Test various block regexps before testing for table.el context
2010-04-19 02:29:33 -04:00
Carsten Dominik
b65f1f9489
Redefine the functions where XEmacs invisibility has to be turned off
2010-04-18 19:58:24 +02:00
Carsten Dominik
97e20048b2
Use `add-to-invisibility-spec' directly
2010-04-18 19:41:05 +02:00
Carsten Dominik
b35b9914e6
Revert "Use `add-to-invisibility-spec' directly"
...
This reverts commit c2e5b13a2d
.
2010-04-18 19:38:10 +02:00
Carsten Dominik
c2e5b13a2d
Use `add-to-invisibility-spec' directly
2010-04-18 19:26:30 +02:00
Carsten Dominik
a000f6163d
Merge branch 'simplify-but-keep-xemacs-compatibility'
...
Conflicts:
lisp/ChangeLog
2010-04-18 16:55:32 +02:00
Carsten Dominik
3672a495e1
Fix minor bug with call to kill-buffer
2010-04-18 16:54:19 +02:00
Carsten Dominik
bb0ef787b7
Require calendar already on top level in org.el
2010-04-18 16:50:13 +02:00
Carsten Dominik
354b6a0c3b
Declare a function
2010-04-18 16:50:12 +02:00
Carsten Dominik
34884f6e9e
Overlay changes for org-colview-xemacs.el
2010-04-18 16:50:12 +02:00
Carsten Dominik
8bd9308662
No linger bind obsolete calendar variables
2010-04-18 16:49:58 +02:00
Carsten Dominik
b934169526
Get rid of some compiler warnings
2010-04-18 16:49:58 +02:00
Carsten Dominik
f45e6a28b1
Use the normal overlay API, not Org's one
2010-04-18 16:49:58 +02:00
Carsten Dominik
cedf376dee
Better BATCH compile command
2010-04-18 16:49:58 +02:00
Carsten Dominik
0c8557b401
Silence compiler about called-interactively
2010-04-18 16:49:36 +02:00
Carsten Dominik
88149c2390
intermediate
2010-04-18 15:06:16 +02:00
Carsten Dominik
84f72287cc
Fix typo
2010-04-18 08:12:47 +02:00
Carsten Dominik
106ae88091
Allow dashes and more in the ORGTBL SEND name
2010-04-18 08:11:07 +02:00
Dan Davison
91a169177a
Edits, mainly to header args section
2010-04-17 21:47:57 -04:00
Dan Davison
020cfb0dfa
Work on initial sections.
2010-04-17 20:19:55 -04:00
Carsten Dominik
2ca29086f1
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-04-17 07:40:06 +02:00
Carsten Dominik
5ef02b0c1d
Minor fix
2010-04-17 07:39:59 +02:00
Eric Schulte
3652689944
org-mime: removed short string " xx " from semi syntax
2010-04-16 09:21:36 -06:00
Carsten Dominik
36d3e189a8
Fix some typos
2010-04-16 08:17:57 +02:00
Carsten Dominik
69402e690b
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-04-16 05:12:23 +02:00
Carsten Dominik
3672910d2f
Export: Fix bug with ID property search
...
Jan Bcker writes:
> If you have a headline with an elisp code block containing the following
> line:
>
> " :ID:"
>
> the HTML code will be garbled at the beginning of the headline.
>
> I have attached a minimal test case and the resulting HTML file. The
> #+OPTIONS: line is not needed, but is included to make the HTML file
> less cluttered.
>
> There has to be whitespace between the " and :ID: and the string must be
> ended on the same line. For example, these lines trigger the bug:
>
> " :ID:"
> " :ID:"
> " :ID: garble-my-html"
>
> while these do not:
>
> ":ID:"
> ":ID: garble-my-html"
> " :ID:
>
2010-04-16 05:12:19 +02:00
Bernt Hansen
5c10448b47
Fix truncated docstring for org-remember-templates
2010-04-16 04:54:00 +02:00
Eric Schulte
8a41b76552
Merge branch 'master' of git+ssh://eschulte@repo.or.cz/srv/git/org-mode
2010-04-15 09:48:08 -06:00
Eric Schulte
3b5c85fb95
org-mime: WL is now fully supported -- thanks to Eric S. Fraga
2010-04-15 09:40:03 -06:00
Carsten Dominik
43bf1bbbd7
Push version number to 6.35trans
2010-04-15 12:24:55 +02:00
Dan Davison
c6af0f9479
Add entry to main menu
2010-04-14 16:47:44 -04:00
Carsten Dominik
310210e854
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2010-04-14 17:42:23 +02:00
Eric Schulte
a2769bef61
org-mime: bug fixes, thanks to Eric S Fraga and Andrew Hyatt for their debugging help
2010-04-14 09:12:41 -06:00
Carsten Dominik
a74a748d0f
Search backward from a footnote definition to find reference.
...
With multiple definitions of a footnote with the same label in a
buffer, this has a higher chance to find the right one.
Request by Samuel Wales
2010-04-14 16:45:45 +02:00
Carsten Dominik
2db83c67a8
Update README file
2010-04-14 15:52:13 +02:00
Carsten Dominik
12e73e58af
Only record LAST_REPEAT if it makes sense.
...
The definition of "makes sense is here:
- either the user is logging repeats (org-log-repeat)
- or the entry contains clock data, in which case the LAST_REPEAT is
needed to display clocking time properly.
Request by Dan Griswold, with some support from Bernt Hansen
2010-04-14 13:49:03 +02:00
Carsten Dominik
8788b14378
Move the older ChangeLog entries
2010-04-14 10:31:18 +02:00