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
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
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
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
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.
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?
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
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