Commit graph

8443 commits

Author SHA1 Message Date
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
Bastien Guerry 1e1cc09504 Several bugfixes in org-publish.el
(org-publish-expand-components): Remove null projects from the list of
components.

(org-publish-attachment): Bugfix: handle the mandatory argument pub-dir.
Removed unused retrieval of the :publishing-directory property.

(org-publish-file): Bugfix: when using a relative directory as the
publishing directory, convert it to a directory filename.

(org-publish-project): New alias for `org-publish'
2008-03-10 21:46:41 +00:00
Phil Jackson dcb2264321 org-irc port number fix 2008-03-10 20:56:54 +00:00
Carsten Dominik dd68f4a445 Fixed bug with nil project. 2008-03-10 21:30:33 +01:00
Carsten Dominik d0efa83a8b Still more stuff to fix before release.
In particular, the mechanism to load org-irc.el does not work correctly,
so I am putting in a temporary fix to enable a release.
2008-03-10 20:02:57 +01:00
Carsten Dominik adf548f2ab Synchronize version number across files.
I am ignoring org-mac-message.el and org-irc.el for
the time being because they are still young.
2008-03-10 19:43:39 +01:00
Carsten Dominik d283edee48 Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode 2008-03-10 19:32:58 +01:00
Carsten Dominik 292baddb44 Last fixes before release. 2008-03-10 19:32:16 +01:00
Bastien Guerry 4d79c0d507 Offer to re-initialize the list of projects/files in org-publish-file.
To save time, we don't re-initialize the list of projects/files each
time a file is published.  But if people want to publish a file that
they just created, this file is not part of any project until the
list of project/files has been re-initialized.

If the file is not part of a project and should be, then the user
can tell so.
2008-03-10 18:04:07 +00:00
Carsten Dominik 578865ebdc Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Conflicts:

	ORGWEBPAGE/Changes.org
2008-03-10 18:02:45 +01:00
Carsten Dominik bab92717e5 Fixing minor quibbles prior to release. 2008-03-10 17:59:08 +01:00
Carsten Dominik 8d6dbe857b Better div structure in HTML output. 2008-03-10 16:39:58 +01:00
Bastien Guerry 8891396992 Fixed typo about missing @. 2008-03-10 15:18:27 +00:00
Bastien Guerry 9df93e8698 Bugfix in org-publish.el.
Throw an error when `org-publish-current-file' is called on a file that
is not part of any project.  Publishing a single file that is not part
of a project is already done by simply exporting it, so the user should
be warned about this.
2008-03-10 11:39:01 +00:00
Bastien Guerry 06fb98f1e2 Updated the documentation for the template pre-selection.
Also update the Changes.org file.
Cleaned the code in `org-select-remember-template'.
2008-03-10 10:13:39 +00:00
Bastien Guerry 559c25e34c Update the ChangeLog and Changes.org. 2008-03-10 09:47:02 +00:00
Bastien Guerry ba643e8903 Update the Changes.org. 2008-03-10 09:38:05 +00:00
Bastien Guerry 2c6dce973b Added hooks in org-publish.el.
There are now two hooks:
`org-publish-before-export-hook'
`org-publish-after-export-hook'.

`org-publish-org-to' deal with killing buffers (instead of
`org-publish-file')
2008-03-10 09:34:06 +00:00