Commit graph

723 commits

Author SHA1 Message Date
Philip Rooke 53c0c9b711 Fixes to standardise references to prefix arguments. 2008-04-01 15:59:35 +02:00
Philip Rooke a236f51551 Fixes to try and standardise on case of TODO keywords. 2008-04-01 15:59:35 +02:00
Philip Rooke 87637feeda Fix some doc issues highlighted by a spell check. 2008-04-01 15:59:35 +02:00
Philip Rooke 9526703987 Track support files useful in checking Org documentation.
I have found it handy to track these, they represent standards in some
way.  The other aspell files change too randomly and often to bother
tracking so they are just ignored.
2008-04-01 15:59:35 +02:00
Carsten Dominik 963ede8307 Removed support for tables in Org-mode, as part of de-scoping operation.
Fools!
2008-04-01 09:26:25 +02:00
Carsten Dominik 503ce14912 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Conflicts:

	ChangeLog
2008-04-01 09:24:46 +02:00
Carsten Dominik 1aec2e86a5 Enhancement for the clocktable.
The clocktable can now more easily select the correct time range
that should be considered when summing times.  S-right and S-left
in the "#+BEGIN: clocktable" line allow to shift the time block around.

Also some code-cleanup.
2008-04-01 08:59:52 +02:00
Bastien Guerry ff7c35f344 Added a link to the git repo in the main webpage. 2008-03-31 13:33:38 +02:00
Bastien Guerry 23b21bc3ac Bug fix in `org-publish-get-base-files-1' (again)
Honor the :base-extension regexp.
2008-03-31 13:29:49 +02:00
Bastien Guerry 363630a471 Bug fixes for org-publish.el.
`org-publish-get-base-files-1': get the proper list of files when
recursing thru a directory.

`org-publish-get-base-files: use the :exclude property to skip both
files and directories.  This might be refined when the semantic of
publishing options gets simpler, but do this for now.

`org-publish-project': removed third arg of defalias to avoid
compatibility issue for Emacs 22.1.
2008-03-31 13:11:17 +02:00
Bastien Guerry 5bd9f24339 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-03-31 13:10:14 +02:00
Carsten Dominik a0be0664e2 Preparing a new release setup.
This required changing the Makefile.
I also added a new program set-version.pl that can be used
to synchronize the version number in all core files of the
distribution, along with the web files.
2008-03-31 12:59:00 +02:00
Bastien Guerry 85bb2a8101 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-03-31 12:40:41 +02:00
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