[O] Bug: org-element-parse-buffer doesn't work in 8.2.5h [8.2.5h (8.2.5h-30-gdd810b-elpa @ /home/sindikat/.emacs.d/elpa/org-20140303/)]

2014-03-06 Thread sindi...@mail36.net
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] Exporter and src blocks

2014-03-06 Thread Justin Gordon
I'm trying to fix this issue: https://github.com/yoshinari-nomura/org-octopress/issues/14 Here's a copy of that message Per: justin808@27357cahttps://github.com/justin808/org-octopress/commit/27357caf41bb82d78059015c3d6048d11444f62b I would like this to work: #+BEGIN_SRC css

Re: [O] Org-link-escape-chars (was Incorrect hexification in URLs in LaTeX Export)

2014-03-06 Thread Andreas Leha
R. Michael Weylandt michael.weyla...@gmail.com writes: On Tue, Mar 4, 2014 at 3:45 PM, Simon Thum simon.t...@gmx.de wrote: This seems to be a question of objective. Do you want to encode, i.e. maintain some reversible original in an url no matter what, or do you want to fix url's which

[O] preview and default class [8.2.5h (release_8.2.5h-677-g55b0a3 @ /home/youngfrog/sourcetrees/org-mode/lisp/)]

2014-03-06 Thread Nicolas Richard
Hello, I was a little bit surprised that previewing latex fragments doesn't use the same class as latex export. That's contrary to my expectation but I don't know how to fix it. The reason I expected that is : I set a default (personnal) latex class which defines many commands that I use everyday

Re: [O] automatic scheduling of next task in project

2014-03-06 Thread Karl Voit
* Peter Rayner peter.julien.ray...@gmail.com wrote: I would like org-mode to remind me automatically of the next task in a project. Perhaps an example will help. I'll use outline headings to show the levels of tasks Auto-scheduling might be difficult. In my workflows I am using dependencies

Re: [O] automatic scheduling of next task in project

2014-03-06 Thread Matt Lundin
Karl Voit devn...@karl-voit.at writes: * Peter Rayner peter.julien.ray...@gmail.com wrote: I would like org-mode to remind me automatically of the next task in a project. Perhaps an example will help. I'll use outline headings to show the levels of tasks Auto-scheduling might be difficult.

[O] Agenda with blocked tasks

2014-03-06 Thread Karl Voit
Hi! Is it possible to define an agenda that contains only items which are blocked by :BLOCKER:-conditions or similar? Thanks! -- mail|git|SVN|photos|postings|SMS|phonecalls|RSS|CSV|XML to Org-mode: get Memacs from https://github.com/novoid/Memacs

Re: [O] Bug:

2014-03-06 Thread Paul Stansell
Yes, it's fixed now, thanks.

[O] Bug: org-catch-invisible-edits [8.2.5h (8.2.5h-30-gdd810b-elpa @ ~/.emacs.d/elpa/org/)]

2014-03-06 Thread Paul Stansell
Hi, Today I came across org-catch-invisible-edits, but I'm struggling to get it to work. Since I've never had it working it's possible that I'm misunderstanding it or doing something wrong, or maybe it's broken. In my .emacs file I put (setq org-catch-invisible-edits 'show) but both 'M-x

[O] Links in tables: could the plain text also look good?

2014-03-06 Thread Oleh
Hi all, I don't know if this issue has been raised before (it's a bit difficult to google it). I was just committing a single line change to an org-mode table into git, and the diff isn't good at all: the whole table appears to have changed. Well, not really - just a few spaces were added on

[O] Publish project alist in org-mode 8 - confusing documentation

2014-03-06 Thread Gez
Can someone give me some hints for how to set up a publishing project in org-mode 8? Am I right in thinking that I can't use easy customization to set up a publish project alist? I've been reading various links such as http://orgmode.org/worg/exporters/ox-overview.html

[O] \344 in org agenda date string only

2014-03-06 Thread Rainer Stengele
All since a few days I see \344 instead of German ä, but only in the date string part of the agenda. The collected headlines from my org files show German Umlaute ä,ö,ü correctly. Also all Org files look good. I wonder if someone has an idea how this can be removec. I run org 8.2.5h and Emacs

Re: [O] Publish project alist in org-mode 8 - confusing documentation

2014-03-06 Thread Richard Lawrence
Hi Gez, Gez sule...@gmail.com writes: but I don't know where to begin adapting it to the new export framework. For example, I'd be very grateful if someone could translate the following (or something more simple) into org-mode 8 version, so I can start evaluating and playing with it.

Re: [O] [babel] cannot comment out noweb references

2014-03-06 Thread Eric Schulte
I think you may have to use the slower and more correct version of noweb expansion to avoid these sorts of problems. Best, Samuel Wales samolog...@gmail.com writes: By which I mean, the bug should be reproducible if you do so. On 2/11/14, Samuel Wales samolog...@gmail.com wrote: Try with:

Re: [O] Org release 8.2.5g (minor release from maint)

2014-03-06 Thread Eric Schulte
Nick Dokos ndo...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: I have the impression that cl-lib is (was?) frowned upon by upstream for packages that are included in the emacs distribution. But it's only a vague recollection at this point: am I wrong? am I thinking of

Re: [O] Issue using [:exports both] for inline R code?

2014-03-06 Thread Eric Schulte
Inline code blocks were provided to allow results of code block execution to be placed /inline/ within textual elements such as paragraphs or lists. They are not designed to support code export. The manual should be updated to make this limitation clear. Best, John Hendy jw.he...@gmail.com

Re: [O] how to force org-mode to interpret number as string

2014-03-06 Thread Eric Schulte
Stefan Huchler stefan.huch...@mail.de writes: Bastien b...@gnu.org writes: Hi Stefan, Stefan Huchler stefan.huch...@mail.de writes: The Problem is that that org-mode seems to auto-format the salary column as a number. That a problem here, but I guess this is handy in many circumstances.

Re: [O] Bug: add elisp to org-babel-tangle-lang-exts to support elisp source blocks [8.2.5h (release_8.2.5h-680-g12df70 @ /home/youngfrog/sources/org-mode/lisp/)]

2014-03-06 Thread Eric Schulte
Applied, Thanks. Nicolas Richard theonewiththeevill...@yahoo.fr writes: Hello, elisp (vs emacs-lisp) code blocks are supported via an entry org-src-lang-modes but not in org-babel-tangle-lang-exts. The patch below is to fix that. From: Nicolas Richard theonewiththeevill...@yahoo.fr

Re: [O] BUG org-babel-goto-named-src-block with indented block

2014-03-06 Thread Eric Schulte
Hi Andreas, The problem is with your example. You can not put a header line between a #+name and it's source block. Best, Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi all, there seems to be a bug, where org-babel-goto-named-src-block does not find an indented source block.

Re: [O] words starting with call_ confuse C-c C-c and export

2014-03-06 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte schulte.e...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com writes: It would solve the current problem, but there are still many problematic characters allowed (e.g., commas, curly brackets). I think there's no point

Re: [O] inline source code blocks

2014-03-06 Thread Eric Schulte
Ilya Shlyakhter ilya_...@alum.mit.edu writes: Some questions about inline source code blocks: - They're not fontified even when org-src-fontify-natively is true -- correct? Correct. - They're not included in tangled code; is that intended behavior? The manual does not seem to say

Re: [O] Odd interaction with Python sessions and Org 8.2.5

2014-03-06 Thread Eric Schulte
Hi Michael, I believe this is a limitation of the current Python session support. The relevant code is in lisp/ob-python.el and any fix would probably end up modifying the `org-babel-python-evaluate-session' function. Best, R. Michael Weylandt michael.weyla...@gmail.com writes: Hi, I'm

Re: [O] Links in tables: could the plain text also look good?

2014-03-06 Thread Michael Brand
Hi Oleh On Thu, Mar 6, 2014 at 8:00 PM, Oleh ohwoeo...@gmail.com wrote: I was just committing a single line change to an org-mode table into git, and the diff isn't good at all: the whole table appears to have changed. Well, not really - just a few spaces were added on each table line because

Re: [O] Issue using [:exports both] for inline R code?:

2014-03-06 Thread John Hendy
On Mar 6, 2014 4:18 PM, Eric Schulte schulte.e...@gmail.com wrote: Inline code blocks were provided to allow results of code block execution to be placed /inline/ within textual elements such as paragraphs or lists. They are not designed to support code export. The manual should be updated

Re: [O] Links in tables: could the plain text also look good?

2014-03-06 Thread Ilya Shlyakhter
On 3/6/14 2:00 PM, Oleh wrote: I was just committing a single line change to an org-mode table into git, and the diff isn't good at all: the whole table appears to have changed. Well, not really - just a few spaces were added on each table line because the single new line caused a need to

Re: [O] [ob-calc] bug when given table data as a variable

2014-03-06 Thread Eric Schulte
Org-mode's calc support is very limited. I think someone with a working knowledge of how calc uses vectors would need to add table support. Unfortunately calc experts seem to be few and far between. Best, Daniel Hackney d...@haxney.org writes: I am trying to use data from a table in a calc

Re: [O] inline source code blocks

2014-03-06 Thread Ilya Shlyakhter
I think code blocks work well for non-inline code. For a series of one-liners interspersed with comments, code block boundaries triple the number of lines. E.g. the example in the manual at http://orgmode.org/org.html#noweb_002dref +BEGIN_SRC sh :tangle yes :noweb yes :shebang #!/bin/sh

Re: [O] inline source code blocks

2014-03-06 Thread Ilya Shlyakhter
On 3/6/14 5:04 PM, Eric Schulte wrote: I think code blocks work well for non-inline code. For a series of one-liners interspersed with comments, code block boundaries triple the number of lines. E.g. the example in the manual at http://orgmode.org/org.html#noweb_002dref +BEGIN_SRC sh

[O] tangle the code blocks in the regions

2014-03-06 Thread zhenjiang zech xu
Hi all, is there function to extract all the code blocks in the selected region? For example, can I select the region of the following two blocks and extract them with just one command? Or I have to move cursor to each block and extract them one by one? #+BEGIN_SRC sh :tangle foo.sh

Re: [O] [ob-calc] bug when given table data as a variable

2014-03-06 Thread Daniel Hackney
Eric Schulte schulte.e...@gmail.com wrote: Org-mode's calc support is very limited. I think someone with a working knowledge of how calc uses vectors would need to add table support. Unfortunately calc experts seem to be few and far between. Looking at the calc source code was not terribly

[O] Bug in export of call lines

2014-03-06 Thread Thomas S. Dye
Aloha all, I've been dusting off a draft paper written when the new export framework was still in contrib. Now that I've brought the file up-to-date so that it exports asynchronously again, I'm getting an error that wasn't there before. This Org mode input: - B.01397 :: This is an unusual

Re: [O] inline source code blocks

2014-03-06 Thread Eric Schulte
I'm finding that Org would work well as a literate programming system for C++, if the code block starts and ends didn't get in the way so much during frequent switching between code and prose. I use the following to make code block syntax less intrusive Thanks, that was helpful, didn't

Re: [O] inline source code blocks

2014-03-06 Thread Ilya Shlyakhter
On 3/6/14 9:22 PM, Eric Schulte wrote: How about the following alternative to my previous suggestion, which will eliminate the extra lines. Looks beautiful initially, but leads to some confusing behaviors due to invisible lines. But eliminating extra lines is only important for some

Re: [O] tangle the code blocks in the regions

2014-03-06 Thread Eric Schulte
zhenjiang zech xu zhenjiang...@gmail.com writes: Hi all, is there function to extract all the code blocks in the selected region? For example, can I select the region of the following two blocks and extract them with just one command? Or I have to move cursor to each block and extract them

Re: [O] how to force org-mode to interpret number as string

2014-03-06 Thread Stefan Huchler
Eric Schulte schulte.e...@gmail.com writes: Stefan Huchler stefan.huch...@mail.de writes: Bastien b...@gnu.org writes: Hi Stefan, Stefan Huchler stefan.huch...@mail.de writes: The Problem is that that org-mode seems to auto-format the salary column as a number. That a problem here,

Re: [O] how to force org-mode to interpret number as string

2014-03-06 Thread Eric Schulte
I think that for this to work you may have to abandon using . as your numerical thousands separator. Or customize string-to-number and org-babel-number-p to fit your number syntax. Best, I think the way I have to go is to use export the table to csv then it looses some of its cleverness

[O] [PATCH] Fixed bug in org-entry-get-with-inheritance

2014-03-06 Thread Ilya Shlyakhter
From bea0daf422e9ab8f27addb412aa03456c89d5844 Mon Sep 17 00:00:00 2001 From: Ilya Shlyakhter ilya_...@alum.mit.edu Date: Fri, 7 Mar 2014 01:09:13 -0500 Subject: [PATCH] Properties: Fix property-getting with inheritance * lisp/org.el (org-entry-get-with-inheritance): Temporarily clear

Re: [O] Org release 8.2.5g (minor release from maint)

2014-03-06 Thread Bastien
Hi Eric and Nick, Eric Schulte schulte.e...@gmail.com writes: Great, so should Org-mode require cl-lib and stop supporting the following functions? I guess so. But I'm unclear yet whether this removes compatibility with older Emacsen. I'll check this. -- Bastien

Re: [O] BUG org-babel-goto-named-src-block with indented block

2014-03-06 Thread Andreas Leha
Hi Eric, thanks for looking into this! Eric Schulte schulte.e...@gmail.com writes: Hi Andreas, The problem is with your example. You can not put a header line between a #+name and it's source block. If that is the case, then the manual should be fixed. As the manual explicitly allows