[O] Properties drawer

2015-03-14 Thread Nicolas Calderon
Hi, I'm currently using the org-treat-insert-todo-heading-as-state-change and I log state changes, which means that when I create a heading it automatically inserts a logbook drawer. I like to keep my property drawers near the heading, but their position doesn't seem to be anchored as tags are. Af

Re: [O] Multicite syntax

2015-03-14 Thread Richard Lawrence
Hi Nicolas, Nicolas Goaziou writes: > Agreed. I introduced yet another syntax change in "wip-cite" branch. > > Now there are two separate objects "citation" and "citation-reference". > So the following multicite > > [cite:prefix; pre @a post; @b] > > is parsed like > > (citation (:prefix "p

Re: [O] Bug: Typo in manual [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.4/lisp/org/)]

2015-03-14 Thread Rasmus
Reuben Thomas writes: > The section “@LaTeX{} and PDF export” says: > > The > default @LaTeX{} output is designed for processing with @code{pdftex} or > @LaTeX{} > > The last “@LaTeX{}” should presumably be “@code{latex}”. Thanks. Fixed in 5fe3a68. —Rasmus -- What will be next?

[O] Bug: Typo in manual [8.2.10 (release_8.2.10 @ /usr/share/emacs/24.4/lisp/org/)]

2015-03-14 Thread Reuben Thomas
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] [ox, patch] Keywords & what should go in ox?

2015-03-14 Thread Rasmus
Hi, First, as discussed a while back we want to move DESCRIPTION and KEYWORDS out of ox.el as they are specific to certain backends. The first patch does this. Second, I want to add support for printing keywords. This patch is still rough (i.e. no need commenting), but before proceeding I want

[O] [Feature Request] Configure timing format

2015-03-14 Thread Koen van der Kruk
Hello, I am planning to add a new feature to orgmode, but I don't know if there is already something like I described below. I am also wondering if someone could tell me how much time this is going to take. I have a little experience with orgmode and emacs, but still have to learn a lot. Feature d

Re: [O] BIDI and org-mime-htmlize

2015-03-14 Thread Dotan Cohen
On Fri, Mar 13, 2015 at 2:14 PM, Uwe Brauer wrote: > > > Hello > > GNU emacs 24 has BIDI support, for languages such as Hebrew and Arabic. > > However when I write an email, and send it via say gnus, the mail text > received it is displayed correctly with one restriction: The text is > displayed i

Re: [O] Extraneous output from Python code blocks using :session option

2015-03-14 Thread Nicolas Goaziou
Kyle Meyer writes: > Thanks for your comments. I've attached updated patches. Thanks. > Subject: [PATCH 1/2] ob-python.el: Allow indented code in sessions > > * lisp/ob-python.el (org-babel-python-evaluate-session): Recognize > indented code in session and treat it differently to avoid syntax