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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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
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
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?
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
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
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
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,
24 matches
Mail list logo