Bastien Guerry
b6cc5e606d
Bugfixes.
...
Moved (eval-after-load "org" '(org-load-default-extensions))
after the definition of org-load-default-extensions.
Bugfix in `org-agenda-schedule': don't display marker type when `nil'.
2008-03-04 23:48:54 +00:00
Carsten Dominik
ee8e5a3e0f
Store the parameters of the last org-occur calls.
...
Lennart Borgman asked for this, to have more information about
item visibility when exporting to freemind.
2008-03-04 20:25:59 +01:00
Bastien Guerry
71a582cc52
*** empty log message ***
2008-03-04 01:11:23 +00:00
Bastien Guerry
497dfe1093
*** empty log message ***
2008-03-03 23:56:37 +00:00
Carsten Dominik
e34824029d
Changing timestamps granularly.
2008-03-03 14:15:19 +01:00
Carsten Dominik
84ac2ccab5
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
...
Conflicts:
ChangeLog
2008-03-03 11:57:44 +01:00
Carsten Dominik
ea89f66796
Make C-c - and C-c * modify list and headline status.
2008-03-03 11:56:51 +01:00
Bastien Guerry
2222e5a249
Fix `org-load-default-extensions': don't throw an error.
2008-03-03 10:31:45 +00:00
Bastien Guerry
8ea076e2de
Updated org-publish.el (now version 1.81)
...
Updated the ChangeLog and the manual accordingly.
2008-03-03 10:01:36 +00:00
Bastien Guerry
bf09955fec
Bugfix for `org-archive-subtree'.
...
The bug was this: when inserting an entry at the end of an archive
buffer, the entry would get folded within the previous entry fold.
This prevented the entry to get the proper DONE keyword when required.
This change also kill the archive buffer after archiving.
2008-03-01 13:13:45 +00:00
Bastien Guerry
f247d16417
Added support for :maxlevel and :skip-empty-rows parameters to columnview dblock.
2008-03-01 09:58:17 +00:00
Bastien Guerry
1c623a92a1
Fixing missing variables and a small bug in org-irc.el.
2008-02-29 22:08:17 +00:00
Carsten Dominik
323747e9f8
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-02-29 22:31:01 +01:00
Carsten Dominik
10c45e76b5
Bug fix.
2008-02-29 22:30:43 +01:00
Bastien Guerry
7d899b888a
Kill buffers after HTML and LaTeX exports.
2008-02-29 21:30:04 +00:00
Bastien Guerry
28c27dbf56
Kill buffers after HTML and LaTeX export.
2008-02-29 21:20:20 +00:00
Carsten Dominik
13d84d1bdb
Bug fix, to remove nil face in face list.
...
Patch from Wanrong Lin.
2008-02-29 21:09:11 +01:00
Carsten Dominik
d0d632533d
Fix face problem with deadline warnings days set locally to zero.
...
Following a report by Bernt Hansen.
2008-02-29 20:45:21 +01:00
Carsten Dominik
c7c61deaf8
Merge branch 'search'
...
Conflicts:
ChangeLog
2008-02-29 14:54:18 +01:00
Carsten Dominik
4f7cb263f3
Implementing search view.
2008-02-29 14:49:06 +01:00
Carsten Dominik
1b44ef50bf
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-02-28 19:39:50 +01:00
Carsten Dominik
bf55bff920
Fixed bug in orgtbl menu.
...
This was reported by Volker Zell.
2008-02-28 19:39:24 +01:00
Bastien Guerry
1e77a00453
org.el (org-open-at-point): Deleted mismatching `catch' form.
2008-02-28 18:16:44 +00:00
Phil Jackson
2267d0cde6
Long IRC log entry descriptions are now elipsified.
2008-02-28 17:59:47 +00:00
Bastien Guerry
d0fafb8828
(org-mouse-1-follows-link): Use the value of `mouse-1-click-follows-link' by default.
2008-02-28 17:12:11 +00:00
Bastien Guerry
c6629c8f96
Fixed typo in org-activate-links.
2008-02-28 16:47:14 +00:00
Carsten Dominik
52ef021169
First implementation of the new search view.
2008-02-28 16:39:37 +01:00
Bastien Guerry
80172964d3
Added a ChangeLog entry for Glenn Morris change.
2008-02-28 08:49:08 +00:00
Carsten Dominik
678f39716a
Bug fixes and cleanup.
2008-02-28 08:26:22 +01:00
Bastien Guerry
b8105cf110
*** empty log message ***
2008-02-28 01:02:47 +00:00
Phil Jackson
3fbe1e698f
IRC link descriptions now much better/cleaner.
2008-02-27 22:23:19 +00:00
Carsten Dominik
c7b8cc8cb1
Another bug fix in org-publish, related to the FORCE argument.
2008-02-27 16:14:09 +01:00
Carsten Dominik
45e09a0862
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
...
Conflicts resolved in:
ChangeLog
org.el
2008-02-27 15:28:45 +01:00
Carsten Dominik
5c3a9cbea1
New variable `org-default-extensions' is regulating which extensions will be loaded.
...
Also: New file CONTRIB/lisp/org-id.el for global ids in entries.
2008-02-27 14:32:17 +01:00
Bastien Guerry
ea1af6f855
Reverted the changes about the use of `org-deadline-warning-days'
...
in `org-agenda-to-appt'.
2008-02-26 23:25:36 +00:00
Bastien Guerry
7c0d910bd8
Update `org-agenda-to-appt'.
...
Added `refresh' as the first argument for this function.
A value of `t' for the filter argument now means: prompt
the user for a regular expression and filter out entries
that don't match it.
Don't run `appt-check' inside `org-agenda-to-appt' since
appt-check might already find agenda appointments in the
diary file if it contains (org-diary ...).
Removed the declare-function for appt-check.
Cleaned up the ChangeLog for these changes.
2008-02-26 19:37:46 +00:00
Bastien Guerry
b6251cca8e
Updated the ChangeLog against latest changes.
2008-02-26 18:11:28 +00:00
Carsten Dominik
f228a9499b
Add org-id.el
...
Conflicts:
ChangeLog
2008-02-26 17:43:07 +01:00
Carsten Dominik
3beebdcaf5
Avoid deadline early warning in appointment reminders.
2008-02-26 17:11:35 +01:00
Carsten Dominik
24282ebf74
Fixed bug in org-publish.el, relating to org-publish-use-timestamp-flag.
2008-02-26 15:59:20 +01:00
Carsten Dominik
b1bd77a3af
Bug fix.
2008-02-26 05:51:08 +01:00
Carsten Dominik
b3c564bdd7
Cleanup and minor fixes.
2008-02-26 05:01:31 +01:00
Carsten Dominik
bde33fdb07
Make line splitting with M-RET configurable.
2008-02-22 12:01:03 +01:00
Phil Jackson
280c235062
Merge branch 'master' of ssh://repo.or.cz/srv/git/org-mode
...
Conflicts:
ChangeLog
2008-02-19 09:09:59 +00:00
Phil Jackson
ac45f89f8e
Docs for the new irc bits and integration with org.el.
2008-02-19 09:07:34 +00:00
Carsten Dominik
9dfd23276b
Solidify the new logging stuff.
2008-02-19 08:16:39 +01:00
Carsten Dominik
d17c85cab4
Create a function returning the link instead of inserting it.
2008-02-18 15:21:26 +01:00
Carsten Dominik
4bbd7784fb
New attempt to get the logging code right.
...
Please read the manual sections about progress logging again.
2008-02-17 17:00:04 +01:00
Carsten Dominik
cb56b6684e
Cleaning up the progress logging code.
...
New STARTUP option "logstate" for logging only time stamps.
New character "!" for per-keyword setting of this.
2008-02-15 11:01:52 +01:00
Carsten Dominik
25572be5d6
Bug fixes.
2008-02-13 14:12:29 +01:00