Re: [O] Merge Properties into Template

2011-10-07 Thread Christian Moe
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.

Re: [O] feature suggestion: apply datetime prompt magic to selected region

2011-10-07 Thread suvayu ali
Hi Brian, On Fri, Oct 7, 2011 at 12:38 AM, Brian van den Broek brian.van.den.br...@gmail.com 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

[O] org-outline-completion-in-steps

2011-10-07 Thread Le Wang
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

Re: [O] Table formula not returning an error

2011-10-07 Thread Lawrence Mitchell
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

Re: [O] org-outline-completion-in-steps

2011-10-07 Thread Carsten Dominik
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-nil

Re: [O] org-outline-completion-in-steps

2011-10-07 Thread Le Wang
On Fri, Oct 7, 2011 at 5:15 PM, Carsten Dominik carsten.domi...@gmail.comwrote: 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

Re: [O] org-outline-completion-in-steps

2011-10-07 Thread Carsten Dominik
On Oct 7, 2011, at 11:25 AM, Le Wang wrote: On Fri, Oct 7, 2011 at 5:15 PM, Carsten Dominik carsten.domi...@gmail.com 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

[O] Sorting Agenda By Priority

2011-10-07 Thread Richard Parsons
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

Re: [O] Sorting Agenda By Priority

2011-10-07 Thread Bernt Hansen
Richard Parsons richard.lee.pars...@gmail.com 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

Re: [O] Sorting Agenda By Priority

2011-10-07 Thread Richard Parsons
On Fri, Oct 7, 2011 at 12:26 PM, Bernt Hansen be...@norang.ca wrote: Richard Parsons richard.lee.pars...@gmail.com 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

Re: [O] Registration for Worg commit access

2011-10-07 Thread Martyn Jago
Hi Jason Jason Dunsmore jasondunsm...@gmail.com writes: Martyn Jago martyn.j...@btinternet.com 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:

[O] lisp/ob-shen.el:37:1:Error: Cannot open load file: inf-shen

2011-10-07 Thread Jeff Kowalczyk
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 form:

[O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-07 Thread Torsten Wagner
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.

Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-07 Thread Nick Dokos
Torsten Wagner torsten.wag...@gmail.com 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

Re: [O] feature suggestion: apply datetime prompt magic to selected region

2011-10-07 Thread Brian van den Broek
On 7 October 2011 10:12, suvayu ali fatkasuvayu+li...@gmail.com wrote: Hi Brian, On Fri, Oct 7, 2011 at 12:38 AM, Brian van den Broek brian.van.den.br...@gmail.com wrote: It just seemed that since orgmode parse text yanked into the dt prompt, it would be in keeping with the general spirit of

[O] [patch][babel] Patch to fix regression (commit 53573d6)

2011-10-07 Thread Martyn Jago
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 martyn.j...@btinternet.com Date: Fri, 7 Oct 2011 15:37:02

Re: [O] lisp/ob-shen.el:37:1:Error: Cannot open load file: inf-shen

2011-10-07 Thread Eric Schulte
Hi Jeff, Thanks for reporting this error, I've just pushed up a fix. Best -- Eric Jeff Kowalczyk j...@yahoo.com 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

Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-07 Thread Eric Schulte
Nick Dokos nicholas.do...@hp.com writes: Torsten Wagner torsten.wag...@gmail.com 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

Re: [O] Bug: Error while exporting with LaTeX code block [7.7]

2011-10-07 Thread Truong Nghiem
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 schulte.e...@gmail.com wrote: Hi Truong, I just exported your example below to LaTeX w/o any problem. Could you try updating to the latest

[O] Double Spacing Latex Output

2011-10-07 Thread aditya siram
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

Re: [O] Double Spacing Latex Output

2011-10-07 Thread Chris Malone
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

Re: [O] Double Spacing Latex Output

2011-10-07 Thread aditya siram
Yes that worked! Thanks for the quick response! -deech On Fri, Oct 7, 2011 at 2:12 PM, Chris Malone chris.m.mal...@gmail.comwrote: Hi deech, Does including the package and using double space work? #+LATEX_HEADER: \usepackage{setspace} #+LATEX_HEADER: \doublespacing If not, what does the

Re: [O] Double Spacing Latex Output

2011-10-07 Thread Chris Malone
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.

[O] Org-mode bugs reported to Emacs

2011-10-07 Thread Glenn Morris
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.

Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-07 Thread Darlan Cavalcante Moreira
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.

Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-07 Thread Tom Prince
On Fri, 07 Oct 2011 18:26:15 -0300, Darlan Cavalcante Moreira darc...@gmail.com 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

[O] org-export-blocks, HTML, p problem.

2011-10-07 Thread Jacek Generowicz
I am trying to define a custom block for export to HTML with org-export-blocks, but I'm getting confused by the way p 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

Re: [O] org-export-blocks, HTML, p problem.

2011-10-07 Thread Samuel Wales
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: div something this is a paragraph. and

[O] Question on ical2org script

2011-10-07 Thread Rasmus
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

[O] Idea: insert current sort order property

2011-10-07 Thread Gez
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 for a