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
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
491702483a
Fix table parsing bug.
2008-10-15 13:11:48 +02:00
Carsten Dominik
f0340c404a
*** empty log message ***
2008-10-15 09:18:03 +02:00
Carsten Dominik
16e030620a
Improve environment quoting for LaTeX export.
2008-10-14 18:11:01 +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
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
b0ce57d27d
Fix bug with getting list of attachments.
2008-10-08 14:59:14 +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
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
e71f9d0a62
Make the keypad work with orgtbl-mode.
2008-10-04 15:49:27 +02:00
Carsten Dominik
e9a39cf1cd
Merge branch 'latex-preamble'
...
Conflicts:
lisp/ChangeLog
2008-10-02 23:56:49 +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
be1a210045
Merge branch 'jd7'
2008-10-02 18:07:45 +02:00
Carsten Dominik
2a8dac9f70
Store remember notes under the current clock entry with `C-2 C-c C-c'.
...
Patch from James TD Smith, but modified.
2008-10-02 18:07:12 +02:00
Carsten Dominik
20364d043a
Implement #+LATEX_HEADER special.
...
Proposed by Austin Frank and apparently also by Russel Adams.
2008-10-02 15:00:14 +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
c50a7b312f
Intermediate.
2008-10-01 12:43:55 +02:00
Carsten Dominik
b1d5e6c62d
Allow multiple #+STYLE lines in the buffer.
2008-10-01 11:41:00 +02:00
Carsten Dominik
d043e31182
Integrate John Wiegley's org-attach.el.
2008-10-01 09:25:18 +02:00
Carsten Dominik
46246169bf
When moving items, keep the column position.
...
Reported by Rainer Stengele.
2008-09-29 12:46:15 +02:00
Carsten Dominik
d5b9c3e04f
Remove properties from `initial' text in remember.
...
This is to make sure that no bad properties end up in the remember buffer.
Report by Richard Riley.
2008-09-29 08:27:13 +02:00
Carsten Dominik
f640c8982a
Remove useless call to `wl-thread-open-all'.
2008-09-27 17:55:51 +02:00
Carsten Dominik
4e6b862560
Fix bug with remember template `bottom' location.
...
Reported by Ethan Blanton.
2008-09-27 07:44:43 +02:00
Carsten Dominik
7e7d79d60a
Require bbdb in `org-bbdb-anniversaries'.
2008-09-26 18:38:27 +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
7b54d28c30
Avoid rounding errors whe summing table columns.
2008-09-24 17:33:10 +02:00
Carsten Dominik
990a549370
Protect keyword-selecting variabels during mapping.
2008-09-24 16:31:56 +02:00
Bastien Guerry
ff52989cd4
Make sure org-agenda-to-app checks all files.
2008-09-23 09:37:38 +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
f26330fdc5
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
...
Conflicts:
lisp/ChangeLog
2008-09-22 10:02:14 +02:00
Carsten Dominik
a8741db759
Fix bug in appointment generation for appointments before 1am.
...
Reported by Richard Riley.
2008-09-22 08:40:32 +02:00
Bastien Guerry
a8a499ed2d
Removed buggy reference to org-quote-chars.
2008-09-22 08:30:27 +02:00
Carsten Dominik
a7febf233e
Make plotting work for tables starting with hline.
2008-09-22 05:56:34 +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
7e0dbb6191
New escape for remember templates to add properties.
...
Patch by James TD Smith.
2008-09-21 08:05:33 +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
bd8cbef200
Show resulting clocked time in agenda display.
...
Patch by James TD Smith.
2008-09-21 07:41:49 +02:00
Carsten Dominik
c9bf924246
Get x-clipboard in a way that is compatible with Emacs 21.
2008-09-21 07:35:39 +02:00
Bastien Guerry
e3ded815b6
Update ChangeLog.
...
(Okay, I always forget that C-x v v in Emacs does only
commit on a file per file basis. I should really use
the command line when committing several files.)
2008-09-20 14:50:02 +02:00
Carsten Dominik
66373c350d
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-09-20 12:33:05 +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
Bastien Guerry
b5d5a21b1b
Updated the Changelog to reflect last changes on org-export-latex.el
2008-09-20 12:14:01 +02:00
Carsten Dominik
6697584704
Fix refiling to the last entry in the buffer.
2008-09-20 06:55:40 +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
58325c8df0
Bug fixes.
2008-09-19 12:40:15 +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
7b0f0c497c
Implement sorting by TODO keyword sequence position.
2008-09-18 13:45:49 +02:00
Carsten Dominik
8833885abb
Make S-right/left work in column view for any timestamp
...
value of a property.
2008-09-18 10:24:57 +02:00
Carsten Dominik
cad6c4dc3f
Protect slashes during outline-path-completion.
2008-09-17 17:57:43 +02:00
Carsten Dominik
1b23a3fd20
Get rid of some compiler messages by fixing bugs and definitions.
2008-09-17 13:55:59 +02:00
Carsten Dominik
ad7e092f98
Allow tags to select parts of a document for export.
2008-09-17 13:47:18 +02:00
Carsten Dominik
56b7b3f3ce
New file org-plot.el.
2008-09-17 13:35:21 +02:00
Carsten Dominik
47aea69a79
Allow project components to have components.
2008-09-17 13:32:32 +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
d6cabfc6b2
Better compliance with `org-extend-today-until'.
2008-09-13 19:59:23 +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
120cf0c101
Implement uuidgen as a method for id creation.
2008-09-11 16:56:37 +02:00
Carsten Dominik
e862a5cd58
Protect increment-by-copying in tables.
2008-09-08 20:18:18 +02:00
Carsten Dominik
e1ed8cf2e9
Make sure text before the first headline is in <p>.
2008-09-07 17:37:56 +02:00
Carsten Dominik
87292441ab
Remove the #+TEXT field from the export template.
2008-09-07 17:27:29 +02:00
Carsten Dominik
3cbdda0e07
Do not remove existing buffers during publishing.
...
Also, do not set a major mode for a buffer that will be killed anyway.
2008-09-07 12:24:47 +02:00
Carsten Dominik
c20336b4f6
Show empty lines after folding the archive sibling.
2008-09-07 08:39:31 +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
2efb6d127a
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-09-05 23:01:34 +02:00
Carsten Dominik
7482b04df0
Implemented filtering of an existing agenda view with respect to a tag.
2008-09-05 19:02:14 +02:00
Carsten Dominik
4ddd0d9ec6
Remove angular brackets from date in export options template.
2008-09-05 17:33:20 +02:00
Bastien Guerry
cf9a05052f
Fix bug about LaTeX export of QUOTE and VERSE environments. Also allow completion for *_QUOTE *_VERSE and *_SRC keywords.
2008-09-05 09:36:07 -05:00
Carsten Dominik
089ac08747
Implement using artist-mode to edit fixed-width sections.
2008-09-05 13:37:33 +02:00
Carsten Dominik
d5ceac5848
Fix bug in compatibility code for `org-remember-templates'.
2008-09-05 08:19:43 +02:00
Carsten Dominik
696e77a1ed
Fix bug with time stamp format for calc.
2008-09-05 07:57:12 +02:00
Carsten Dominik
c24383d1c6
Fix bugs with time extraction of deadlines.
2008-09-04 17:08:50 +02:00
Carsten Dominik
22a6e1718c
Ignore TODO keywords and Priorities when sorting headlines.
...
This applies to numeric and alphanumeric sorting.
2008-09-04 10:35:53 +02:00
Carsten Dominik
ac7d8fa752
New face `org-scheduled'
...
This face is used in the agenda for entries that are
scheduled on a day that is not today.
2008-09-03 13:23:31 +02:00
Carsten Dominik
dc193b76e7
Remove incorrect declaration in org-wl.el.
2008-09-03 11:23:33 +02:00
Carsten Dominik
d74855408f
Implement the :to and :toname keywords for gnus links.
...
Patch from Gregory Sullivan.
2008-09-03 11:17:49 +02:00
Carsten Dominik
e8394dcbcf
Fix example indentation for export.
...
Patch from Bernt Hansen.
2008-09-03 10:50:10 +02:00
Carsten Dominik
b831ab8ef5
Allow the file component in a remember template to be a function.
2008-09-03 10:36:03 +02:00
Carsten Dominik
1e79189212
Support searching in backward headlines with isearch.
2008-09-03 10:11:36 +02:00
Carsten Dominik
5a890b3473
Minor fixes.
2008-09-03 09:10:17 +02:00
Carsten Dominik
339e5fb010
Erase buffer for txt export.
2008-09-02 13:46:07 +02:00
Carsten Dominik
19b5215b81
Update org-mairix.el to version 0.5.
2008-09-02 09:35:20 +02:00
Carsten Dominik
badb19e1c7
Base org-iswitchb buffer selection on major-mode.
...
This was a request by Mike Newman.
2008-07-28 17:05:04 -07:00
Carsten Dominik
c542119a2a
Fixed bug with malformed face properties.
...
Patch by Steven E. Harris.
2008-07-26 07:49:31 -07:00
Carsten Dominik
caa2788b26
Allow a user-defined filter for the values in column view.
2008-07-25 17:05:37 -07:00
Carsten Dominik
d2697cf11e
Fix bug with recursive publishing and the publishing directory.
...
This one has haunted us for a long time......
2008-07-25 14:04:26 -07:00
Carsten Dominik
10bdab790b
Fix bug with adding appointments to diary in Emacs 23.
...
Patch from Andrew Hyatt.
2008-07-25 00:27:41 -07:00
Carsten Dominik
a66568abb9
Add attributes also to mailto and ftp links.
2008-07-24 11:24:48 -07:00
Carsten Dominik
3cf6fc4393
Fix autoloading bug with `org-dblock-write:columnview'.
2008-07-24 10:11:29 -07:00
Carsten Dominik
66a41c6298
Fix bug with region export.
2008-07-23 10:40:21 -07:00
Carsten Dominik
fa9a48df3b
Fix bug with parsing org-agenda-custom-commands.
...
This bug occurred when trying to batch-export agenda views.
Reported by Jan Seeger.
2008-07-22 12:27:26 -07:00
Bastien Guerry
3dd3df19df
Applied Juri Linkov's change from upstream Emacs CVS.
...
* org.el (narrow-map): Bind `org-narrow-to-subtree' to "s" on the
new keymap `narrow-map' instead of binding "\C-xns".
See the message <E1KKMJ4-0007CK-V2@cvs.savannah.gnu.org>
from the [Emacs-commit] mailing list.
2008-07-20 14:23:28 +02:00
Carsten Dominik
45e6f57af9
New option org-open-directory-means-index-dot-org.
2008-07-18 13:55:18 -07:00
Carsten Dominik
3db122fdbb
Allow attributes in hyperlinks.
2008-07-17 14:29:26 -07:00
Carsten Dominik
ea71ffc237
New function to convert a table to a lisp structure.
2008-07-17 10:08:53 -07:00
Carsten Dominik
323b54472e
Fixed bug with inserting headlines into a narrowed buffer region.
2008-07-17 09:57:50 -07:00
Carsten Dominik
bdcafa20a3
Fixed bug for customization of user-defined skipping condition.
...
The customize setup for this was broken. Reported by Max Mikhanosha.
2008-07-17 09:24:02 -07:00
Carsten Dominik
caed6e1889
Fixed typo.
2008-07-16 10:40:33 -07:00
Carsten Dominik
b94b1def2c
Better default format for HTML export time stamp.
2008-07-14 12:14:23 -07:00
Carsten Dominik
63bf841e91
Automatic overflow handling for <pre> fields.
...
This is a change in the default HTML style. Fields that
are too wide will not get a scroll bar.
2008-07-14 12:00:43 -07:00
Carsten Dominik
ba5621b2a8
Bug fix for table export.
...
No longer requires a heading above the table.
2008-07-14 11:55:47 -07:00
Carsten Dominik
523f8986e7
Bug fix for plain lists starting in first line of a buffer.
2008-07-14 11:23:57 -07:00
Carsten Dominik
223f37f07e
New option :index-style for publishing.
...
Patch from Manuel Hermenegildo.
2008-07-09 09:55:00 -07:00
Carsten Dominik
3c45a98032
Bug fix in org-publish, with index file names.
...
Patch from Sebastian Rose.
2008-07-08 18:38:13 -07:00
Carsten Dominik
869aa0d628
Use SHA1 hashes to encode file names in the timestamp directory.
...
This will cause all files to be publish again, once, to update
to the new structure.
2008-07-07 14:35:54 -07:00
Carsten Dominik
8c0dec35cf
Be verbose about files skipped by org-publish.
2008-07-05 08:27:29 -07:00
Carsten Dominik
7ac36c7e66
Fix bug with link normalization and link abbrev expansion.
2008-07-05 08:06:10 -07:00
Carsten Dominik
012cc447a3
Add ChangeLog entry.
2008-07-04 22:53:39 -07:00
Bastien Guerry
b68b57c99f
Small doc fixes from Emacs (Juanma Barranquero) and a bug fix in org-exp.el.
...
See <E1KE2Mh-0005EC-CF@cvs.savannah.gnu.org> in emacs-commit@:
* org.el (org-agenda-skip-unavailable-files):
* org-clock.el (org-clock-out-when-done): Doc fixes.
The bug affected the exportation of commented subtree: case cannot be
ignored when checking for the COMMENT cookie ("Comment" is a frequent
word in french, and has a completely different meaning.)
2008-07-04 04:09:00 +02:00
Carsten Dominik
9919ff82a0
Fix bugs in the BEGIN_VERSE environment.
...
This did not work at all - now it does.....
2008-07-02 15:14:12 -07:00
Carsten Dominik
3d59326fcf
Allow prefixes in include file statements.
2008-07-02 13:29:45 -07:00
Carsten Dominik
7becc742cd
Time comparisons for property searches.
2008-07-01 16:23:17 -07:00
Carsten Dominik
5f39979bbe
New variable to add to the default HTML style.
...
Instead of overwriting the default style, you can now simply add to it
using the variable `org-export-html-style-extra'.
2008-06-29 17:20:17 +02:00
Carsten Dominik
f02b4baab3
New option to turn off creator info.
2008-06-26 06:04:44 +02:00
Carsten Dominik
e1165fd8f3
Added org-export.el to experimental, fixed a few bugs.
2008-06-25 10:13:50 +02:00
Carsten Dominik
9b084b22f5
Allow omitting the "file:" prefix in some file links.
...
The file path must be absolute, or it must start with "./" or "../".
2008-06-24 08:37:50 +02:00
Carsten Dominik
ec5b77ccd2
Implement better handling of deadlines in iCalendar Export.
...
Deadlines in TODO entries are now used as DUE dates.
2008-06-23 09:08:08 +02:00
Carsten Dominik
e6b8a60432
Fix bug with "yesterday" in clocktables.
2008-06-23 05:46:33 +02:00
Carsten Dominik
0d6b79dea0
Include changes from downstream Emacs.
2008-06-20 14:11:50 +02:00
Carsten Dominik
f41be4b87d
Implement including archives into agenda.
...
trees that are marked with the ARCHIVE tag and even archive files
can now temporarily be included into an agenda view.
Press `v' in the agenda to get trees with ARCHIVE tags.
Press `C-u v' to get archive files included.
2008-06-20 00:20:12 +02:00
Carsten Dominik
a13bbf18c8
Fix bugs related to transporting whitespace with entries.
2008-06-18 18:33:05 +02:00
Carsten Dominik
672bfc4e49
Bug fix for next-allowed-value in column view.
2008-06-16 18:23:18 +02:00
Carsten Dominik
7416ed17aa
Make agenda log mode also show the end time of a CLOCK entry.
2008-06-16 17:49:53 +02:00
Carsten Dominik
0aa74caefc
Improve sitemap publishing with org-publish.
...
Patch from Sebastian Rose.
2008-06-16 17:23:03 +02:00
Carsten Dominik
be026ff5ad
Implement actions tied to cursor date in agenda.
2008-06-16 16:26:30 +02:00
Carsten Dominik
9db8450a90
Don't allow org-schedule/deadline to clobber repeaters.
2008-06-15 08:04:14 +02:00
Carsten Dominik
2003d83370
Use agenda/calendar date as default for remember templates.
...
This applies only when the remember process gets started in the
agenda or calendar buffer.
2008-06-15 07:07:41 +02:00
Carsten Dominik
a476426a73
Small bug fixes for inserting tabulators and for cursor positioning.
2008-06-15 06:43:21 +02:00
Carsten Dominik
aa57d06982
Fix bug with removing ical buffer too early.
...
The problem was that the function that did kill the buffer was called
inside the loop - it should really be called outside!
2008-06-13 10:39:37 +02:00
Carsten Dominik
058b918ad6
Cleaning up template code for remember.
...
You can now define templates that file to the beginning/end of the file,
as level 1 entries. Also some documentation issue are fixed now.
2008-06-13 10:22:09 +02:00
Carsten Dominik
b7502705a3
Make bbdb-abbiversary entries links to the BBDB database entry.
...
The links can be accessed with C-c C-o. If there are several links,
a prefix arg can be used to select one.
2008-06-12 15:09:03 +02:00
Carsten Dominik
097782f7e6
Fixed bug in the clock-in implementation fro the agenda.
...
This bug was reported by Raimar Finken.
2008-06-12 13:59:54 +02:00
Carsten Dominik
c16d17d0e6
Bug fixed.
2008-06-12 12:46:52 +02:00
Carsten Dominik
b8c3e861ae
Make sure the region in XEmacs stays when using Org's special
...
beginning-of-line and end-of-line commands.
2008-06-12 07:49:39 +02:00
Carsten Dominik
e3132e37b7
Completing the mapping API.
...
This is documented in the new appendix "Using the mapping API".
2008-06-11 23:27:22 +02:00
Carsten Dominik
f1d1cb8c2c
First shot at a mapping API.
...
Some details still need to be worked out.
2008-06-11 16:18:21 +02:00