1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-11-23 07:18:53 +00:00
Commit Graph

301 Commits

Author SHA1 Message Date
Carsten Dominik
24b32f199b Switch version number to 6.12trans 2008-11-17 07:58:11 +01:00
Carsten Dominik
f926b09e0d Allow using ido-completion all around Org.
If you set the variable `org-completion-use-ido' to t, and if you have
ido-mode turned on, most instanced of completion in Org-mode will use
ido-complete.

Thanks to Samuel Wales and Eric Schulte for patches to this effect.
2008-11-17 07:52:07 +01:00
Carsten Dominik
3b5007cd2b Release 6.12b. 2008-11-12 23:58:49 +01:00
Carsten Dominik
0000d4c477 Allow publishing to overwrite files.
This important patch makes sure that `copy-file' is allowed to
overwrite at the target location.

Patch by Sebastian Rose.
2008-11-12 23:57:45 +01:00
Carsten Dominik
b55ec41bc4 Release 6.12a
Because I forgot to push before I pressed the release button.....
2008-11-11 11:21:36 +01:00
Carsten Dominik
ed81800ccf Release 6.12 2008-11-11 11:03:17 +01:00
Carsten Dominik
1ffa6b76f5 Release 6.11c. 2008-11-09 08:20:00 +01:00
Carsten Dominik
eb4f62ae34 Release 6.11a. 2008-11-08 22:29:54 +01:00
Carsten Dominik
f6413e23ba More changes from downstream Emacs. 2008-11-08 22:28:11 +01:00
Carsten Dominik
83419fc6d8 Implement changes from downstream Emacs.
These are changes that where made in the Emacs CVS.
The change in org-publish is not final, it is still being
discussed - however, the current change should make it possible
to compile and run the code with the latest CVS version of Emacs.
2008-11-08 22:00:03 +01:00
Carsten Dominik
c708279809 Release 6.11 2008-11-08 16:43:48 +01:00
Carsten Dominik
2c0291287a Push version number to 6.11pre01.
We are moving toward the next release, please test!
2008-11-06 09:14:14 +01:00
Carsten Dominik
cceb998feb Fix return value of `org-publish-find-title'.
My previous patch to remove buffers created just for retrieving the
page title did mess up the return value of this function.  This has
now been fixed.
2008-11-03 13:52:16 +01:00
Carsten Dominik
cb1bbaf244 Don't keep buffers visited during index publishing.
The index generation of org-publish does briefly visit all files in
order to extract the correct page title.  Visiting is necessary,
because the title may be set by the first line in the buffer, by a
Before this patch, this would cause the generation of a large number
of buffers, one for each file mentioned in the index.  This patch
arranges for these buffers to be removed again.  However, buffers
which were already present will not be removed.

There is still one open problem:  The files to be published are
visited twice, one for publishing them, a second time for creating the
index.  Visiting causes some overhead, and we would like to limit this
overhead.  For now, however, this is not done.
2008-11-02 17:13:25 +01:00
Carsten Dominik
d1f91f7e93 Re-introduce the org-publish-validate-link function. 2008-11-02 16:20:40 +01:00
Carsten Dominik
33ea179f50 Stop linking to directories in sitemap. 2008-11-02 08:08:32 +01:00
Carsten Dominik
8c1e5c2d17 Improve XHTML validation. 2008-11-02 07:59:09 +01:00
Carsten Dominik
8c022e1b72 Fix lockfile/symlink problem in org-publish.
Richard Riley and Sebastian Rose hunted down this bug.
2008-10-27 07:44:12 +01:00
Carsten Dominik
0df8bfb77c Fix site-map directory bug.
Report and patch by Sebastian Rose.
2008-10-26 07:45:13 +01:00
Carsten Dominik
523cf1fe31 Release 6.10c. 2008-10-25 12:56:42 +02:00
Carsten Dominik
3794f574e2 Release 6.10b. 2008-10-25 12:54:49 +02:00
Carsten Dominik
88d4405e86 Release 6.10a. 2008-10-24 23:16:42 +02:00
Carsten Dominik
794839f1da Release 6.10. 2008-10-23 09:19:43 +02:00
Carsten Dominik
b7db897e6d Moving toward the 6.10 release. 2008-10-22 09:57:42 +02:00
Carsten Dominik
5f432e324c Fix parenthesis bug. 2008-10-21 20:15:09 +02:00
Carsten Dominik
e630e2c559 Fix bug. 2008-10-21 18:57:03 +02:00
Carsten Dominik
337d2f2762 Fix a giant, horrible bug in org-publish.
When publishing, org was more or less trying to export random files.
2008-10-21 18:21:52 +02:00
Carsten Dominik
666d64ba82 Include changes from downstream Emacs. 2008-10-19 20:55:36 +02:00
Carsten Dominik
c9c61151a1 Autoload the org-publish-project alias. 2008-10-17 07:23:26 +02:00
Carsten Dominik
52fa7f817b Add commands to export to PDF.
This works by creating LaTeX first, and then processing it.
2008-10-15 17:21:52 +02:00
Carsten Dominik
4574d894ce Release 6.09a. 2008-10-12 07:36:18 +02:00
Carsten Dominik
5ebc1a7982 Release 6.09. 2008-10-09 13:18:25 +02:00
Carsten Dominik
57e912c275 Push version number to 6.09pre01. 2008-10-07 15:45:58 +02:00
Carsten Dominik
4c55b885d5 Documentation fixes. 2008-10-05 12:57:01 +02:00
Carsten Dominik
e195a3ee4b Release 6.08a. 2008-10-05 08:31:54 +02:00
Carsten Dominik
c0292f955e Release 6.08. 2008-10-05 08:27:53 +02:00
Carsten Dominik
feab6c1348 Change version number to 6.08-pre01 2008-09-21 08:34:23 +02:00
Carsten Dominik
a8b3081610 Release 6.07b. 2008-09-21 08:26:30 +02:00
Carsten Dominik
b777e88fd6 Release 6.07a. 2008-09-19 16:19:32 +02:00
Carsten Dominik
194faab2b6 Bumping up the version number to 6.07. 2008-09-19 08:25:13 +02:00
Carsten Dominik
0e41007840 Remove the version requirement, this is part of Org. 2008-09-18 17:34:39 +02:00
Carsten Dominik
1b23a3fd20 Get rid of some compiler messages by fixing bugs and definitions. 2008-09-17 13:55:59 +02:00
Carsten Dominik
47aea69a79 Allow project components to have components. 2008-09-17 13:32:32 +02:00
Carsten Dominik
4aa23cfb0c Bug fix. 2008-09-07 18:30:50 +02:00
Carsten Dominik
3cbdda0e07 Do not remove existing buffers during publishing.
Also, do not set a major mode for a buffer that will be killed anyway.
2008-09-07 12:24:47 +02:00
Carsten Dominik
2c26217b88 Release 6.06b. 2008-07-25 14:58:41 -07:00
Carsten Dominik
c258c33780 Fix typo. 2008-07-25 14:18:54 -07:00
Carsten Dominik
6de2032ff7 Fix typo. 2008-07-25 14:17:35 -07:00
Carsten Dominik
d2697cf11e Fix bug with recursive publishing and the publishing directory.
This one has haunted us for a long time......
2008-07-25 14:04:26 -07:00
Carsten Dominik
177e154e6c Release 6.06a. 2008-07-24 06:42:03 -07:00
Carsten Dominik
14ffcc8b9a Release 6.06. 2008-07-24 06:26:02 -07:00
Carsten Dominik
223f37f07e New option :index-style for publishing.
Patch from Manuel Hermenegildo.
2008-07-09 09:55:00 -07:00
Carsten Dominik
3c45a98032 Bug fix in org-publish, with index file names.
Patch from Sebastian Rose.
2008-07-08 18:38:13 -07:00
Carsten Dominik
1f7cf667c9 Fix typo in function call in org-publish.
Patch by Bernt Hansen.
2008-07-08 06:38:38 -07:00
Carsten Dominik
869aa0d628 Use SHA1 hashes to encode file names in the timestamp directory.
This will cause all files to be publish again, once, to update
to the new structure.
2008-07-07 14:35:54 -07:00
Carsten Dominik
8c0dec35cf Be verbose about files skipped by org-publish. 2008-07-05 08:27:29 -07:00
Carsten Dominik
ed98782f9d Fix bug with non-existing timestamp directory.
Patch from Dan Davison.
2008-07-04 22:51:21 -07:00
Carsten Dominik
b5ed7fca04 Version number bumped to 6.06pre01. 2008-07-02 13:34:26 -07:00
Carsten Dominik
21499409c3 Release 6.05b. 2008-06-20 00:21:15 +02:00
Carsten Dominik
2a8f099e7e Release 6.05a. 2008-06-17 17:06:16 +02:00
Carsten Dominik
29677fc7af Including changes from downstream Emacs CVS. 2008-06-17 17:05:23 +02:00
Carsten Dominik
e1c22570b7 Version number 6.05, this will be released soon. 2008-06-16 17:51:04 +02:00
Carsten Dominik
0aa74caefc Improve sitemap publishing with org-publish.
Patch from Sebastian Rose.
2008-06-16 17:23:03 +02:00
Carsten Dominik
e8202bf861 Version number 6.05pre01, with a detailed list of changes.
Yes, the 6.05 release is just around the corner.
2008-06-15 09:44:21 +02:00
Carsten Dominik
a56d512036 Fix compilation problems in org-publish.el. 2008-06-15 08:50:10 +02:00
Carsten Dominik
15ff91c3e4 Small fixes and extensions for org-publish. 2008-06-15 08:03:45 +02:00
Carsten Dominik
c9ea8bc470 Release 6.04c. 2008-05-27 08:09:31 +02:00
Carsten Dominik
174cc21d08 Bug fix for removal of comments during export. 2008-05-25 16:15:25 +02:00
Carsten Dominik
3b2b3556b7 Use C-c ' to exit source code editing. 2008-05-25 14:54:53 +02:00
Carsten Dominik
0950127491 Release 6.04. 2008-05-25 09:08:46 +02:00
Carsten Dominik
9bd2896c94 Version number to 6.04pre01
We are preparing for another release.....
2008-05-24 22:35:23 +02:00
Carsten Dominik
9dbaf463d8 Handle :index-title property during publishing.
Patch from Manuel Hermenegildo.
2008-05-24 21:54:37 +02:00
Carsten Dominik
155213dc11 Create publishing directory if it does not yet exist.
Patch from Sebastian Rose.
2008-05-16 16:01:31 +02:00
Carsten Dominik
b4159c5017 Release 6.03. 2008-05-15 04:40:55 +02:00
Carsten Dominik
4b8f738e62 Version number pumped to 6.03pre03 2008-05-14 10:32:24 +02:00
Bastien Guerry
f91d59c1ad Applied Juanma Barranquero minor typos fixes from emacs-commits.
See <E1Ju8Wc-0008Qb-TG@cvs.savannah.gnu.org> on emacs-diffs@gnu.org.
Here is the complete ChangeLog entry:

2008-05-08  Juanma Barranquero  <lekktu@gmail.com>

	* org/org.el (org-modules, org-format-latex-options):
	* org/org-archive.el (org-archive-stamp-time)
	(org-archive-save-context-info):
	* org/org-faces.el (org-hide):
	* org/org-irc.el (org-irc-parse-link):
	* org/org-macs.el (org-call-with-arg, org-autoload):
	* org/org-mew.el (org-mew-store-link):
	* org/org-remember.el (org-remember-store-without-prompt)
	(org-remember-templates): Fix typos in docstrings.

	* org/org-info.el (org-info-store-link): Remove leftover docstring.

	* org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
	(org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
	(org-bbdb-anniv-split): Fix typos in docstrings.

	* org/org-publish.el (org-publish-project-alist): Doc fixes.
	(org-publish-use-timestamps-flag): Reflow docstring.
	(org-publish-files-alist): Fix typos in docstring.
2008-05-09 06:08:45 +02:00
Carsten Dominik
66f801cbff Version number change to 6.03pre01.
Yes, we are moving to the 6.03 release.
2008-05-08 17:17:58 +02:00
Carsten Dominik
fe5c248122 Sync copyright fixes from downstream Emacs 2008-05-06 14:47:44 +02:00
Carsten Dominik
15db65ad72 Arch-tag lines and declaration fixes from upstream Emacs. 2008-04-29 07:15:41 +02:00
Carsten Dominik
49799dd08e Release 6.02b. 2008-04-27 07:43:19 +02:00
Carsten Dominik
0082c0c129 Release 6.02a 2008-04-25 15:45:35 +02:00
Carsten Dominik
2ea352b4cf Release 6.02. 2008-04-24 10:29:47 +02:00
Carsten Dominik
739edc7849 6.02pre06, now for real! 2008-04-23 10:20:43 +02:00
Carsten Dominik
55235195fe Version number increase to 6.02pre-06. 2008-04-23 08:44:39 +02:00
Carsten Dominik
383774f360 New version number. 2008-04-20 18:18:51 +02:00
Carsten Dominik
3798fbb8f5 New version number, effort estimates work now. 2008-04-18 18:03:08 +02:00
Carsten Dominik
1a2d615023 6.02pre02, with an implementation of summaries in agenda columns. 2008-04-15 11:05:39 +02:00
Carsten Dominik
7e4a730ac7 Release 6.01c 2008-04-15 08:51:09 +02:00
Carsten Dominik
b63bd61796 release 6.01b 2008-04-14 21:31:16 +02:00
Carsten Dominik
9068f7c1c6 Version number set to 6.01a, release 6.01a. 2008-04-14 20:00:38 +02:00
Carsten Dominik
62db67e9eb Correct dependencies in the Makefile.
Also a new variable and better implementation around export
processing in the background.
2008-04-14 14:59:37 +02:00
Carsten Dominik
d237e3dd0a Version number set to 6.01, this will be the release. 2008-04-14 07:52:18 +02:00
Carsten Dominik
80a93d5d1b Version number bump, 6.00pre-6 2008-04-13 22:17:29 +02:00
Carsten Dominik
b7628661b1 Version number change to 6.00pre-5 2008-04-10 08:37:43 +02:00
Carsten Dominik
15534acef0 Implemented new archiving mechanism: The Attic Sibling.
Archiving to the attic sibling means to move the entry to
become a child of a sibling with heading "Attic", that is also
marked with the ARCHIVE tag.
2008-04-08 12:29:28 +02:00
Carsten Dominik
417d3e5303 Version number bump to 6.00pre-3 2008-04-07 08:35:14 +02:00
Carsten Dominik
cff6e9af30 Version number bump. 2008-04-01 22:13:46 +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
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