lp:org-mode

Created by Mark A. Hershberger and last modified
Get this branch:
bzr branch lp:org-mode

Related bugs

Related blueprints

Branch information

Owner:
Org Mode
Project:
Org-mode
Status:
Development

Import details

Import Status: Suspended

This branch is an import of the HEAD branch of the Git repository at git://repo.or.cz/org-mode.git.

Last successful import was .

Import started on pear and finished taking 25 seconds — see the log
Import started on galapagos and finished taking 1 minute — see the log
Import started on galapagos and finished taking 40 seconds — see the log
Import started on russkaya and finished taking 30 seconds — see the log

Whiteboard

requires support for nested trees

Recent revisions

4271. By Łukasz Stelmach <email address hidden>

there is no &sacute; in HTML

* lisp/org-exp.el (org-export-language-setup): Fix Polish entries.

Hello.

There is no such named entity as &sacute;. If you want to be 7bit clean
then use &#x015b; (or decimal &#347;).

4270. By Carsten Dominik <email address hidden>

Allow comma as a separator when specifying tags

* lisp/org.el (org-set-tags): Allow comma as a separator when
specifying tags at the completion interface.
(org-tags-completion-function): Allow comma as a separator when
specifying tags at the completion interface.

Patch by Richard Riley, extended by Carsten

4269. By eschulte

ob-exp: only jump to export-file if original buffer is visiting a file

  Thanks to Puneeth for insisting upon the existence of this error

* lisp/ob-exp.el (org-babel-exp-src-blocks): don't jump back to
  export-file if exporting from a buffer which is not visiting a file

4268. By eschulte

ob-exp: removed spurious concatenation of "::" to the end of file names on export

  Thanks to Giovanni Moretti for pointing out this issue

* lisp/ob-exp.el (org-babel-exp-src-blocks): only append "::" to a
  file name in link construction if there is a heading to follow it.

4267. By Carsten Dominik <email address hidden>

Add "svg" as allowed files for images in HTML exort

* lisp/org-html.el (org-export-html-inline-image-extensions): Add
"svg" as an allowed extension.

4266. By Sébastien Vauban <email address hidden>

Pad clock times with zeros, apply face with better starting position

* lisp/org-agenda.el (org-agenda-add-time-grid-maybe): Pad clock times
with zeros. Start applying face earlier.

Hello,

Here a tiny patch to:

- have padding with 0 for the clock time

- begin applying face org-time-grid from position 2, in order to be properly
  aligned with the rest of the agenda (you don't see that if you don't have a
  face with background color)

4265. By Bernt Hansen <email address hidden>

Fix dangling clocks created by org-clock-out-hook clocking in again

This is a fixup patch to commit
17c71a40c6d07baae2e9cac606668683ddb3759c. The org-clock-clocking-in
variable needs to be set when we are clocking out - in case the clock
out hook clocks-in again. This fixes a bug that creates dangling
clock entries.

4264. By Bernt Hansen <email address hidden>

Revert "Update modeline with effort and task name on re-clock-in"

This reverts commit 4a4fbf1b8caa338a3a59f7b6f3f89b279615725d.

Clocking in the currently clocking task was leaving open clock entries
which is incorrect. Updating the modeline is less important than
keeping correct clocking data.

4263. By eschulte

babel: fixing issues with org-babel-temporary-directory

  Thanks to Achim Gratz

* lisp/ob.el (or): don't create org-babel-temporary-directory in batch
  as it won't be removed by emacs-kill-hook
  (org-babel-remove-temporary-directory): only try to remove this
  directory if it exists

4262. By eschulte

fixing byte-compilation warning in ob.el

  Thanks to Achim Gratz for pointing this out

* lisp/ob.el (org-babel-temporary-directory): fixing byte-compilation
  warning in ob.el

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.