Carsten Dominik
07f51279b2
Make drawer skipping for note insertion more sensible.
2008-10-16 18:35:17 +02:00
Carsten Dominik
f70127dd3f
Allow org-clock-in-switch-to-state to be a function.
...
Allow org-clock-in-switch-to-state to be a function. This lets you have
different clocked in states for different TODO keyword sets, for example
(defun ahkt-clock-state (state)
(cond ((string= state "TOREAD") "READING")
((string= state "TOWATCH") "WATCHING")
(t state)))
Also fix indentation on clock lines, and empty clock drawers when they are
inserted.
2008-10-16 18:26:43 +02:00
Carsten Dominik
0fc4cdd17d
Fixed typo.
2008-10-16 16:50:28 +02:00
Carsten Dominik
98e368c474
Fix typos.
2008-10-16 14:51:09 +02:00
Carsten Dominik
fda2a7cb6c
Documentation updates.
2008-10-16 14:38:30 +02:00
Carsten Dominik
55b4aa403a
Setting tags is now on `C-c C-q'.
...
C-c C-c still works with the cursor in a headline,
but I wanted a special binding as the default, mainly
in order to be able to set tags in a remember buffer.
2008-10-16 14:04:04 +02:00
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
3e72fb8c35
Documentation update.
2008-10-15 17:28:04 +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
fd4df45133
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-10-15 13:12:03 +02:00
Carsten Dominik
491702483a
Fix table parsing bug.
2008-10-15 13:11:48 +02:00
Bastien Guerry
b9c707b844
Added arch-tags from upstream Emacs for org-plot.el, org-list.el and org-attach.el
2008-10-15 10:20:24 +02:00
Carsten Dominik
f0340c404a
*** empty log message ***
2008-10-15 09:18:03 +02:00
Carsten Dominik
926054b3e5
Fix bug with LaTeX lists export in protected regions.
2008-10-15 09:17:43 +02:00
Carsten Dominik
b9f84eca4c
require cl in org-agenda.el.
2008-10-14 20:45:31 +02:00
Carsten Dominik
10fc47f234
Make note about case-fold-search
2008-10-14 18:41:58 +02:00
Carsten Dominik
16e030620a
Improve environment quoting for LaTeX export.
2008-10-14 18:11:01 +02:00
Carsten Dominik
f3dda5ba2c
Fix infinite loop when rescheduling from agenda with tags filtering.
2008-10-14 16:50:02 +02:00
Carsten Dominik
0cfc76df3f
Allow sections to be represented as environments in LaTeX export.
2008-10-13 07:26:05 +02:00
Carsten Dominik
0306f1878d
Improve the clean targets in the Makefile.
...
"make clean" does now also remove any release-related files,
but it does keep org-install.el.
"make cleanall" does also remove org-install.el.
2008-10-12 15:27:07 +02:00
Carsten Dominik
a5b97f431e
Set coding system of org-plot to unix.
2008-10-12 15:25:56 +02:00
Carsten Dominik
ca0671a432
Indicate Emacs 23 version of Org on the webpage.
2008-10-12 08:26:00 +02:00
Carsten Dominik
4574d894ce
Release 6.09a.
2008-10-12 07:36:18 +02:00
Carsten Dominik
77ebe1e49b
Documentation fixes.
2008-10-12 07:35:19 +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
d6542dba1a
Merge branch 'fix-latex-internal-links'
...
Conflicts:
lisp/ChangeLog
2008-10-10 11:43:21 +02:00
Carsten Dominik
5b6a8a55e8
Fix problems with internal links for LateX export.
2008-10-10 11:42:01 +02:00
Carsten Dominik
76bc40a6e3
Keep artist-mode editing from eating empty lines.
2008-10-10 08:50:23 +02:00
Carsten Dominik
1e3198b821
intermediate
2008-10-10 08:46:05 +02:00
Carsten Dominik
5ebc1a7982
Release 6.09.
2008-10-09 13:18:25 +02:00
Carsten Dominik
82f1c863ee
Cleaning up attachment support.
...
Among other things, introduce a security query before deleting
the entire attachment directory. And add a new method to delete
a single attachment.
2008-10-09 12:19:43 +02:00
Carsten Dominik
95df6750cb
Change default info path to $prefix/share/info
2008-10-09 11:45:10 +02:00
Carsten Dominik
b0ce57d27d
Fix bug with getting list of attachments.
2008-10-08 14:59:14 +02:00
Carsten Dominik
3d5bc9ab65
Documentation updates.
2008-10-08 12:46:51 +02:00
Carsten Dominik
6fe6819fa4
Make recording attachment list in property optional.
2008-10-08 12:46:40 +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
db16d55dbd
Fix the install-info target in the Makefile.
2008-10-07 18:37:08 +02:00
Carsten Dominik
57e912c275
Push version number to 6.09pre01.
2008-10-07 15:45:58 +02:00
Carsten Dominik
8518c9ed81
Allow different methods to get an attachment into the directory.
...
Supported methods are copy, link, and move.
2008-10-07 14:28:21 +02:00
Carsten Dominik
5548357d71
Fix bug with anniversaries in org-bbdb.el.
2008-10-06 20:45:02 +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
2d33de3600
Tag entries that have attachments.
2008-10-06 09:38:50 +02:00
Carsten Dominik
4c55b885d5
Documentation fixes.
2008-10-05 12:57:01 +02:00
Carsten Dominik
c2dcfb6286
Documentation fixes.
2008-10-05 11:21:18 +02:00
Carsten Dominik
8aa5e02881
Mention C-c C-a in Changes.org.
2008-10-05 08:43:25 +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
37fe05df9c
Remove left-over debugging code.
2008-10-05 07:34:01 +02:00