Jason Dunsmore
e703ea9823
`org-export-htmlize-output-type' docstring patch
...
I noticed the choices for org-export-htmlize-output-type aren't listed
in its docstring. I had to load up the customize interface to see what
the choices were.
2011-01-08 19:00:44 +01:00
niels giesen
9f8b10413c
Fix table export to docbook when field contains a backslash
...
* lisp/org-docbook.el (org-export-docbook-finalize-table): Do literal
replacements.
2011-01-08 18:53:30 +01:00
Bastien Guerry
840873e475
Update contrib/scripts/ditaa.jar to ditaa v0.9 of 2009-11-24
...
This was suggested by Vladimir Alexiev <vladimir@sirma.bg>.
2011-01-08 10:07:27 +01:00
Eric Schulte
8674006516
ob: Uses org-src-lang-modes to resolve language names for evaluation.
...
* lisp/ob.el (org-babel-execute-src-block): Uses org-src-lang-modes to
resolve language names for evaluation.
2011-01-07 11:41:15 -07:00
Carsten Dominik
bd11460542
Make file and path accessible in capture templates
...
* lisp/org-capture.el (org-capture-templates): Add %f and %F escapes
(org-capture): Add more information to capture property list
(org-capture-fill-template): Handle %f and %F escapes
2011-01-07 15:28:57 +01:00
David Maus
252d244466
Document style-include-scripts publishing project property
...
* doc/org.texi (Publishing options): Document style-include-scripts
publishing project property.
2011-01-06 20:52:54 +01:00
David Maus
b4979a86ca
Use mtime of symlink target
...
* lisp/org-publish.el (org-publish-cache-ctime-of-src): Use mtime of
symlink target.
2011-01-06 20:25:00 +01:00
Bastien Guerry
d7f5ac061c
ORGWEBPAGES/index.org: fix typo (s/Euro/USD) about Network Theory donations.
2011-01-06 18:23:19 +01:00
Carsten Dominik
dd23461349
Implement next-error and previous-error functionality for sparse trees
...
* lisp/org.el (org-occur-next-match): New function.
(org-mode): Set the variable `next-error-function'.
(org-highlight-new-match): Add an `org-type' property to the overlays.
* doc/org.texi (Sparse trees): Document the next-error / previous-error
functionality.
After a sparse tree construction, `M-g n' and `M-g p' will now jump to
the location of matches.
2011-01-06 12:36:22 +01:00
Carsten Dominik
08755d7aa9
Fix regexp in export engine
2011-01-05 17:53:41 +01:00
Eric Schulte
ec97a121e5
don't require calc-trail when on xemacs, Thanks to Michael Sperber
...
* lisp/ob-calc.el: No longer require `calc-trail' on XEmacs
2011-01-05 09:37:12 -07:00
Tom Dye
c3cd82d577
Improved documentation of code block caches
...
* doc/org.texi (cache): Improved documentation of code block caches.
2011-01-05 09:17:44 -07:00
Tom Dye
c867ce2c02
Documentation of multi-line header arguments.
...
* doc/org.texi (Code block specific header arguments): Documentation
of multi-line header arguments.
2011-01-05 09:09:29 -07:00
Bastien Guerry
de39bf05be
org.texi: use message-mode instead of mail-mode in examples.
...
Message-mode is the default mode for composing emails in Emacs
since 2009-07-14. See Stefan's message in Emacs lisp/ChangeLog:
2009-07-14 Stefan Monnier <monnier@iro.umontreal.ca>
* simple.el (mail-user-agent): Default to the upwardly-UI-compatible
and more featureful message-mode.
2011-01-04 17:48:35 +01:00
Bastien Guerry
8d879c3870
org-html.el: add a space before attributes in org-html-make-link.
2011-01-04 17:24:47 +01:00
Bastien Guerry
a39c35fcd9
org-exp.el: Inhibit read-only when grabbing the title from a subtree.
...
Eric S. Fraga found this problem while trying to export a subtree from
a read-only file.
2011-01-04 17:03:14 +01:00
Bastien Guerry
e246133d75
org-taskjuggler.el: fix a small typo.
2011-01-04 16:25:48 +01:00
Bastien Guerry
ed824d4e46
org.el: don't try to remove space in comma-separated tags.
...
No space is allowed in the prompt, trying to remove them is
confusing when reading the code.
2011-01-04 16:15:33 +01:00
Bastien Guerry
881b73bd77
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2011-01-04 16:10:51 +01:00
Carsten Dominik
8dfd845c7f
Add contrib package org-eshell.el
...
* contrib/lisp/org-eshell.el: New file
* lisp/org.el (org-modules): Add `org-eshell'.
2011-01-04 16:06:09 +01:00
Bastien Guerry
591db35943
org.el: document optional argument for org-global-tags-completion-table
2011-01-04 15:19:23 +01:00
Bastien Guerry
c66d94fe18
org.texi: mention the ability to add several tags thru C-c C-q TAB.
...
C-c C-q TAB now accepts several tags when separated by a comma.
2011-01-04 15:17:50 +01:00
Bastien Guerry
2e22a020b3
Mention that manuals listed on the website come from dev version.
...
Also point to a directory with the latest released versions of the
manuals, currently http://orgmode.org/manual/release_7.4/
2011-01-04 10:31:38 +01:00
Bastien Guerry
647bcc0514
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2011-01-04 10:04:20 +01:00
Bastien Guerry
b981e04c8e
Changes.org: be more accurate about msosql engine under Windows.
2011-01-04 10:03:52 +01:00
Carsten Dominik
00b59ec005
Add some additional stuff needed after moving org-special-blocks.el
...
* Makefile (LISPF): Add org-special-blocks to the list of Lisp files
* lisp/org-special-blocks.el (htmlp):
(latexp):
(line): Add defvars for dynamically scoped variables.
* lisp/org.el (org-modules): Move org-special-blocks into
the core modules section.
2011-01-03 22:08:10 +01:00
Bastien Guerry
57144fea1e
Move org-special-blocks.el from contrib/lisp/ to lisp/
...
Carsten received the completed assignment of Chris Grays,
org-special-blocks.el author's.
2011-01-03 20:17:14 +01:00
Bastien Guerry
aa157b5cb8
org.texi: Remove wrong quotes in lisp example.
...
This was spotted by Steve Hafner.
2011-01-03 19:44:07 +01:00
Bastien Guerry
dfe713d08a
org.texi: update links to http://orgmode.org (php->html).
2011-01-03 19:33:28 +01:00
Carsten Dominik
a6255a6ab7
Remove duplicate definition of `org-plist-delete'
...
* org.el (org-plist-delete): Remove duplicate definition.
Patch by Julien Danjou.
2011-01-03 13:21:15 +01:00
Bernt Hansen
8dc6733a2a
Display invisible entry text at point when visiting a task from the agenda
...
* lisp/org-agenda.el (org-agenda-goto): Display invisible entry text
* lisp/org-agenda.el (org-agenda-switch-to): Display invisible entry text
Visiting clock lines with RET or TAB in the agenda can put point on a
folded clock drawer. This means you are editing invisible/hidden text
inside the task entry. Now when moving to invisible regions show the
entry so point is always visible.
2011-01-03 13:16:43 +01:00
Carsten Dominik
ca733df0d4
Move the category property refresh to org-get-category where possible
...
* lisp/org.el (org-get-category): New optional argument FORCE-REFRESH.
Automatically refresh if the property is not there.
(org-entry-properties): Remove refresh - this is now done in
org-get-category.
* lisp/org-clock.el (org-clock-insert-selection-line): Let `org-get-category'
do the property refresh.
* lisp/org-archive.el (org-archive-subtree): Force a refresh of
category properties.
Based on a patch by Julien Danjou.
2011-01-03 13:12:42 +01:00
Carsten Dominik
088a9ae0ca
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
2011-01-03 12:36:42 +01:00
Carsten Dominik
5de5fa3eb2
Fix some typos and minor issues
2011-01-03 12:09:15 +01:00
Bastien Guerry
3b64063468
index.org: use US localization for the paypal donation page.
2011-01-03 11:10:59 +01:00
Carsten Dominik
90122ad888
Fix indentation problem
2011-01-03 10:39:50 +01:00
Bastien Guerry
f4a6ef5449
index.org: Use paypal button instead of "Make a donation" text.
2011-01-03 10:16:38 +01:00
Bastien Guerry
df7db40794
Changes.org: fix s/√©/é.
2011-01-02 19:56:07 +01:00
Bastien Guerry
d5476255b8
Revert "Update the link to the org-remember.pdf chapter."
...
This reverts commit 911f5cffd0
.
2011-01-02 17:39:01 +01:00
Bastien Guerry
fefc648e7b
Revert "Links to txt and pdf refcards are now absolute."
...
This reverts commit d2c6fe89b9
.
2011-01-02 17:38:47 +01:00
Bastien Guerry
911f5cffd0
Update the link to the org-remember.pdf chapter.
...
org-remember.pdf is now stored in http://orgmode.org/manual/ ,
with other manuals.
2011-01-02 17:35:16 +01:00
Bastien Guerry
d2c6fe89b9
Links to txt and pdf refcards are now absolute.
2011-01-02 17:32:36 +01:00
Bastien Guerry
a2acdd6cd3
Fix URL to the Emacs project.
...
Don't mention CVS, as Emacs developers now use bzr.
2011-01-02 02:13:47 +01:00
Bastien Guerry
529a6ebd0b
Replace Carsten's paypal button by Bastien's paypal button.
2011-01-01 16:50:05 +01:00
Eric Schulte
40264e9b75
org-mime: call 'org and 'ascii hooks appropriately
...
patch by Niels Giesen
* contrib/lisp/org-mime.el (org-mime-compose):
2010-12-27 20:57:41 -07:00
Eric Schulte
ad6c199ccc
ob-mime: one-to-one mapping between output formats and hooks.
...
Suggested by Niels Giesen.
* contrib/lisp/org-mime.el (lambda): Removing the 'html-ascii hook as
each hook should be used for a single format.
(org-mime-compose): Making use of format specific hooks, and apply
each format hook individually to the body of each mime part as
appropriate.
2010-12-27 07:48:40 -07:00
Eric Schulte
a1eddb27fa
ob-lisp: adding to the Makefile for inclusion into products of the repository
...
* Makefile (LISPF): Adding to the Makefile for inclusion into products
of the repository.
2010-12-27 07:29:23 -07:00
John Wiegley
3922c2cbc1
Fixed the interval for day scattering
...
It was [0,LIM), now it's [1,LIM]
2010-12-27 03:34:40 -05:00
Carsten Dominik
55d664e6d3
Revert "Always return refreshed category"
...
This reverts commit f5bb1b7dbf
.
2010-12-24 17:32:22 +01:00
Dan Davison
a33a4003a1
Manual: edits to Working With Source Code chapter
...
- Clarify that switches and header arguments are optional
- Document `org-src-fontify-natively'
2010-12-24 11:40:08 +00:00