Carsten Dominik
329a7a7d34
Implement tag changes triggered automatically by TODO state changes.
2008-10-16 09:54:30 +02:00
Carsten Dominik
a1d3086419
New option `org-log-state-notes-insert-after-drawers'.
...
Default is nil.
2008-10-16 06:49:55 +02:00
Carsten Dominik
52fa7f817b
Add commands to export to PDF.
...
This works by creating LaTeX first, and then processing it.
2008-10-15 17:21:52 +02:00
Carsten Dominik
4574d894ce
Release 6.09a.
2008-10-12 07:36:18 +02:00
Carsten Dominik
5fc664d683
Documentation updates.
2008-10-10 20:59:57 +02:00
Carsten Dominik
5515343107
New default for `org-file-apps'.
...
The new default asks to open all those files in Emacs, for which
`auto-mode-alist' does contain an entry. The reasoning is that
Org-mode users are Emacs users and probably like to use exactly
this setup. The only exception configured as such by default is
that files with html or xhtml extensions will be opened using
the system default, most likely a browser.
2008-10-10 13:07:36 +02:00
Carsten Dominik
76bc40a6e3
Keep artist-mode editing from eating empty lines.
2008-10-10 08:50:23 +02:00
Carsten Dominik
5ebc1a7982
Release 6.09.
2008-10-09 13:18:25 +02:00
Carsten Dominik
1da27893e9
Make strings in `org-file-apps' being interpreted as regexps.
...
Also, a new way to make org-file-apps direct all files for
which Emacs has a major mode to be edited by Emacs itself.
2008-10-08 12:46:09 +02:00
Carsten Dominik
57e912c275
Push version number to 6.09pre01.
2008-10-07 15:45:58 +02:00
Carsten Dominik
dc71bfc007
Fix reverse interpretation of the list value o `org-use-tag-inheritance'.
2008-10-06 18:53:51 +02:00
Carsten Dominik
4c55b885d5
Documentation fixes.
2008-10-05 12:57:01 +02:00
Carsten Dominik
e195a3ee4b
Release 6.08a.
2008-10-05 08:31:54 +02:00
Carsten Dominik
c0292f955e
Release 6.08.
2008-10-05 08:27:53 +02:00
Carsten Dominik
8d8403399e
Fix bug that could push note into a child.
...
Reported by Bernt Hansen.
2008-10-02 18:15:46 +02:00
Carsten Dominik
7c0e0189f0
Fix property inheritance marker.
...
Now the function that retrieves a property with inheritance makes
sure that this function does not point anywhere if there was
no match.
2008-10-01 21:31:24 +02:00
Carsten Dominik
0ec6021080
Fix bug.
2008-10-01 12:44:50 +02:00
Carsten Dominik
d043e31182
Integrate John Wiegley's org-attach.el.
2008-10-01 09:25:18 +02:00
Carsten Dominik
fcff45bc35
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
...
Conflicts:
lisp/ChangeLog
2008-09-26 18:28:45 +02:00
Carsten Dominik
b1e7ec5010
Fix bug with updating parent statistics when children are hidden.
...
Report by Charles Sebold.
2008-09-26 17:06:17 +02:00
Bastien Guerry
0e0f5bba8c
Cleaner message when repeating an entry.
2008-09-25 11:27:36 +02:00
Carsten Dominik
45cee29929
Fix bug, Patch by Bernt Hansen.
2008-09-24 19:21:54 +02:00
Carsten Dominik
990a549370
Protect keyword-selecting variabels during mapping.
2008-09-24 16:31:56 +02:00
Carsten Dominik
f0f34d4985
Split out org-list.el from org.el and org-export-latex.el.
2008-09-23 08:03:13 +02:00
Carsten Dominik
6f86eb35a5
New option `org-edit-src-region-extra'.
2008-09-23 04:53:21 +02:00
Carsten Dominik
575c5523b1
Fix bug with agend autoloads.
2008-09-22 06:03:36 +02:00
Carsten Dominik
d670d20af2
Simplyfy links in imenu and refile display.
...
Patch by James TD Smith.
2008-09-21 21:39:28 +02:00
Carsten Dominik
d6d72b3436
Merge branch 'js'
2008-09-21 08:34:45 +02:00
Carsten Dominik
feab6c1348
Change version number to 6.08-pre01
2008-09-21 08:34:23 +02:00
Carsten Dominik
a8b3081610
Release 6.07b.
2008-09-21 08:26:30 +02:00
Carsten Dominik
8892d9a4bc
Skip all drawers when adding a note.
...
Patch by James TD Smith.
2008-09-21 07:57:16 +02:00
Carsten Dominik
43e6633a15
Fix bug with tag inheritance.
...
This bug caused (org-get-tags-at) to return no tags at all
when inheritance was turned off, even if the entry
does have local tags.
2008-09-20 12:32:35 +02:00
Carsten Dominik
6697584704
Fix refiling to the last entry in the buffer.
2008-09-20 06:55:40 +02:00
Carsten Dominik
b777e88fd6
Release 6.07a.
2008-09-19 16:19:32 +02:00
Carsten Dominik
08e7428858
Revert the change to `org-indent-line-function'.
...
This change was to avoid indentation in source code regions,
but the overhead is too large.
2008-09-19 16:14:09 +02:00
Carsten Dominik
194faab2b6
Bumping up the version number to 6.07.
2008-09-19 08:25:13 +02:00
Carsten Dominik
04419cca3d
Make sure tags matching is case-insensitive.
2008-09-19 08:07:50 +02:00
Carsten Dominik
8ad796156e
More options for categories in iCalendar export.
...
Tags and the todo state can now be listed as categories.
2008-09-18 17:35:55 +02:00
Carsten Dominik
cad6c4dc3f
Protect slashes during outline-path-completion.
2008-09-17 17:57:43 +02:00
Carsten Dominik
53693652b0
Make C-y insert subtrees in folded state.
2008-09-14 08:03:55 +02:00
Carsten Dominik
5aaccd93c4
New yank function.
2008-09-13 21:02:01 +02:00
Carsten Dominik
5dde398b92
Avoid changing indentation in regions that are external source code.
2008-09-13 20:10:07 +02:00
Carsten Dominik
238d0d1880
Improve consistency for inserting new headlines.
2008-09-13 19:22:33 +02:00
Carsten Dominik
785cde4d2b
Incude note when clock entry gets moved into a drawer.
2008-09-13 18:35:57 +02:00
Carsten Dominik
c6962bc9d7
Fix duplicate key definition.
2008-09-11 17:02:03 +02:00
Carsten Dominik
c522625d44
Minor changes.
2008-09-10 08:37:10 +02:00
Carsten Dominik
5c3d809701
Add archive to sibling to the menu.
2008-09-08 20:18:37 +02:00
Carsten Dominik
3f1062a15d
Save and restore formulas for column view capture.
2008-09-08 09:43:41 +02:00
Carsten Dominik
f03ea46b3a
The note buffer for clocking out now mentions the task.
2008-09-07 08:29:16 +02:00
Carsten Dominik
d276209c49
New option to force additional keybindings.
...
Patch by Samuel Wales.
2008-09-07 08:05:06 +02:00