PS. Note that with the code example I sent, your templates can also
access the special properties listed in section 7.2 of the manual,
such as TODO, ALLTAGS, TIMESTAMP, DEADLINE etc.
Hi Brian,
On Fri, Oct 7, 2011 at 12:38 AM, Brian van den Broek
wrote:
> It just seemed that since orgmode parse text yanked into the dt prompt, it
> would be in keeping with the general spirit of the mode to parse selected
> text, too. But, as I said, it isn't a big deal.
I don't quite understan
Hi,
I would like to make a custom agenda that
1) filters based on tags
then
2) filters on TODO status
then
3a) shows all un-scheduled tasks
3b) shows all tasks scheduled for today or earlier
I am doing this to implement a kind of "tickler" file for GTD. Currently I have
custom agenda that does
Hi all,
So I've started Emacs 23.3 with -q option, and I've got an org document
open. How do I go about completing in steps?
org-outline-path-complete-in-steps is a variable defined in `org.el'.
Its value is t
Documentation:
Non-nil means, complete the outline path in hierarchical steps.
When O
Sebastien Vauban wrote:
[...]
> But I'm surprised I did not see any error reported.
This is a feature of org-hh:mm-string-to-minutes:
| Convert a string H:MM to a number of minutes.
| If the string is just a number, interpret it as minutes.
| In fact, the first hh:mm or number in the string wil
On Oct 7, 2011, at 11:06 AM, Le Wang wrote:
> Hi all,
>
> So I've started Emacs 23.3 with -q option, and I've got an org document open.
> How do I go about completing in steps?
>
> org-outline-path-complete-in-steps is a variable defined in `org.el'.
> Its value is t
>
> Documentation:
> Non
On Fri, Oct 7, 2011 at 5:15 PM, Carsten Dominik
wrote:
> To get deeper, you need to customize `org-refile-targets'.
>
What does "in-steps" mean here? I thought that I'd have to complete top
level, then complete the next level, etc, etc.
I've evaled
(setq org-refile-targets '((nil :maxlevel . 3
On Oct 7, 2011, at 11:25 AM, Le Wang wrote:
> On Fri, Oct 7, 2011 at 5:15 PM, Carsten Dominik
> wrote:
> To get deeper, you need to customize `org-refile-targets'.
>
> What does "in-steps" mean here? I thought that I'd have to complete top
> level, then complete the next level, etc, etc.
>
Hi all
I want to sort the agenda file so that the tasks marked with
priorities A, B and C are all at the top, with tasks marked with no
priority underneath.
I've tried reading the manual on this
(http://orgmode.org/manual/Sorting-of-agenda-items.html#Sorting-of-agenda-items),
but don't understand
Richard Parsons writes:
> Hi all
>
> I want to sort the agenda file so that the tasks marked with
> priorities A, B and C are all at the top, with tasks marked with no
> priority underneath.
>
> I've tried reading the manual on this
> (http://orgmode.org/manual/Sorting-of-agenda-items.html#Sortin
On Fri, Oct 7, 2011 at 12:26 PM, Bernt Hansen wrote:
> Richard Parsons writes:
>
>> Hi all
>>
>> I want to sort the agenda file so that the tasks marked with
>> priorities A, B and C are all at the top, with tasks marked with no
>> priority underneath.
>>
>> I've tried reading the manual on this
Hi Jason
Jason Dunsmore writes:
> Martyn Jago writes:
>
>> Hi
>>
>> Would it be possible for someone to provide we with commit access to
>> Worg?
>
> Hi Martyn,
>
> Here are the instructions for contributing to Worg:
> http://orgmode.org/worg/worg-git.html#contribute-to-worg
>
> Did you email M
Just FYI, on git master @ 13b4f I'm seeing a Make error during byte compilation
of lisp/ob-shen.el:
emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name
\"./lisp/\") (cons \"/usr/local/share/emacs/site-lisp\" load-path)))" -f
batch-byte-compile lisp/ob-shen.el
In toplevel
Hi all,
Hi Eric (hehehe because most likely you read it ;) )
I try for the first time to write an entire article in org-mode.
I do so, because with the tags :export: :noexport: I can easily keep
my personal notes and todos "hidden" and the final export will be just
what I want to publish.
Furtherm
Torsten Wagner wrote:
> Hi all,
> Hi Eric (hehehe because most likely you read it ;) )
>
> I try for the first time to write an entire article in org-mode.
> I do so, because with the tags :export: :noexport: I can easily keep
> my personal notes and todos "hidden" and the final export will be j
On 7 October 2011 10:12, suvayu ali wrote:
> Hi Brian,
>
> On Fri, Oct 7, 2011 at 12:38 AM, Brian van den Broek
> wrote:
>> It just seemed that since orgmode parse text yanked into the dt prompt, it
>> would be in keeping with the general spirit of the mode to parse selected
>> text, too. But, as
Hi
Patch to fix regression caused by commit 53573d6 (lisp/ob-shen.el causes
isolated tests to fail). See http://martynjago.com:/
Best, Martyn
>From 18e67dae6ac7c9ec8bfee9d53358e379b0e1ece1 Mon Sep 17 00:00:00 2001
From: Martyn Jago
Date: Fri, 7 Oct 2011 15:37:02 +0100
Subject: [PATCH] Fix
Hi Jeff,
Thanks for reporting this error, I've just pushed up a fix.
Best -- Eric
Jeff Kowalczyk writes:
> Just FYI, on git master @ 13b4f I'm seeing a Make error during byte
> compilation
> of lisp/ob-shen.el:
>
> emacs -batch -q -no-site-file -eval "(setq load-path (cons (expand-file-name
>
Nick Dokos writes:
> Torsten Wagner wrote:
>
>> Hi all,
>> Hi Eric (hehehe because most likely you read it ;) )
>>
>> I try for the first time to write an entire article in org-mode.
>> I do so, because with the tags :export: :noexport: I can easily keep
>> my personal notes and todos "hidden"
Hello,
I wonder if a format code could be added for org-log-note-headings that
allows the insertion of a short timestamp (without clock time). The use
case for this is that I log state changes of to-do items, but the
precise time of the state change is usually more information than I want
to reco
Sure, please make a patch!
- Carsten
On 7.10.2011, at 17:22, John J Foerch wrote:
> Hello,
>
> I wonder if a format code could be added for org-log-note-headings that
> allows the insertion of a short timestamp (without clock time). The use
> case for this is that I log state changes of to-do
Brian van den Broek wrote:
> ...
> Say I have a buffer with the following contents:
>
> <-->
> Some text in a buffer with orgmode enabled.
>
> Blah blah, Tuesday at 3pm blah blah September 19, 2003, 14:00-15:00 blah blah
> <-->
>
> As it is now, if I kill the text "Tuesday at 3pm", an
Carsten Dominik writes:
> Sure, please make a patch!
>
> - Carsten
>
> On 7.10.2011, at 17:22, John J Foerch wrote:
>
>> Hello,
>>
>> I wonder if a format code could be added for org-log-note-headings that
>> allows the insertion of a short timestamp (without clock time). The use
>> case for thi
Hi Niels,
is the purpose of this patch to be able to insert an unnumbered code block
between two numbered ones and to continue the numbering from the first in the
third?
- Carsten
On 2.10.2011, at 12:40, Niels Giesen wrote:
> NOTE: I have tried earlier to send this patch with git send-email,
>
Hi John
Thank you for this patch, this is exactly what I have been looking for
when I started to use logging. Because I did not realize how easy this
is to implement I had it only on my list for someday/maybe...
Michael
On Fri, Oct 7, 2011 at 18:15, John J Foerch wrote:
> Okay, here it is. Thi
On Fri, Oct 7, 2011 at 5:49 PM, Carsten Dominik
wrote:
> > (setq org-refile-targets '((nil :maxlevel . 3)))
>
> Do you have (setq org-refile-use-outline-path t)
>
> ???
>
No, I was starting from emacs -q. I do now. And it works as expected.
Thanks.
--
Le
Hello,
I think I have one case of strange behaviour and one feature request, if it
isn't already possible.
I would like to make one plot per row of a table. This is useful because the
contents of the row may be parameters in an R session, and a link to the
resulting plot can be put in the last c
Myles English writes:
> Hello,
>
> I think I have one case of strange behaviour and one feature request, if it
> isn't already possible.
>
> I would like to make one plot per row of a table. This is useful because the
> contents of the row may be parameters in an R session, and a link to the
> r
Hi Truong,
I just exported your example below to LaTeX w/o any problem. Could you
try updating to the latest version of Org-mode and let me know if the
problem persists?
Thanks -- Eric
Truong Nghiem writes:
> Remember to cover the basics, that is, what you expected to happen and
> what in fac
I updated to the latest development version of org-mode, and everything is
fine now. Thanks.
--
Truong
On Fri, Oct 7, 2011 at 2:24 PM, Eric Schulte wrote:
> Hi Truong,
>
> I just exported your example below to LaTeX w/o any problem. Could you
> try updating to the latest version of Org-mode a
Hi all,
This is probably a really simple question but I'd like to double space my
Latex output. I added #+LaTeX_CLASS_OPTIONS:[setspace, doublespace] to the
header and I do have the setspace package, but the output is still
single-spaced. Any ideas?
Thanks!
-deech
Hi deech,
Does including the package and using double space work?
#+LATEX_HEADER: \usepackage{setspace}
#+LATEX_HEADER: \doublespacing
If not, what does the exported `.tex` file look like?
Chris
On Oct 7, 2011, at 12:07 PM, aditya siram wrote:
> Hi all,
> This is probably a really simple ques
Yes that worked! Thanks for the quick response!
-deech
On Fri, Oct 7, 2011 at 2:12 PM, Chris Malone wrote:
> Hi deech,
>
> Does including the package and using double space work?
>
> #+LATEX_HEADER: \usepackage{setspace}
> #+LATEX_HEADER: \doublespacing
>
> If not, what does the exported `.tex` f
No problem.
For future reference, the `#+LATEX_CLASS_OPTIONS` really only apply options to
the document class, for example to get something exported like
\documentclass[10pt,twocolumn]{article}
you would want to use the `#+LATEX_CLASS_OPTIONS` to add the "10pt" and
"twocolumn" class options.
Hello Org-mode,
There are some Org-mode bugs at
http://debbugs.gnu.org/org-mode
that were reported to Emacs. Maybe someone could take a look at them.
Thanks.
I have a (very) small personal wiki in org mode where I add stuff that I
read/learn that deserve this work. I usually don't need to export it, but
recently I was trying to export it to PDF and HTML and I had the same doubt
with a block o tikz code.
It would be nice if org had a begin_tikz block.
On Fri, 07 Oct 2011 18:26:15 -0300, Darlan Cavalcante Moreira
wrote:
> It would be nice if org had a begin_tikz block. This block could either
> create a PDF file or include the tikz code directly in the latex file when
> exporting to latex (or PDF), and create an SVG file when when exporting to
I am trying to define a custom block for export to HTML with
org-export-blocks, but I'm getting confused by the way tags are
inserted.
I've whittled my org-export-blocks-format-blah function down to the form
(defun huh/org-export-blocks-format-blah (body &rest headers)
;; One of the two triv
Although you are talking about special blocks, it's worth pointing out that
the following exports with incorrect nesting. To make it
nest properly you have to add newlines.
I did not follow the previous thread, so this might be irrelevant.
===
#+html:
this is a paragraph.
and another.
#+html:
Hi,
I am maintaining my calendar in gcal and org.
I have been switching back and forth between Eric's awk script and a
python script posted on this list recently. The later contains some
bugs.
However, I experience two issues with Eric's script.
* Repeated events
For repeated events only t
What I'm imagining is a command executed on a headline to insert a property
into each of its children "fixing" the current order; something like
":sorted:01", ":sorted:02" etc. Ideally there would be a prompt for the
property key (or part of it) so that there could be more than one such
property
Darlan Cavalcante Moreira writes:
> It would be nice if org had a begin_tikz block. This block could either
> create a PDF file or include the tikz code directly in the latex file when
> exporting to latex (or PDF), and create an SVG file when when exporting to
> HTML. Of course this block should
42 matches
Mail list logo