Re: [O] Beamer and org-language source blocks?

2013-11-01 Thread Nicolas Goaziou
Hello, James Harkins writes: > ** What I mean and what I see > #+begin_src org :exports code > ** Overview > *** This talk will cover: > - bla bla > #+end_src > > --> And in the output, you can see that it takes "** Overview" as a new > frame and treats the #+begin/end_src markers as regula

Re: [O] org-writers-room sort of works! just in time for NaNoWriMo

2013-11-01 Thread Ian Barton
On 01/11/13 06:08, Alan L Tyree wrote: Matt Price writes: I have just pushed a more-or-less-working version of my "Org Writer's Room" mode to github: PS, the readme on github is a little out of date, but the code itself is mostly documented so I hope that helps. Though there's no general

[O] fold all drawers in a buffer?

2013-11-01 Thread Matt Price
Is there a command to fold all drawers in a buffer (all property drawers would be enough, actually)? Or a suggestion for how to do this? Thanks! Matt

Re: [O] org-writers-room sort of works! just in time for NaNoWriMo

2013-11-01 Thread Matt Price
On Fri, Nov 1, 2013 at 2:08 AM, Alan L Tyree wrote: > > Matt Price writes: > >> I have just pushed a more-or-less-working version of my "Org Writer's >> Room" mode to github: >> > >> PS, the readme on github is a little out of date, but the code itself >> is mostly documented so I hope that helps

Re: [O] org-writers-room sort of works! just in time for NaNoWriMo

2013-11-01 Thread Matt Price
On Fri, Nov 1, 2013 at 5:07 AM, Ian Barton wrote: > On 01/11/13 06:08, Alan L Tyree wrote: >> >> >> Matt Price writes: >> >>> I have just pushed a more-or-less-working version of my "Org Writer's >>> Room" mode to github: >>> >> >>> >>> PS, the readme on github is a little out of date, but the co

Re: [O] org-writers-room sort of works! just in time for NaNoWriMo

2013-11-01 Thread Thorsten Jolitz
Matt Price writes: Hi, > Do you load visual line mode automatically when you load org-mode? if > not it will definitely be broken, as I have to manually set the major > and minor modes on the new buffers (if I don't do that, all indirect > buffers will have the same modes as the parent buffer,

Re: [O] fold all drawers in a buffer?

2013-11-01 Thread Thorsten Jolitz
Matt Price writes: > Is there a command to fold all drawers in a buffer (all property > drawers would be enough, actually)? Or a suggestion for how to do > this? Thanks! They might exist (with me unaware of them), but the following pair of commands does the job, at least with this minimal test

Re: [O] fold all drawers in a buffer?

2013-11-01 Thread Thorsten Jolitz
Thorsten Jolitz writes: > Matt Price writes: > >> Is there a command to fold all drawers in a buffer (all property >> drawers would be enough, actually)? Or a suggestion for how to do >> this? Thanks! > > They might exist (with me unaware of them), but the following pair of > commands does the

[O] ATTN: Bernt Hansen, regarding org-mode.org

2013-11-01 Thread Loyall, David
Hello, Bernt. According to your famous org-mode.org document (thank you!) this file: http://doc.norang.ca/org-mode.org.html ...should be a colorized version of the org source. Please take a look at it. The total filesize seems lower than I'd expect. ;) Thanks, cheers, --Dave

[O] Babel Tangle issues

2013-11-01 Thread Sam Flint
I use org-babel to LP, and when I go to tangle, I get very little output, a shebang line and that is about it, I have noweb set to tangle, yet my references do not resolve. Any ideas why? -- Sam Flint swfl...@flintfam.org freenode: swflint (402) 517-8468 http://flintfam.org/~swflint BAFBF3FF

Re: [O] Babel Tangle issues

2013-11-01 Thread Eric Schulte
Sam Flint writes: > I use org-babel to LP, and when I go to tangle, I get very little > output, a shebang line and that is about it, I have noweb set to tangle, > yet my references do not resolve. Any ideas why? Without a minimal example illustrating the problem it is impossible to say. The fo

Re: [O] org-writers-room sort of works! just in time for NaNoWriMo

2013-11-01 Thread Alan L Tyree
Matt Price writes: > On Fri, Nov 1, 2013 at 2:08 AM, Alan L Tyree wrote: >> >> Matt Price writes: >> >>> I have just pushed a more-or-less-working version of my "Org Writer's >>> Room" mode to github: >>> >> >>> PS, the readme on github is a little out of date, but the code itself >>> is mostly

Re: [O] fold all drawers in a buffer?

2013-11-01 Thread Aaron Ecay
Hi Thorsten, 2013ko azaroak 1an, Thorsten Jolitz-ek idatzi zuen: > I tested the above functions with a big org file - way to slow. > These versions perfom better, but only on property drawers: > > #+begin_src emacs-lisp > (defun org-show-drawers () > "Unfold all drawers in buffer" > (i

Re: [O] fold all drawers in a buffer?

2013-11-01 Thread Thorsten Jolitz
Aaron Ecay writes: Hi Aaron, > 2013ko azaroak 1an, Thorsten Jolitz-ek idatzi zuen: >> I tested the above functions with a big org file - way to slow. >> These versions perfom better, but only on property drawers: >> >> #+begin_src emacs-lisp >> (defun org-show-drawers () >> "Unfold all d

Re: [O] Setting properties when scrolling around buffer puts property in wrong headline

2013-11-01 Thread John Hendy
Bump... at the least, wondering if this is intended/expected, or if it's a genuine issue. Perhaps no one else encounters this? John On Sat, Oct 26, 2013 at 11:11 PM, John Hendy wrote: > Greetings, > > > I'm supposing there's no way around this... but I'm creating a > taskjuggler document that's

Re: [O] Arbitrary lisp functions in column-attributes

2013-11-01 Thread Mark Edgington
Hi Aaron, I hadn't actually foreseen using it for column-view so much, but rather for a dynamic-block which generates a column-view of a tree. These are, as far as I understand, read-only. I don't think it would work well with read-write column-views, so if such a function were defined in the :CO

Re: [O] Setting properties when scrolling around buffer puts property in wrong headline

2013-11-01 Thread Thorsten Jolitz
John Hendy writes: >> I'm supposing there's no way around this... but I'm creating a >> taskjuggler document that's fairly wrong. I often find myself in a >> situation where I go to set a :depends: property to reference another >> headline and need to go see what it's task_id is. So, I scroll dow

[O] (idea?) fontification of live code blocks

2013-11-01 Thread Vicente Vera
Hello. I don't know if this has been mentioned before, but it would be nice to have fontified live code blocks, since sometimes it's hard to clearly distinguish---at least at first sight---between regular text and something like, for example, src_R[:session *project2*]{round(mean(data$AGE),digits=0

[O] Bug: = symbol in url converted to %3D [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/share/emacs/24.3.50/lisp/org/)]

2013-11-01 Thread Tyler Smith
MWE: test.org * This is a test. A link [[http://seqanswers.com/forums/showthread.php?t%3D21][to seqanswers.com]]. Exporting to latex from org-mode produces the following file: test.tex % Created 2013-11-01 Fri 16:37 \documentclass[11pt]{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fo

Re: [O] Bug: = symbol in url converted to %3D [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/local/share/emacs/24.3.50/lisp/org/)]

2013-11-01 Thread Tyler Smith
Sorry, i screwed up my cut and paste there. In test.org, the link has an = sign, not %3D. Tyler Sent with AquaMail for Android http://www.aqua-mail.com On November 1, 2013 5:10:38 PM Tyler Smith wrote: MWE: test.org * This is a test. A link [[http://seqanswers.com/forums/showthread.php?

[O] org-store-link programmatically?

2013-11-01 Thread David Belohrad
Dear all, i want to write a piece of code as a 'template', which generates TODO using capture template, and inserts into the todo a LINK TO THE LOCATION, from which I have called the org-capture. the main usage for me is basically when I get email message (notmuch), to generate a journal entry w

Re: [O] org-store-link programmatically?

2013-11-01 Thread Josiah Schwab
Hi David, > i want to write a piece of code as a 'template', which generates TODO > using capture template, and inserts into the todo a LINK TO THE > LOCATION, from which I have called the org-capture. Have you looked at "9.1.3 Capture templates" in the documentation? http://orgmode.org/manual/Ca

Re: [O] org-store-link programmatically?

2013-11-01 Thread David Belohrad
Josiah Schwab writes: > Hi David, > >> i want to write a piece of code as a 'template', which generates TODO >> using capture template, and inserts into the todo a LINK TO THE >> LOCATION, from which I have called the org-capture. > > Have you looked at "9.1.3 Capture templates" in the documentat

Re: [O] Beamer and org-language source blocks?

2013-11-01 Thread James Harkins
On Nov 1, 2013 4:35 PM, "Nicolas Goaziou" wrote: > Blocks cannot contain headlines. You need to protect offending lines > with a comma. See section 11.3 from the manual. I see it now... I was looking in the manual for info on source blocks, and didn't realize I needed to go up a conceptual level,