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

2014-03-07 Thread Xebar Saram
Hi Peter and all Peter you wrote: I can flatten this list into a list of TODO and I can store it as a separate project that will be incorporated into the agenda view Do you mind giving a short example on how thats done? id be very interested in using this myself best Z On Thu, Mar 6, 2014 at 4

[O] verbatim/code text and line breaks with auto fill mode

2014-03-07 Thread Alan Schmitt
Hello, Is there a way to disable line breaks inside verbatim or code text when using auto fill? For instance, if I type the following: --8<---cut here---start->8--- This is an example of a long line when some stuff is code: ~1 + 2 + 3 = 6~. --8<---c

[O] org-odt-export-to-odt: tables: column and row spacing: configure

2014-03-07 Thread Uwe Brauer
Hello I use org-odt-export-to-odt quite a bit. How can I configure it in order to set a different column and row spacing for tables? The default one is to large for my taste, Thanks Uwe Brauer

Re: [O] org-odt-export-to-odt: tables: column and row spacing: configure

2014-03-07 Thread Jambunathan K
If you want "optimized" column widths, I am afraid LibreOffice doesn't honor the XML markup. See http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/msg01203.html See http://lists.gnu.org/archive/html/emacs-orgmode/2014-02/msg00380.html Uwe Brauer writes: > Hello > > I use org-odt-export

[O] Get to next NEXT headline with one key

2014-03-07 Thread Giacomo M
Dear all, I would like, by pressing the speed command N, to be brought to the next NEXT headline. I can see that somehow the functions involved could be org-match-sparse-tree and next-error, but I don't know how to code a programmatic execution of the two (unfortunately I don't speak elisp very wel

Re: [O] org-odt-export-to-odt: tables: column and row spacing: configure

2014-03-07 Thread Jambunathan K
http://lists.gnu.org/archive/html/emacs-orgmode/2014-01/txtXYCqBy8St9.txt Uwe Brauer writes: > Hello > > I use org-odt-export-to-odt quite a bit. How can I configure it in order > to set a different column and row spacing for tables? The default one is to > large > for my taste, > > Thanks >

Re: [O] Get to next NEXT headline with one key

2014-03-07 Thread John Kitchin
I do not understand what you are asking for. in my emacs/org pressing n does go to the next headline. (at least after running (setq org-use-speed-commands t)) and being at the beginning of a headline. John --- John Kitchin Associate Professor Doherty Hall A207F De

Re: [O] Get to next NEXT headline with one key

2014-03-07 Thread Giacomo M
Sorry for having been ambiguous, I meant the next headline with a "NEXT" todo keyword. Thanks Il 07/mar/2014 13:37 "John Kitchin" ha scritto: > I do not understand what you are asking for. in my emacs/org pressing n > does go to the next headline. (at least after running (setq > org-use-speed-com

Re: [O] Get to next NEXT headline with one key

2014-03-07 Thread Matt Lundin
> On Fri, Mar 7, 2014 at 7:13 AM, Giacomo M > wrote: > > Dear all, > I would like, by pressing the speed command N, to be brought to > the next NEXT headline. I can see that somehow the functions > involved could be org-match-sparse-tree and next-error,

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

2014-03-07 Thread Stefan Huchler
Eric Schulte writes: > I suggested that you remove "." from your numbers. You could also wrap > your numbers in "s. > #+name: example > | "100." | > #+begin_src emacs-lisp :var example=example > (caar example) > #+end_src > > #+RESULTS: > : 100. > thank you and sorry for my in

Re: [O] Get to next NEXT headline with one key

2014-03-07 Thread Giacomo M
Thank you very much Matt, it was exactly what I was looking for! And thanks to Matt for his prompt reply. Just wondering, so there is (no way of | no point in) trying to execute the org-match-sparse-tree programmatically, right? This community rocks On Fri, Mar 7, 2014 at 2:54 PM, Matt Lundin

Re: [O] Get to next NEXT headline with one key

2014-03-07 Thread Oleh
Hi Giacomo, > Sorry for having been ambiguous, I meant the next headline with a "NEXT" > todo keyword. If you're feeling adventurous, you can try my new minor mode: https://github.com/abo-abo/worf. It's basically the same thing as speed commands, except it's got different keys and different comm

Re: [O] column-mode can not do an estimate effort summation on day/week modifiers

2014-03-07 Thread Christian Egli
Jon Miller writes: > The problem I'm having is with column-mode and the estimate effort > sum. What exactly is the problem? That the sum is not in Xd format? Don't know if you can change that. > It appears that the normal effort summation wants purely HH:MM > formatted work estimates. I thou

[O] [babel] Parse another code block's output then use captured data in another code block

2014-03-07 Thread Rehan Iftikhar
Hello I have a .org file where I am using sh code blocks to interact with a REST API via curl. My first call is to authenticate with the REST API which returns a token in the HTTP response. I would like to parse that HTTP response (ie. with elisp via a subsequent code block) and use the token in s

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

2014-03-07 Thread Eric Schulte
>> 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 example on here [fn:1]. > Oh, thanks for pointing this out. Given the

Re: [O] [babel] Parse another code block's output then use captured data in another code block

2014-03-07 Thread Eric Schulte
Would something like the following work? Rehan Iftikhar writes: > Hello > > I have a .org file where I am using sh code blocks to interact with a REST > API via curl. #+name: downloader #+begin_src sh curl something #+end_src > My first call is to authenticate with the REST API which returns

Re: [O] [babel] Parse another code block's output then use captured data in another code block

2014-03-07 Thread Andreas Leha
Hi Rehan, Rehan Iftikhar writes: > Hello > > I have a .org file where I am using sh code blocks to interact with a > REST API via curl. My first call is to authenticate with the REST API > which returns a token in the HTTP response. I would like to parse that > HTTP response (ie. with elisp via

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

2014-03-07 Thread Richard Lawrence
Bastien writes: > 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. I believe it does remove compatibility with anythi

Re: [O] column-mode can not do an estimate effort summation onday/week modifierss

2014-03-07 Thread Jon Miller
Christian Egli writes: > Jon Miller writes: > >> The problem I'm having is with column-mode and the estimate effort >> sum. > > What exactly is the problem? That the sum is not in Xd format? Don't > know if you can change that. > >> It appears that the normal effort summation wants purely HH:M

Re: [O] Get to next NEXT headline with one key

2014-03-07 Thread Giacomo M
(typo in my previous email: s/to Matt/to John/) Il 07/03/2014 15:44, Oleh ha scritto: If you're feeling adventurous, you can try my new minor mode: https://github.com/abo-abo/worf. Thank you, Oleh! Just tried it, and I think it has several convenient features. And commands work from start of

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

2014-03-07 Thread Gez
>Richard Lawrence writes: > > 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 p

Re: [O] How can I continue my code listing in Beamer slides?

2014-03-07 Thread Eric S Fraga
etimecowboy writes: > Hi everyone, > > I have a question about beamer export in org. > > I have some code to be put in my slides. The problem is that one slide > (or one column block) does not have enough space for it. How can I > split it into two slides or several column blocks? Please help me

Re: [O] verbatim/code text and line breaks with auto fill mode

2014-03-07 Thread Nick Dokos
Alan Schmitt writes: > Hello, > > Is there a way to disable line breaks inside verbatim or code text when > using auto fill? For instance, if I type the following: > > This is an example of a long line when some stuff is code: ~1 + 2 + 3 = > 6~. > Untested, but you might be able to do something

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

2014-03-07 Thread Eric Schulte
Richard Lawrence writes: > Bastien writes: > >> 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. > > I believe

Re: [O] Formatting issue when exporting with LaTeX/Beamer

2014-03-07 Thread Eric S Fraga
"Elasady, Summer" writes: > Hello- > > Thanks in advance for any help/advice. I am new to LaTeX and Beamer > and did not find any documentation on this specific issue. > > I am trying to export to Beamer to create presentations out of my > OrgMode documents and I’m running into a strange formatt

Re: [O] Exporting LaTeX source blocks with HTML backend

2014-03-07 Thread Eric S Fraga
Ista Zahn writes: > Hi Xavier, > > I think > > #+begin_src latex :results drawer :exports results > \begin{align*} > x&=x\\ > y&=y > \end{align*} > #+end_src > > will give both syntax highlighting (in the code block) as well as > properly displayed equations in both latex and html export.

Re: [O] Formatting issue when exporting with LaTeX/Beamer

2014-03-07 Thread Nick Dokos
"Elasady, Summer" writes: > Hello- > > Thanks in advance for any help/advice. I am new to LaTeX and Beamer > and did not find any documentation on this specific issue. > The first piece of advice I have is: don't post screenshots - they are useless. I can't cut and paste from the screensho

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

2014-03-07 Thread Richard Lawrence
Eric Schulte writes: > With cl-lib installable as a library through ELPA, would requiring it as > a dependency be acceptable? I suppose Org-mode doesn't currently have > any dependencies, so it might not be worth adding one just to remove > some redundant functions. Well, there's no ELPA in Ema

[O] mobileorg capture todo's

2014-03-07 Thread Chris Henderson
The org file on my computer has * Tasks * Projects * Someday/ Maybe. If I capture on mobileorg, is there a way for the captured items to be listed on my computer's org file under the * Tasks section when I sync it? I think at the moment they are added to the flagged.org file and I'm not sure how to

Re: [O] verbatim/code text and line breaks with auto fill mode

2014-03-07 Thread Alan Schmitt
Nick Dokos writes: > Alan Schmitt writes: > >> Hello, >> >> Is there a way to disable line breaks inside verbatim or code text when >> using auto fill? For instance, if I type the following: >> >> This is an example of a long line when some stuff is code: ~1 + 2 + 3 = >> 6~. >> > > Untested, but