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
Bastien Guerry
7da7810202
Added the extra :content parameter for dblocks.
2008-03-10 09:26:39 +00:00
Carsten Dominik
f456b1d241
Bug fix.
2008-03-10 09:16:23 +01:00
Carsten Dominik
2d41066251
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2008-03-10 09:15:54 +01:00
Carsten Dominik
03d0652571
Bug fix.
2008-03-10 09:15:42 +01:00
Carsten Dominik
e66d6bccb8
Bug fix.
2008-03-10 09:14:47 +01:00
Carsten Dominik
f2f072f3b6
Make sure old customizations for `org-time-stamp-rounting-minutes' work.
2008-03-10 09:14:15 +01:00
Carsten Dominik
083570fa79
Make sure old customizations for `org-time-stamp-rounting-minutes' work.
2008-03-10 09:12:26 +01:00
Carsten Dominik
cb8c0e81a9
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
...
Conflicts:
ChangeLog
2008-03-09 15:31:47 +01:00
Carsten Dominik
64c68c6f6d
Mention iCalendar export in the release notes.
...
Changes.org is the file from which the release notes will be derived.
2008-03-09 15:30:28 +01:00
Carsten Dominik
cdb872efb9
Implement filtered iCalendar export.
...
This patch implements a way to limit the iCalendar export to
the entries listed in any agenda view. It is implemented as a way to
export an agenda view (using C-x C-w) in the agenda, but internally
it really is a limited iCalendar export.
2008-03-09 12:44:47 +01:00
Bastien Guerry
135d2ba17a
Applied Glenn Morris patch.
...
(list-diary-entries-hook): Declare for compiler.
(org-get-entries-from-diary): Require diary-lib.
Ref in the emacs-diffs mailing list:
<E1JXpsE-0008A3-19@cvs.savannah.gnu.org>
2008-03-08 09:31:47 +00:00
Bastien Guerry
eecb21506c
Removed a typo in `org-agenda-export-html-style'.
2008-03-07 18:05:52 +00:00
Bastien Guerry
269a43cef6
Applied Glenn Morris patch.
...
(org-agenda-sunrise-sunset): Require solar.
(calendar-longitude, calendar-latitude, calendar-location-name):
Declare for compiler.
Ref in the emacs-diffs mailing list:
<E1JXU4a-0005Fu-7f@cvs.savannah.gnu.org>
2008-03-07 12:58:33 +00:00
Carsten Dominik
34dfe919a5
Merge branch 'add-repeater-moves'
...
Conflicts:
ChangeLog
org.el
2008-03-07 13:10:02 +01:00