[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@27357ca I would like this to work: #+BEGIN_SRC css sass/custom/_fon

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

2014-03-06 Thread Andreas Leha
"R. Michael Weylandt" writes: > On Tue, Mar 4, 2014 at 3:45 PM, Simon Thum 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 wouldn't otherwise be legal? In the latte

[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 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 with :BLOCKER: and settings

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

2014-03-06 Thread Matt Lundin
Karl Voit writes: > * Peter Rayner 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 dependenci

[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 < https://github.com/novoid/extract_pd

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 que

[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 each

[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 http://orgmode.org/worg/or

[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 Ema

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

2014-03-06 Thread Richard Lawrence
Hi Gez, Gez 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. > > (require 'org

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 writes: > By which I mean, the bug should be reproducible if you do so. > > On 2/11/14, Samuel Wales wrote: >> Try with: >> >> (setq org-babel-use-quick-and

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

2014-03-06 Thread Eric Schulte
Nick Dokos writes: > Eric Abrahamsen 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 something else common-l

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 writes: > Here is a m

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

2014-03-06 Thread Eric Schulte
Stefan Huchler writes: > Bastien writes: > >> Hi Stefan, >> >> Stefan Huchler 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. >> >> Why don't use just turn the nu

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 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 > Date: Wed, 5 Mar 2014 16:49:30 +0100 > Subject: [P

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 writes: > Hi all, > > there seems to be a bug, where org-babel-goto-named-src-block does not > find an indented source block. > > Here is an example: > > --8<

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

2014-03-06 Thread Eric Schulte
Nicolas Goaziou writes: > Hello, > > Eric Schulte writes: > >> Nicolas Goaziou 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 in allowing "call_{i=1}()" as a valid inline

Re: [O] inline source code blocks

2014-03-06 Thread Eric Schulte
Ilya Shlyakhter 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 they're differe

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" writes: > Hi, > > I'm having trouble getting cle

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

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" 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 to make this li

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-ali

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 writes: > I am trying to use data from a table in a calc source block, but

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 :tan

[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 echo

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

2014-03-06 Thread Daniel Hackney
Eric Schulte 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 helpful, since it is ba

[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 tool

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,

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 section

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

2014-03-06 Thread Eric Schulte
zhenjiang zech xu 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 one by one? > >

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

2014-03-06 Thread Stefan Huchler
Eric Schulte writes: > Stefan Huchler writes: > >> Bastien writes: >> >>> Hi Stefan, >>> >>> Stefan Huchler 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] 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 it

[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 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 org-file-properties, org-global-

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

2014-03-06 Thread Bastien
Hi Eric and Nick, Eric Schulte 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 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 that: See the last