Carsten Dominik
5515c6e245
Small bug fixes.
2008-03-30 20:33:07 +02:00
Bastien Guerry
85820fa34f
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-03-29 17:36:49 +01:00
Carsten Dominik
828352a550
Remove dependence on cl-extra.
2008-03-29 00:01:48 +01:00
Carsten Dominik
9a44493492
Fixed bug related to repeating time stamps.
...
There was a problem that due dates in the past would not be advanced
property (reported by Wanrong Lin)
2008-03-28 19:52:42 +01:00
Carsten Dominik
2b3fe71634
New function to take a note, just like state changes do, but now on demand.
...
This function is on `C-c C-z' in an org-mode buffer, and
also on `z' in the agenda.
Also some other small fixes.
2008-03-28 15:42:31 +01:00
Carsten Dominik
89a8d37c20
Fix some autoload problems.
2008-03-28 11:38:31 +01:00
Bastien Guerry
302820bed1
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-03-28 10:50:35 +01:00
Carsten Dominik
3885aa55d5
Pushed version number to 6.00pre-1
2008-03-28 10:26:54 +01:00
Carsten Dominik
fe939ecb95
Split out a number of files from org.el, and reorganize the
...
structure of the git repository, using new subdirectories
for Lisp and Documentation files.
2008-03-28 09:57:14 +01:00
Bastien Guerry
4905318fb4
Deleted ORGWEBPAGE/.DS_Store
2008-03-24 23:11:28 +01:00
Bastien Guerry
e16c143089
Doc fixes by Philip Rooke <phil@yax.org.uk>
...
A number of small changes. Mainly they are to pacify
'checkdoc-ispell' (if it seems appropriate) and to standardise the
names of the packages you can link to from within Org-mode. I am
using the package names as spelt or abbreviated in their own
documentation (if I have been able to find it easily). Thus, for
example, prefer MH-E over MHE, Rmail over RMAIL etc.
2008-03-21 17:10:23 +01:00
Carsten Dominik
f2ab617d2a
Reserve 10 chars for weekday name in agenda.
...
This to accommodate German locale.
2008-03-21 15:36:56 +01:00
Carsten Dominik
37b3e9cae2
Selective tag inheritance.
...
Tags can now be selected for inheritance by using a list or a regular
expression.
Also for property inheritance, we now allow a regular
expression (list selection existed before).
The property API can now retrieve the value of a property
with inheritance based on the value of
`org-use-property-inheritance'. Earlier this value was ignored
when querying an entry. It still is ignored by default, but by
passing `selective' as the INHERIT flag, it can now be used.
2008-03-21 10:34:43 +01:00
Carsten Dominik
99b9b746d8
Interpret relative file names in remember templates.
...
Relative file names will now be interpreted relative to the directory
given by the variable `org-directory'.
2008-03-20 13:36:22 +01:00
Carsten Dominik
bd94f3af35
Implemented modifications from Tokuya Kameshima.
2008-03-20 10:53:29 +01:00
Carsten Dominik
1ef8e3ea1d
Clean up compiler messages.
2008-03-20 10:49:22 +01:00
Carsten Dominik
4916600ca6
Reduce the cluttering in the agenda display due to ISO weeks.
2008-03-20 10:35:28 +01:00
Carsten Dominik
e2eba8640f
Bug fixes for iso weeks.
2008-03-20 10:06:52 +01:00
Carsten Dominik
b114603957
Merge branch 'implement-iso-week'
...
Conflicts:
ChangeLog
org.el
2008-03-20 08:45:29 +01:00
Carsten Dominik
16e15ecd82
ISO weeks date support, and fast agenda jumping.
...
ISO week dates can now be entered at the date prompt.
The ISO week of each day is displayed in the agenda.
New jumping commands like `43 w' quickly switch the agenda
to a certain week.
2008-03-20 08:42:41 +01:00
Bastien Guerry
1df123fc68
Fixing typos in docstrings.
...
Applying Juanma Barranquero patch as of today:
emacs-diffs: <E1JbxHZ-0004QT-4z@cvs.savannah.gnu.org>
2008-03-19 14:44:23 +00:00
Bastien Guerry
07ced08308
Bug fix: don't trow an error while trying to complete keywords.
...
When using `org-complete' on keywords like #+TBLFM, a second call to
`org-complete' would throw an error with no helpful message. It now
fails silently.
I also moved #+DATE to the list of options, since the user might expect
that using `org-complete' twice on it will insert the default date.
Other changes: removed (current-time) from (format-time-string ...)
sexp since it is not necessary. As far as I checked, there is no
compatibility issue with this.
2008-03-19 01:35:04 +00:00
Carsten Dominik
ee330492da
Removed derived html files.
2008-03-18 15:24:22 +01:00
Carsten Dominik
ef7472779f
Bug fix with starting clock at end of buffer.
...
There was a problem that in this case the first CLOCK time stamp
is entered in the headline. Reported by Sebastian Rose.
2008-03-18 15:15:21 +01:00
Carsten Dominik
9b661ddca2
Use `org-scheduled-past-days'.
...
This variable was defined but not used, now it is.
2008-03-17 14:30:26 +01:00
Carsten Dominik
16bc9499a6
Make sure the link-storing function returns non-nil.
2008-03-15 21:34:06 +01:00
Carsten Dominik
562ee5051a
Try bugfix linking mhe
2008-03-15 19:23:07 +01:00
Carsten Dominik
430adefb49
Merge branch 'split-out-linking-code'
...
Conflicts:
ChangeLog
2008-03-15 09:18:47 +01:00
Carsten Dominik
43eee81b3a
Moved most of the linking code to separate files.
...
This files are stil all loaded automatically, but the user can turn
individual files off. Also, this makes maintaining the link
stuff easier, because everything related to a specific link type
is in one place.
2008-03-15 08:33:31 +01:00
Bastien Guerry
96e02e3312
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-03-14 12:43:25 +00:00
Bastien Guerry
103af6eddd
Don't require dired-aux in org-publish.el.
...
Requiring dired-aux broke compatibility with XEmacs.
Also cleaned the code in `org-publish-get-base-files'
to truly check files recursively.
2008-03-14 12:39:24 +00:00
Carsten Dominik
666448ddf3
Avoid Compiler message for org-modules.
2008-03-14 12:51:28 +01:00
Bastien Guerry
4adfc68e86
Applied Glenn Morris patches.
...
* org-publish.el (declare-function): Add compatibility stub.
(org-publish-delete-dups): Declare as function.
* org-mac-message.el Fix commentary.
* org-irc.el (top-level): CL not required when compiling.
(org-irc-visit-erc): Replace runtime CL functions.
See Glenn's messages on emacs-diffs:
<E1JZzkn-0002a9-BB@cvs.savannah.gnu.org>
<E1JZzlJ-0002bN-Ir@cvs.savannah.gnu.org>
<E1JZzmU-0002cw-1x@cvs.savannah.gnu.org>
2008-03-14 10:41:54 +00:00
Bastien Guerry
e3d9b60fb2
Added arch-tag to org-irc.el and org-mac-message.el.
...
See Miles Bader messages on emacs-diffs list:
<E1Ja6oD-0000ue-K1@cvs.savannah.gnu.org>
<E1Ja6oD-0000ui-Pu@cvs.savannah.gnu.org>
2008-03-14 10:37:35 +00:00
Carsten Dominik
f04fcf20a6
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-03-14 10:23:06 +01:00
Carsten Dominik
0d3033e7e2
Merge branch 'improve-search-view'
...
Conflicts:
ChangeLog
ORGWEBPAGE/Changes.org
2008-03-14 09:47:49 +01:00
Carsten Dominik
5c339a3c14
Implemented a module loading system.
...
This system works by configuring a variable that contains a list of
all available modules. These will automatically be loaded when the
first buffer is turned into org-mode, or when a global command
is run that needs org-mode code available (such are
org-store-link.
2008-03-14 09:45:26 +01:00
Carsten Dominik
469caa5ff6
Implement TODO-only search and bettwe ord boundaries.
2008-03-14 08:10:39 +01:00
Phil Jackson
f49ef5d726
Typo fix in dir2org header.
2008-03-13 15:34:03 +00:00
Phil Jackson
4d589476db
Increment version number.
2008-03-13 14:50:08 +00:00
Phil Jackson
045a60fb3e
More resilience within port handling.
2008-03-13 14:47:10 +00:00
Carsten Dominik
0b1207b43c
Protect the require 'org-irc calls until we have something better.
2008-03-13 12:59:20 +01:00
Carsten Dominik
eaa5446e6b
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-03-13 12:00:18 +01:00
Carsten Dominik
7eec8794f6
Fix minor issues after release 5.23.
...
In particular, this implements default dates for deadlines and
scheduled items, taken from previously existing deadline/scheduled
timestamps in the same entry.
Also we fix two minor bugs.
2008-03-13 12:00:08 +01:00
Phil Jackson
2ae846585f
Merge branch 'master' of ssh://repo.or.cz/srv/git/org-mode
2008-03-13 10:39:25 +00:00
Phil Jackson
f979ef3547
Fixed bugs reported by Hugo Schmitt with regards to a stringified port number.
2008-03-13 10:36:02 +00:00
Carsten Dominik
3a0fe20e92
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
...
Conflicts:
ChangeLog
2008-03-13 11:21:51 +01:00
Carsten Dominik
189f5a6ded
Merge branch 'structure-for-sebastian'
2008-03-13 11:19:37 +01:00
Bastien Guerry
e14cb99936
Bugfixes: really kill org and export buffers.
...
Also add a new variable `org-publish-initial-buffer' to prevent the
initial buffer from being deleted when it is exporter.
2008-03-11 11:48:17 +00:00
Carsten Dominik
d357e9d3ac
Update version numbers.
2008-03-10 22:53:59 +01:00