Re: [Orgmode] Adding a timestamp after refiling

2010-03-25 Thread Carsten Dominik
Hi Charles, On Mar 25, 2010, at 3:43 AM, Charles Cave wrote: I use a task planning methodology From Mark Forster called Autofocus (http://www.markforster.net/autofocus-index/) Part of the workflow is rewriting a task at the end of the list of things to do - in orgmode terms - refiling a task.

Re: [Orgmode] Re: Timeline of completed tasks?

2010-03-25 Thread Ryan Thompson
Yep, that looks like what I wanted. Thanks. On Wed, Mar 24, 2010 at 9:00 PM, Memnon Anon gegendosenflei...@googlemail.com wrote: Ryan Thompson r...@thompsonclan.org writes: Hi, Is there any way to view a timeline or agenda of completed tasks? That is, can I invert the normal logic of

Re: [Orgmode] Re: Basic orgmode tutorial

2010-03-25 Thread Carsten Dominik
On Mar 24, 2010, at 9:49 PM, Memnon Anon wrote: Dan Davison davi...@stats.ox.ac.uk writes: Yes, exactly. I want to counter some of the recent pessimism on this topic. Org-mode is very attractive to people in its own right, and as it happens it is implemented in emacs. I know one person

Re: [Orgmode] Bug: Export buffer w/o filename to ASCII errors out (patch attached) [6.34trans (release_6.34c.221.gadb2)]

2010-03-25 Thread Carsten Dominik
Applied, thanks. - Carsten On Mar 24, 2010, at 9:51 PM, David Maus wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report

[Orgmode] Re: apparently too stupid to use checkboxes

2010-03-25 Thread Detlef Steuer
checkboxes stop functioning again. Do you still have the defmacro in .emacs? No. I removed it, because in *Messages* there is (/usr/bin/emacs /tmp/orgtest.org) Loading regexp-opt...done Loading subst-ksc...done Loading subst-gb2312...done Loading subst-big5...done Loading subst-jis...done

[Orgmode] Repeating TODOs

2010-03-25 Thread Gary .
As I mentioned yesterday, I am trying to follow http://orgmode.org/worg/org-tutorials/tracking-habits.php I have the following entry: ** TODO Go to the gym :habit: SCHEDULED: 2010-03-24 Wed .+2d and even managed to successfully go to the gym as planned :) However, I

Re: [Orgmode] Re: Timeline of completed tasks?

2010-03-25 Thread Darlan Cavalcante Moreira
You may also show archived items with v A. If you turn on the log with v l and show archived items with v A you have a great way to see what you did. Even better if you change, for instance, to the month view with v m. - Darlan At Thu, 25 Mar 2010 00:15:53 -0700, Ryan Thompson

[Orgmode] Re: [feature request] use relative path in the file set by org-agenda-files

2010-03-25 Thread Mikael Fornius
Thanks Carsten for the feedback! The following patch remembers the un-expanded file names by re-reading the agenda-files definition file before saving. It matches the expanded file names with the un-expanded and keeps the un-expanded version when saving. If you like it please apply it. diff

Re: Switch language on heading lines in Latex export (was Re: [Orgmode] Re: org-beamer: How to get items appear sequentially rather than all at once)

2010-03-25 Thread Darlan Cavalcante Moreira
I think this behavior in org-mode is correct. For instance, suppose we have the heading below , | * Some heading | - \textbf{lalala} | - {\textbf lelele} | - \alert{lilili} ` In the first item org will recognize this is a Latex command and the brackets will be passed to Latex

[Orgmode] [PATCH] org-table: reference to free variable `line'

2010-03-25 Thread Mikael Fornius
As I compiled org-mode today I noticed a free variable and I think this change fixes it. diff --git a/lisp/org-table.el b/lisp/org-table.el index 670edcb..9614608 100644 --- a/lisp/org-table.el +++ b/lisp/org-table.el @@ -1043,8 +1043,8 @@ Return t when the line exists, nil if it does not exist.

[Orgmode] Re: Repeating TODOs

2010-03-25 Thread Bernt Hansen
Gary . em...@garydjones.name writes: As I mentioned yesterday, I am trying to follow http://orgmode.org/worg/org-tutorials/tracking-habits.php I have the following entry: ** TODO Go to the gym :habit: SCHEDULED: 2010-03-24 Wed .+2d and even managed to successfully go

Re: [Orgmode] [PATCH] org-table: reference to free variable `line'

2010-03-25 Thread Carsten Dominik
Applied, thanks. - Carsten On Mar 25, 2010, at 12:20 PM, Mikael Fornius wrote: As I compiled org-mode today I noticed a free variable and I think this change fixes it. diff --git a/lisp/org-table.el b/lisp/org-table.el index 670edcb..9614608 100644 --- a/lisp/org-table.el +++

Re: Switch language on heading lines in Latex export (was Re: [Orgmode] Re: org-beamer: How to get items appear sequentially rather than all at once)

2010-03-25 Thread Christian Wittern
Darlan, Thank you again. I think I understand the problem now. On 2010-03-25 20:02, Darlan Cavalcante Moreira wrote: Summarizing, define your macros as Latex macros instead of TeX ones and they should work. That is, something like \J{XXX}. Currently, the definition is

Re: [Orgmode] [PATCH] babel: add a :rownames argument to R code blocks

2010-03-25 Thread Eric Schulte
Hi Julien, Thanks for the patch, however it looks like the attached patch breaks columnname support for R source code blocks. I'm pasting in the relevant portion of our test suite, from the development.org file in our development repository [1]. Could you please sort this issue out before we

[Orgmode] [babel] passing strings in

2010-03-25 Thread Maurizio Vitale
In the table/block pair below, I'm trying to pass an IP number to some shell code. It seems like in the table formula I can only have numbers. Is that right? #+TBLNAME: system-host-ping :var host=system-hosts | name | ip | ping | |---++| | host

[Orgmode] Publishing not working: troubleshooting

2010-03-25 Thread Leo Ferres
Hello, I was wondering if anyone could help me with this. I guess this question has been asked before, but I couldn't find an answer. Apologies. The setting: I have a require entry in my .emacs that reads: (require 'dervin-org-projects) and a file dervin-org-projects.el that reads: (require

Re: [Orgmode] [PATCH] babel: add a :rownames argument to R code blocks

2010-03-25 Thread Dan Davison
Eric Schulte schulte.e...@gmail.com writes: Hi Julien, Thanks for the patch, however it looks like the attached patch breaks columnname support for R source code blocks. I'm pasting in the relevant portion of our test suite, from the development.org file in our development repository [1].

[Orgmode] org-beamer bug

2010-03-25 Thread Jason Dunsmore
From reading the org-beamer documentation, I get the impression that the following two should headings should be equivalent: * Example 1 :B_block: * Example 2 :PROPERTIES: :BEAMER_env: block :END: However, only the second example is actually

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Eric Schulte
Hi Maurizio, The ip addresses in your table are being interpreted as source/reference names which org-babel is trying to resolve. In order to differentiate between strings and reference names, we either must surround all strings in double quotes (as below) or we must end all references with ()

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Dan Davison
Maurizio Vitale m...@cuma.i-did-not-set--mail-host-address--so-tickle-me writes: In the table/block pair below, I'm trying to pass an IP number to some shell code. Hi Maurizio, I think you've forgotten to specify that 'ip' is an argument of the system-ping block. So either add e.g. :var ip=0

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Dan Davison
Eric Schulte schulte.e...@gmail.com writes: Hi Maurizio, The ip addresses in your table are being interpreted as source/reference names which org-babel is trying to resolve. In order to differentiate between strings and reference names, we either must surround all strings in double quotes

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Eric Schulte
Hi Maurizio, Thanks for the $$ suggestion, I think that sounds like the simplest solution. I've just applied it, so your original table should now work if you double the $ before the column number. Dan, I think this is preferable to forcing the addition of () for interpretation as a reference

[Orgmode] Re: org-beamer bug

2010-03-25 Thread Matt Lundin
Hi Jason, Jason Dunsmore jason.pub...@gmail.com writes: From reading the org-beamer documentation, I get the impression that the following two should headings should be equivalent: * Example 1 :B_block: * Example 2 :PROPERTIES:

[Orgmode] Re: Publishing not working: troubleshooting

2010-03-25 Thread Bernt Hansen
Hi Leo, My comments are inline below. Leo Ferres lfer...@ccs.carleton.ca writes: Hello, I was wondering if anyone could help me with this. I guess this question has been asked before, but I couldn't find an answer. Apologies. The setting: I have a require entry in my .emacs that reads:

[Orgmode] Re: org-mode tutorial questionaire

2010-03-25 Thread Austin Frank
On Wed, Mar 24 2010, Ian Barton wrote: I keep my stuff in git too, but recently I have found Dropbox very useful. Once I discovered how to install it on my server it meant that all my config files were automatically kept in sync on my computers. in fact Dropbox is still great even if you

[Orgmode] checklist and org-after-todo-statistics-hook

2010-03-25 Thread David Ellis
I have the following in my .emacs file to automatically update the todo state of a parent todo based on the number of completed children. (defun org-summary-todo (n-done n-not-done) Switch entry to DONE when all subentries are done, to TODO otherwise. (this is an unquoted list) (let

[Orgmode] Re: Publishing not working: troubleshooting

2010-03-25 Thread Leo Ferres
Hi, Bernt; My C-c C-e is indeed mapped to org-export... the project, however, does not get published. If I export the file to html, that does work. It's just org-publish-org-to-html that seems to be broken for me. Any ideas? Leo ___ Emacs-orgmode

[Orgmode] Re: Repeating TODOs

2010-03-25 Thread Memnon Anon
Bernt Hansen be...@norang.ca writes: I think it works as you want if you just drop the . SCHEDULED: 2010-03-24 Wed +2d .+2d is 2 days from today +2d is 2 days later ++2d repeat 2 days later until the date is after today I think all of these formats work with habits. If this is really

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Maurizio Vitale
Eric == Eric Schulte schulte.e...@gmail.com writes: Eric Hi Maurizio, The ip addresses in your table are being Eric interpreted as source/reference names which org-babel is Eric trying to resolve. In order to differentiate between strings Eric and reference names, we either must

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Maurizio Vitale
Dan == Dan Davison davi...@stats.ox.ac.uk writes: Dan Maurizio Vitale Dan m...@cuma.i-did-not-set--mail-host-address--so-tickle-me Dan writes: In the table/block pair below, I'm trying to pass an IP number to some shell code. Dan Hi Maurizio, Dan I think you've

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Thomas S. Dye
On Mar 25, 2010, at 6:49 AM, Dan Davison wrote: Eric Schulte schulte.e...@gmail.com writes: Hi Maurizio, The ip addresses in your table are being interpreted as source/ reference names which org-babel is trying to resolve. In order to differentiate between strings and reference names,

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Dan Davison
Dan Davison davi...@stats.ox.ac.uk writes: Eric Schulte schulte.e...@gmail.com writes: Hi Maurizio, The ip addresses in your table are being interpreted as source/reference names which org-babel is trying to resolve. In order to differentiate between strings and reference names, we either

Re: [Orgmode] [babel] passing strings in

2010-03-25 Thread Eric Schulte
Dan Davison davi...@stats.ox.ac.uk writes: Dan Davison davi...@stats.ox.ac.uk writes: [...] Hi Eric, Thanks for the much better answer. I think my vote goes for your second option. Actually, although I think what I said below is valid, it's much less obvious what a good solution is

[Orgmode] spreadsheet: column width behavior(s)

2010-03-25 Thread Michael Brand
Hi Carsten, hi all Are there reasons to only narrow but not to widen columns? I would like the behavior `fixed width' like | year | boss | facility management assistant | | | 30 | 30 |

[Orgmode] Re: org-beamer bug

2010-03-25 Thread Jason Dunsmore
Thanks for the explanation. The documentation is confusing. If this property is set, the entry will also get a `:B_environment:' tag to make this visible. This tag has no semantic meaning, it is only a visual aid. I thought there was actually a `:B_environment:' tag. I also didn't know

Re: [Orgmode] using orgmode to send html mail?

2010-03-25 Thread David Maus
Okay, took a look on the specs and attached is a memo on how an implementation of org to MIME could be done. The MIME delimiters of SEMI and mml are quite similar so there's already a generic function that creates representation of a MIME message for both. I've published this memo on Worg, too,

[Orgmode] Re: Repeating TODOs

2010-03-25 Thread Bernt Hansen
Memnon Anon gegendosenflei...@googlemail.com writes: Bernt Hansen be...@norang.ca writes: I think it works as you want if you just drop the . SCHEDULED: 2010-03-24 Wed +2d .+2d is 2 days from today +2d is 2 days later ++2d repeat 2 days later until the date is after today I think all

[Orgmode] Writing papers in foreign languages (toc and image captions)

2010-03-25 Thread Nurullah Akkaya
Hi, I am using org-mode to write a paper in Turkish, when I export a pdf, table of contents header reads Contents also images containing captions has Figure N in them. Is it possible to change these words to their Turkish equivalent? Thanks... -- Nurullah Akkaya http://nakkaya.com

Re: [Orgmode] Writing papers in foreign languages (toc and image captions)

2010-03-25 Thread Torsten Wagner
Hi Nirullah, I guess for that you have to use the latex babel package (not mixing up with org-babel), furthermore, you might have to use inputenc and fontenc if you get problems with special turkish characters. All of those you should be able to add to the LATEX header of your org-file More

Re: [Orgmode] Writing papers in foreign languages (toc and image captions)

2010-03-25 Thread Nurullah Akkaya
Hi Torsten, Thanks for the tip, adding #+LATEX_HEADER: \usepackage[turkish]{babel} changed both toc and figure captions to Turkish however, images containing captions, #+CAPTION: Iki sensor yerlesimi. [[./img/sensor-yerlesim-2.jpg]] disappeared, I have following in their place now,

Re: [Orgmode] Writing papers in foreign languages (toc and image captions)

2010-03-25 Thread Torsten Wagner
Nurullah, nice to hear it is working now #+LATEX_HEADER: \usepackage[turkish]{babel} changed both toc and figure captions to Turkish however, images containing captions, #+CAPTION: Iki sensor yerlesimi. [[./img/sensor-yerlesim-2.jpg]] disappeared, I have following in their

[Orgmode] [Org-mode] Stop exporting u...@hostname to html

2010-03-25 Thread John Hendy
Perhaps a silly question: just wondering if it's possible to stop having this at the bottom of every html file I export: /- | Author: John W. Henderson usern...@hostname jwhe...@zenwalk | Date: 2010-03-25 21:56:05 CDT | HTML generated by org-mode 6.34trans in emacs 23 \--

Re: [Orgmode] Writing papers in foreign languages (toc and image captions)

2010-03-25 Thread Nurullah Akkaya
Torsten, Thanks for all the help, It turns out that it is a latex problem, switching to other languages works such as german french but turkish causes compile errors. Regards, -- Nurullah Akkaya http://nakkaya.com On Fri, Mar 26, 2010 at 4:55 AM, Torsten Wagner torsten.wag...@gmail.com wrote:

Re: [Orgmode] suggestion: display of #+TITLE

2010-03-25 Thread Dan Davison
Carsten, Scot -- Scot Becker scot.bec...@gmail.com writes: Or what about---in the spirit of the 'hidden' outline stars---the option to set #+TITLE: and friends in a 'barely visible' color, and in the 'standard' font of the document, if that's possible. OK, I understand that

[Orgmode] LaTeX package dependencies

2010-03-25 Thread Carsten Dominik
Hi everyone, I am working on better entity (special symbol) support for export, based on a list Ulf Stegemann has compiled. The list Ulf has sent me requires the following LaTeX packages to be available: * t1enc * textcomp * marvosym * wasysym * MnSymbol Before I introduce new dependencies on

Re: [Orgmode] possible bug: TAB after elipsis

2010-03-25 Thread Livin Stephen Sharma
Yep, I see this too! setup org-version: 6.34trans (from 2010_02_25) emacs: 23.1.50.1 Livin Stephen Sharma On Mar 24, 2010, at 23:34:40 , Anthony Lander wrote: If the cursor is after the elipsis on a folded entry like this: Some entry...| pressing TAB doesn't expand the