org-mode/org-jambu.git
12 years agoRelease 6.34arelease_6.34a
Carsten Dominik [Tue, 12 Jan 2010 07:53:44 +0000 (12 08:53 +0100)]
Release 6.34a

12 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Tue, 12 Jan 2010 07:52:36 +0000 (12 08:52 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

12 years agoSome documentation fixes
Carsten Dominik [Tue, 12 Jan 2010 07:28:44 +0000 (12 08:28 +0100)]
Some documentation fixes

12 years agoFix typos
Carsten Dominik [Tue, 12 Jan 2010 06:54:58 +0000 (12 07:54 +0100)]
Fix typos

Reports by Manish

12 years agoFix bug when all tags are hidden in the agenda
Carsten Dominik [Mon, 11 Jan 2010 17:43:54 +0000 (11 18:43 +0100)]
Fix bug when all tags are hidden in the agenda

Patch by Stephan Schmitt, who writes:

> An error was thrown when all tags of a headline are hidden by
> org-agenda-hide-tags-regexp (in this case the function
> get-text-property got nil as third argument)

12 years agobabel: implement org-babel-load-session:* for R, clojure, gnuplot, python, ruby and sh
Eric Schulte [Mon, 11 Jan 2010 17:14:30 +0000 (11 10:14 -0700)]
babel: implement org-babel-load-session:* for R, clojure, gnuplot, python, ruby and sh

12 years agobabel: improve doc strings for org-babel-execute-buffer and org-babel-execute-subtree
Eric Schulte [Mon, 11 Jan 2010 15:47:29 +0000 (11 08:47 -0700)]
babel: improve doc strings for org-babel-execute-buffer and org-babel-execute-subtree

12 years agoFix broken link
Carsten Dominik [Mon, 11 Jan 2010 11:25:26 +0000 (11 12:25 +0100)]
Fix broken link

12 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Mon, 11 Jan 2010 04:31:54 +0000 (11 05:31 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

12 years agoFix broken link
Carsten Dominik [Mon, 11 Jan 2010 04:31:47 +0000 (11 05:31 +0100)]
Fix broken link

12 years agobabel: change exported source-block names to more closely mimic the WEB style
Eric Schulte [Sun, 10 Jan 2010 19:57:14 +0000 (10 12:57 -0700)]
babel: change exported source-block names to more closely mimic the WEB style

12 years agoFix NEWS on homepage
Carsten Dominik [Sun, 10 Jan 2010 10:05:54 +0000 (10 11:05 +0100)]
Fix NEWS on homepage

12 years agoRelease 6.34release_6.34
Carsten Dominik [Sun, 10 Jan 2010 10:00:18 +0000 (10 11:00 +0100)]
Release 6.34

12 years agoRelease 6.34
Carsten Dominik [Sun, 10 Jan 2010 09:57:53 +0000 (10 10:57 +0100)]
Release 6.34

12 years agoRelease 3.34
Carsten Dominik [Sun, 10 Jan 2010 09:54:12 +0000 (10 10:54 +0100)]
Release 3.34

12 years agoList of user-visible changes in 6.34
Carsten Dominik [Thu, 26 Nov 2009 11:25:44 +0000 (26 12:25 +0100)]
List of user-visible changes in 6.34

12 years agoDocument `org-property-allowed-value-functions'
Carsten Dominik [Sun, 10 Jan 2010 09:48:38 +0000 (10 10:48 +0100)]
Document `org-property-allowed-value-functions'

12 years agoFix \usepackage{inputenc} in LaTeX export
Carsten Dominik [Sun, 10 Jan 2010 09:18:27 +0000 (10 10:18 +0100)]
Fix \usepackage{inputenc} in LaTeX export

The option will now reflect the coding system of the file that was
created by exporting the buffer.

12 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Sun, 10 Jan 2010 07:34:43 +0000 (10 08:34 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

12 years agoNew way to export the enclosing subtree
Carsten Dominik [Sun, 10 Jan 2010 07:34:20 +0000 (10 08:34 +0100)]
New way to export the enclosing subtree

Press SPC after `C-c C-e' to export the enclosing subtree.  That
subtree is assumes to start at a node with LaTeX_CLASS or
EXPORT_FILE_NAME property.

12 years agoAdded support to name the slime-output-buffer (slime-repl) to the name of the respect...
Joel Boehland [Fri, 8 Jan 2010 04:57:02 +0000 (7 20:57 -0800)]
Added support to name the slime-output-buffer (slime-repl) to the name of the respective org-babel session

Signed-off-by: Joel Boehland <joel.boehland@evocomputing.com>
12 years agobabel: fixed bug where :exports was forced to "results" whenever :file was set
Eric Schulte [Sat, 9 Jan 2010 19:43:03 +0000 (9 12:43 -0700)]
babel: fixed bug where :exports was forced to "results" whenever :file was set

12 years agoFix bug with org-startup-indented when creating a clock report
Carsten Dominik [Sat, 9 Jan 2010 14:36:17 +0000 (9 15:36 +0100)]
Fix bug with org-startup-indented when creating a clock report

12 years agoorg-exp-generic.el: Fix bug with closing bodies
Carsten Dominik [Fri, 8 Jan 2010 16:34:44 +0000 (8 17:34 +0100)]
org-exp-generic.el: Fix bug with closing bodies

Reported by Christian Lasarczyk, patch by Wes Hardaker

12 years agoAdd \checkmark as a valid symbol
Carsten Dominik [Fri, 8 Jan 2010 13:50:07 +0000 (8 14:50 +0100)]
Add \checkmark as a valid symbol

12 years agoProtect target-like text in verbatim snippets during ASCII export
Carsten Dominik [Fri, 8 Jan 2010 08:41:16 +0000 (8 09:41 +0100)]
Protect target-like text in verbatim snippets during ASCII export

12 years agoProtect target-like text in verbatim snippets during ASCII export
Carsten Dominik [Fri, 8 Jan 2010 08:37:00 +0000 (8 09:37 +0100)]
Protect target-like text in verbatim snippets during ASCII export

12 years agoDon't overlook checkboxes in ordered lists when updating statistics cookie
Carsten Dominik [Fri, 8 Jan 2010 07:33:16 +0000 (8 08:33 +0100)]
Don't overlook checkboxes in ordered lists when updating statistics cookie

Manish writes:

> I noticed a small inconsistency.  If you start with following sample
> org file and press C-c C-c in the first cookie, it doesn't get updated
> correctly whereas the second one does.  The only difference is that
> one has children TODO tasks and the other has a list of checkboxes.
>
> Starting file:
>
> --8<---------------cut here---------------start------------->8---
> * Item 1 [/]
>  1. [X] line 1
>  2. [ ] line 2
> * Item 2 [/]
> *** TODO Sub-item 2.1
> *** DONE Sub-item 2.2
> --8<---------------cut here---------------end--------------->8---
>
> Status after C-c C-c in the summary cookie.
>
> --8<---------------cut here---------------start------------->8---
> * Item 1 [0/0]
>  1. [X] line 1
>  2. [ ] line 2
> * Item 2 [1/2]
> *** TODO Sub-item 2.1
> *** DONE Sub-item 2.2
> --8<---------------cut here---------------end--------------->8---

12 years agoDefine the `v L' key in the agenda
Carsten Dominik [Thu, 7 Jan 2010 13:57:25 +0000 (7 14:57 +0100)]
Define the `v L' key in the agenda

12 years agoChange the insertion location of `org-beamer-header-extra'
Carsten Dominik [Thu, 7 Jan 2010 13:15:04 +0000 (7 14:15 +0100)]
Change the insertion location of `org-beamer-header-extra'

12 years agoFix typo in variable name
Carsten Dominik [Thu, 7 Jan 2010 10:32:40 +0000 (7 11:32 +0100)]
Fix typo in variable name

12 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Thu, 7 Jan 2010 09:59:20 +0000 (7 10:59 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

12 years agoDon't do BIND for startup of Org-mode.
Carsten Dominik [Thu, 7 Jan 2010 09:59:11 +0000 (7 10:59 +0100)]
Don't do BIND for startup of Org-mode.

12 years agobabel: add session support for clojure
Joel Boehland [Wed, 30 Dec 2009 23:55:00 +0000 (30 16:55 -0700)]
babel: add session support for clojure

12 years agoPut a frame around the automatically generated TOC in beamer
Carsten Dominik [Wed, 6 Jan 2010 13:23:57 +0000 (6 14:23 +0100)]
Put a frame around the automatically generated TOC in beamer

Requested by Sebastien Vauban.

12 years agoNew option org-beamer-frame-default-options.
Carsten Dominik [Wed, 6 Jan 2010 12:53:29 +0000 (6 13:53 +0100)]
New option org-beamer-frame-default-options.

12 years agoFix some case issues with comment processing during export
Carsten Dominik [Wed, 6 Jan 2010 08:55:52 +0000 (6 09:55 +0100)]
Fix some case issues with comment processing during export

12 years agoLaTeX export: New hook that runs after saving the buffer
Carsten Dominik [Wed, 6 Jan 2010 07:50:47 +0000 (6 08:50 +0100)]
LaTeX export: New hook that runs after saving the buffer

12 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Tue, 5 Jan 2010 17:20:54 +0000 (5 18:20 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

12 years agoAdd support for BEAMER notes.
Carsten Dominik [Tue, 5 Jan 2010 13:53:14 +0000 (5 14:53 +0100)]
Add support for BEAMER notes.

12 years agobabel: now exports source code block names
Eric Schulte [Mon, 4 Jan 2010 22:11:19 +0000 (4 15:11 -0700)]
babel: now exports source code block names

   When exporting to html the source-code block name will be included
   as a <label> immediately preceding the exported code.  This <label>
   is decorated with the 'org-src-name' css class.

   When exporting to LaTeX with the listings package the source-code
   block name will be included as a listings \title for the code
   block.  Currently the name will not be exported when the listings
   package is not in use.

12 years agoFix agenda link opening bug
Carsten Dominik [Tue, 5 Jan 2010 11:34:17 +0000 (5 12:34 +0100)]
Fix agenda link opening bug

Charles Sebold writes:

> This is with a clean Emacs, nothing in .emacs except for what is
> necessary to add my org-mode lisp directory to the load path and
> (require 'org-install), Emacs pulled down from bzr this morning, and
> current git download of org-mode, pulled a few minutes ago.
>
> With an org file like this:
>
> ------------------------------------------------------------------------
> * TODO Try out [[elisp:(org-version)][link problem]] if possible
> ------------------------------------------------------------------------
>
> Pull this into an agenda view, then put cursor over the link and try to
> follow it.  The result is as follows:

12 years agoMake exporting a subtree also work without transient-mark-mode
Carsten Dominik [Tue, 5 Jan 2010 11:25:04 +0000 (5 12:25 +0100)]
Make exporting a subtree also work without transient-mark-mode

12 years agoMinor fixes than are needed to complete the previous commit
Carsten Dominik [Tue, 5 Jan 2010 11:13:00 +0000 (5 12:13 +0100)]
Minor fixes than are needed to complete the previous commit

12 years agoImprove the logic of the search view.
Carsten Dominik [Mon, 4 Jan 2010 22:28:23 +0000 (4 23:28 +0100)]
Improve the logic of the search view.

12 years agoFix bug with #+BIND during LaTeX export
Carsten Dominik [Mon, 4 Jan 2010 16:48:47 +0000 (4 17:48 +0100)]
Fix bug with #+BIND during LaTeX export

Christopher Suckling writes:

> Thank you, but not quite working yet:
>
> ,----
> | #+BIND: org-export-latex-title-command ""
> `----
>
> now appears to be having the *effect* of setting a global variable.
>
> I load Emacs then visit the below test org file. I then export the file.
>
> I get a \maketitle line.
>
> I then C-c C-c on the #+BIND: line and re-export.
>
> \maketitle is removed.
>
> I then export another org file without the #+BIND: line.
>
> There is no \maketitle, even though there should be.
>
> I add
>
> ,----
> | #+BIND: org-export-latex-title-command "\foobar"
> `----
>
> to the new org file, C-c C-c and export:
>
> \foobar is added to the exported file.
>
> Finally, I re-export the original test org file (without C-c C-c on the
> #+BIND: line):
>
> \foobar is added to the exported file.
>
> However,
>
> ,----
> | C-h v org-export-latex-title-command
> `----
>
> always returns the value "\\maketitle", no matter what the value of the
> #+BIND: line.
>
> Best, Christopher

12 years agoAgenda: New face for entries from the Emacs diary
Carsten Dominik [Mon, 4 Jan 2010 14:35:45 +0000 (4 15:35 +0100)]
Agenda: New face for entries from the Emacs diary

12 years agoTODO statistics: Handle entries without children
Carsten Dominik [Mon, 4 Jan 2010 14:11:31 +0000 (4 15:11 +0100)]
TODO statistics: Handle entries without children

Oscar Fuentes writes:

> When a [/] is used on a header that does not contain subitems, pressing
> C-c C-c on it signals an error on the minibuffer:
>
> org-update-statistics-cookies: No data for statistics cookie
>
> and the cookie appears with the same face (text color) as if it were
> incomplete.
>
> IMHO, [/] on a header without subitems should show [0/0] with the same
> face used for the case where all subitems are done.

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

12 years agoNew link types that force special ways of opening the file
Carsten Dominik [Mon, 4 Jan 2010 12:04:38 +0000 (4 13:04 +0100)]
New link types that force special ways of opening the file

file+sys:/path/to/file     will use the system to open the file, like
                           double-clicking would
file+emacs:/path/to/file   will force opening by Emacs

Also, when using C-c C-o on a headline of get a list of links in the
entry, pressing RET will open *all* links.  This allows something like
projects to be defined, with a number of files that have to be opened
by different applications.

These were requests by John Wiegley.

12 years agoFix bug with display properties in resulting .html buffer
Carsten Dominik [Mon, 4 Jan 2010 09:23:15 +0000 (4 10:23 +0100)]
Fix bug with display properties in resulting .html buffer

12 years agoWork-around for formatting bug with email subject line from wanderlust
Carsten Dominik [Mon, 4 Jan 2010 09:05:00 +0000 (4 10:05 +0100)]
Work-around for formatting bug with email subject line from wanderlust

There is a bug in the Emacs implementation of `format' when text
properties are involved, see for a discussion this thread:

http://thread.gmane.org/gmane.emacs.orgmode/21045/focus=21091

12 years agoTurn off invisibility while constructing habit graphs
Carsten Dominik [Mon, 4 Jan 2010 08:58:53 +0000 (4 09:58 +0100)]
Turn off invisibility while constructing habit graphs

Bernt Hansen reported strange things happening to the display when
graph tasks are hidden while updating a task in the agenda.

12 years agoFix typo
Carsten Dominik [Sun, 3 Jan 2010 18:12:33 +0000 (3 19:12 +0100)]
Fix typo

12 years agoFix typo
Carsten Dominik [Sun, 3 Jan 2010 17:53:20 +0000 (3 18:53 +0100)]
Fix typo

12 years agoMake C-c r C customize remember templates
Carsten Dominik [Sun, 3 Jan 2010 16:00:26 +0000 (3 17:00 +0100)]
Make C-c r C customize remember templates

Adam Spiers writes:

> I really like the way `M-x org-agenda C' takes you straight to the
> *Customize Option: Org Agenda Custom Commands* buffer.  Similarly, it
> would be nice if `M-x org-remember C' took you straight to the
> *Customize Option: Org Remember Templates* buffer.

This does now work, but only if the user has no template defined for
the access letter `C'.

>
> Although in both cases it would be even nicer if the keystroke for
> this was customisable, as no doubt some people already have `M-x
> org-remember C' set up to do something else.

It is not customizable, like for the agenda....

12 years agoChange some words on the homepage
Carsten Dominik [Sun, 3 Jan 2010 15:45:29 +0000 (3 16:45 +0100)]
Change some words on the homepage

12 years agoAdd some more acknowledgments to the manual
Carsten Dominik [Sun, 3 Jan 2010 13:38:10 +0000 (3 14:38 +0100)]
Add some more acknowledgments to the manual

12 years agoFix bug in org-export-generic.el
Carsten Dominik [Sun, 3 Jan 2010 13:14:31 +0000 (3 14:14 +0100)]
Fix bug in org-export-generic.el

12 years agoMerge branch 'org-ctags'
Carsten Dominik [Sun, 3 Jan 2010 12:57:54 +0000 (3 13:57 +0100)]
Merge branch 'org-ctags'

12 years agoAdd Paul Sexton's org-ctags.el
Carsten Dominik [Sat, 2 Jan 2010 07:24:54 +0000 (2 08:24 +0100)]
Add Paul Sexton's org-ctags.el

12 years agoDon't move to invisible line after marking for bulk action
Carsten Dominik [Sun, 3 Jan 2010 12:54:58 +0000 (3 13:54 +0100)]
Don't move to invisible line after marking for bulk action

12 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Sat, 2 Jan 2010 07:46:36 +0000 (2 08:46 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

12 years agoBEAMER export: Allow a columns environment to be left again on same frame
Carsten Dominik [Thu, 31 Dec 2009 08:53:35 +0000 (31 09:53 +0100)]
BEAMER export: Allow a columns environment to be left again on same frame

12 years agobabel: fixed type in org-babel-keys
Eric Schulte [Fri, 1 Jan 2010 22:55:11 +0000 (1 15:55 -0700)]
babel: fixed type in org-babel-keys

12 years agoFix export bug with radio links matching inside <<target>>
Carsten Dominik [Fri, 1 Jan 2010 13:27:07 +0000 (1 14:27 +0100)]
Fix export bug with radio links matching inside <<target>>

12 years agoImprove future detection when reading dates
Carsten Dominik [Fri, 1 Jan 2010 10:31:57 +0000 (1 11:31 +0100)]
Improve future detection when reading dates

PT writes:

> [Orgmode] org-read-date-prefer-future 'time doesn't always prefer future
>
> This is a very useful setting, because it allows the user to
> quickly schedule a task into the future by simply entering the
> time, but it doesn't always do the right thing.
>
> Suppose I scheduled a task to 1pm, but I didn't have time to deal
> with it during the day. It's 5pm now. If I want to reschedule the task to
> tomorrow 10am then I can write simply 10am to the time prompt and
> it puts the task correctly to tomorrow 10am. However, if I want
> to reschedule it to tomorrow 2pm then I can't write simply 2pm,
> because then it schedules the task at 2pm today (which is past
> already, since it's 5 pm).
>
> The problem is the feature uses the task's own scheduled time to
> determine if a time is in the past, instead of the current time.
>
>
> It's Org-mode version 6.33

12 years agoUse LATEX_HEADER stuff also when previewing fragments
Carsten Dominik [Fri, 1 Jan 2010 10:18:10 +0000 (1 11:18 +0100)]
Use LATEX_HEADER stuff also when previewing fragments

12 years agoHTML export: Add CSS class for TODO keyword in inline tasks
Carsten Dominik [Fri, 1 Jan 2010 09:58:47 +0000 (1 10:58 +0100)]
HTML export: Add CSS class for TODO keyword in inline tasks

Request by Karl Maihofer.

12 years agoLog removing of deadline and scheduling dates
Carsten Dominik [Fri, 1 Jan 2010 08:53:09 +0000 (1 09:53 +0100)]
Log removing of deadline and scheduling dates

Patch by Paul Holcomb.

12 years agoAllow export of visible buffer content to LaTeX ad PDF
Carsten Dominik [Thu, 31 Dec 2009 08:08:07 +0000 (31 09:08 +0100)]
Allow export of visible buffer content to LaTeX ad PDF

12 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Thu, 31 Dec 2009 07:47:52 +0000 (31 08:47 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

12 years agoMerge commit 'bernt/clock-in'
Carsten Dominik [Thu, 31 Dec 2009 07:46:47 +0000 (31 08:46 +0100)]
Merge commit 'bernt/clock-in'

12 years agobabel: now correctly combining nested tangle header arguments
Eric Schulte [Thu, 31 Dec 2009 00:37:03 +0000 (30 17:37 -0700)]
babel: now correctly combining nested tangle header arguments

12 years agobabel: typo
Eric Schulte [Thu, 31 Dec 2009 00:05:05 +0000 (30 17:05 -0700)]
babel: typo

12 years agobabel: adding keys bindings for org-babel functions in org-babel-keys.el
Eric Schulte [Wed, 30 Dec 2009 01:53:43 +0000 (29 18:53 -0700)]
babel: adding keys bindings for org-babel functions in org-babel-keys.el

12 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Wed, 30 Dec 2009 22:45:57 +0000 (30 23:45 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

12 years agoMention the argument order for `diary-anniversary'.
Carsten Dominik [Wed, 30 Dec 2009 22:45:46 +0000 (30 23:45 +0100)]
Mention the argument order for `diary-anniversary'.

12 years agoUpdate modeline with effort and task name on re-clock-in
Bernt Hansen [Wed, 2 Dec 2009 16:40:42 +0000 (2 11:40 -0500)]
Update modeline with effort and task name on re-clock-in

Skip clocking out when we are clocking in the same task that
is currently clocking but go through the normal clock-in
setup so a modified task name or effort property is
updated in the modeline.

12 years agoStop generating superfluous clock entries
Carsten Dominik [Fri, 27 Nov 2009 07:09:10 +0000 (27 08:09 +0100)]
Stop generating superfluous clock entries

Avoid closing the currently clocking entry when clocking in the same task
again.  Leave the clock entry open until some other task is clocked in.

This allows us to clock in tasks with hooks that are called frequently without
generating lots of short sequential clock entries for the same task.

12 years agobabel: inheriting properties from higher levels, tracking more properties
Eric Schulte [Mon, 28 Dec 2009 23:58:06 +0000 (28 16:58 -0700)]
babel: inheriting properties from higher levels, tracking more properties

12 years agoNew function `org-diary-schedule' to schedule classes with skipped weeks.
Carsten Dominik [Mon, 28 Dec 2009 18:43:04 +0000 (28 19:43 +0100)]
New function `org-diary-schedule' to schedule classes with skipped weeks.

This is modified from a proposal by Daniel Martins.

12 years agoFixes to the way org-idle-time is handled
John Wiegley [Fri, 25 Dec 2009 23:02:48 +0000 (25 18:02 -0500)]
Fixes to the way org-idle-time is handled

A let needed to be let*, and current-idle-time always returns nil on
some systems, so for darwin and x11, those idle time values are always
preferred.

12 years agoAnother tweak to the homepage
Carsten Dominik [Thu, 24 Dec 2009 08:42:52 +0000 (24 09:42 +0100)]
Another tweak to the homepage

12 years agoLittle tweaks to the homepage
Carsten Dominik [Thu, 24 Dec 2009 08:39:53 +0000 (24 09:39 +0100)]
Little tweaks to the homepage

12 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Thu, 24 Dec 2009 08:30:12 +0000 (24 09:30 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

12 years agoThe text of a radio target must sill be processed in LaTeX export
Carsten Dominik [Thu, 24 Dec 2009 08:29:59 +0000 (24 09:29 +0100)]
The text of a radio target must sill be processed in LaTeX export

12 years agoorg-babel: :cache header argument now uses standard "yes" "no" arguments
Eric Schulte [Tue, 22 Dec 2009 17:11:23 +0000 (22 10:11 -0700)]
org-babel: :cache header argument now uses standard "yes" "no" arguments

12 years agoMobileOrg 1.1 is NEWS
Carsten Dominik [Sun, 20 Dec 2009 12:57:02 +0000 (20 13:57 +0100)]
MobileOrg 1.1 is NEWS

12 years agoInstall BIND in buffer before LaTeX export.
Carsten Dominik [Sun, 20 Dec 2009 12:29:43 +0000 (20 13:29 +0100)]
Install BIND in buffer before LaTeX export.

12 years agoMerge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode
Carsten Dominik [Sun, 20 Dec 2009 10:09:13 +0000 (20 11:09 +0100)]
Merge branch 'master' of git+ssh://repo.or.cz/srv/git/org-mode

12 years agoFix recent bug with timestamp properties
Carsten Dominik [Sun, 20 Dec 2009 10:09:05 +0000 (20 11:09 +0100)]
Fix recent bug with timestamp properties

Matt Lundin writes

> I believe that commit b8e0d6fdb41f2165d675e89fcb54b741c971f6f4 broke
> accessing timestamps with the org-entry-get.
>
> With that commit, several functions I use to check whether an entry has
> a timestamp stopped working.
>
> In other words,
>
> (org-entry-get nil "TIMESTAMP_IA")
>
> or
>
> (org-entry-get nil "TIMESTAMP")
>
> always return nil, even if a timestamp exists.
>
> Strangely, the org-entry-properties alist includes values for TIMESTAMP
> and TIMESTAMP_IA.
>
> I tested this by evaluating the expressions in the sample entry below:
>
> --8<---------------cut here---------------start------------->8---
> * TODO Test    :computer:
>  <2009-12-19 Sat>
>  [2009-12-19 Sat 17:47]
>
> (org-entry-get nil "TIMESTAMP_IA")
> (org-entry-get nil "TIMESTAMP")
> (org-entry-properties)
> --8<---------------cut here---------------end--------------->8---

12 years agoorg-babel: noweb references are not activated by default
Eric Schulte [Fri, 18 Dec 2009 20:35:30 +0000 (18 13:35 -0700)]
org-babel: noweb references are not activated by default

12 years agoorg-babel: no quotes around strings in table output -- Thanks to Francesco Pizzolante
Eric Schulte [Fri, 18 Dec 2009 18:10:03 +0000 (18 11:10 -0700)]
org-babel: no quotes around strings in table output -- Thanks to Francesco Pizzolante

12 years agoFix LaTeX export when there is no #+TEXT stuff
Carsten Dominik [Fri, 18 Dec 2009 15:00:46 +0000 (18 16:00 +0100)]
Fix LaTeX export when there is no #+TEXT stuff

12 years agoFix typo
Carsten Dominik [Fri, 18 Dec 2009 14:03:53 +0000 (18 15:03 +0100)]
Fix typo

12 years agoNew website homepage with link to T-Shirt Shop
Carsten Dominik [Fri, 18 Dec 2009 13:57:21 +0000 (18 14:57 +0100)]
New website homepage with link to T-Shirt Shop

12 years agoTest 7
Carsten Dominik [Fri, 18 Dec 2009 11:51:32 +0000 (18 12:51 +0100)]
Test 7

12 years agoTest 6
Carsten Dominik [Fri, 18 Dec 2009 11:47:51 +0000 (18 12:47 +0100)]
Test 6

12 years agoTest5
Carsten Dominik [Fri, 18 Dec 2009 11:28:38 +0000 (18 12:28 +0100)]
Test5

12 years agoTest 4
Carsten Dominik [Fri, 18 Dec 2009 11:24:51 +0000 (18 12:24 +0100)]
Test 4