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

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

[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

[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 t

Re: [O] org-export-blocks, HTML, 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: this is a paragraph. and another. #+html:

[O] org-export-blocks, HTML, 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 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

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 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

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.

[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] 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.

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 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

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 ques

[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] 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 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

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

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

Re: [O] sbe with :file header arg?

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

[O] sbe with :file header arg?

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

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

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

Re: [O] short timestamp in org-log-note-headings

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

Re: [O] Patch for numbering continuation in source blocks.

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

Re: [O] short timestamp in org-log-note-headings

2011-10-07 Thread John J Foerch
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

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

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

Re: [O] short timestamp in org-log-note-headings

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

[O] short timestamp in org-log-note-headings

2011-10-07 Thread John J Foerch
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

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

2011-10-07 Thread Eric Schulte
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"

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 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 >

[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 Date: Fri, 7 Oct 2011 15:37:02 +0100 Subject: [PATCH] Fix

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 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

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

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

[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. Furtherm

[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

Re: [O] Registration for Worg commit access

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

Re: [O] Sorting Agenda By Priority

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

Re: [O] Sorting Agenda By Priority

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

[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 understand

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 > 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. >

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

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

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

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 wil

[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 O

[O] Custom agenda: tasks scheduled today or earlier and tags

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

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 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

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.