[Orgmode] Re: Finally jekyll and org-jekyll

2010-08-12 Thread Andrea Crotti
Ian Barton li...@manor-farm.org writes: Hi Andrea, I don't use org-jekyll myself. You can view my tutorial on the way I di it at http://orgmode.org/worg/org-tutorials/org-jekyll.php . Basically what you need to do is to organize your system so that org publishes your .org files to html in

Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-12 Thread Bastien
Noorul Islam K M noo...@noorul.com writes: For me J takes me to the org file entry not to the agenda entry. That's weird. Did you pull and get the last Org? `J' should: - move the point to the clocked in entry in the agenda buffer - if the clocked entry is not listed in the agenda buffer,

[Orgmode] Re: Agenda view Face for deadlines PATCH

2010-08-12 Thread Sébastien Vauban
Hi all, Sébastien Vauban wrote: Carsten Dominik wrote: Sébastien Vauban wrote: Sébastien Vauban wrote: Sébastien Vauban wrote: In the same kind of thought, trying to enhance the way we (or I) visualize tasks in the agenda, I have chosen some sort of inverse video face for deadlines.

Re: [Orgmode] [Patch] org-capture.el

2010-08-12 Thread Bastien
Hi Mark, Mark Scala marksc...@gmail.com writes: When capture templates with tags are finalized, those tags are not realigned.  I think this fixes it (does in the cases I've tested). Thanks for the patch -- I have (setq org-auto-align-tags t) here and tags are aligned when capturing. Would

Re: [Orgmode] [PATCH] org-bbdb: Be lenient. Ignore case in anniv class string.

2010-08-12 Thread Bastien
Jambunathan K kjambunat...@gmail.com writes: Permit bbdb entries like '1973-06-22 Birthday'. i.e., Ignore the case of anniv class. I have applied a slightly modified version of this patch, since `assoc-ignore-case' is obsolete. Thanks! -- Bastien

[Accepted] [Orgmode] Fix org-indent-mode message when mode is refused

2010-08-12 Thread Carsten Dominik
Patch 202 (http://patchwork.newartisans.com/patch/202/) is now Accepted. Maintaner comment: No comment This relates to the following submission: http://mid.gmane.org/%3C1281221383-20101-1-git-send-email-bernt%40norang.ca%3E Here is the original message containing the patch: Content-Type:

[Accepted] [Orgmode] Re: [PATCH] Table caption produces trailing nil in pdf export

2010-08-12 Thread Carsten Dominik
Patch 211 (http://patchwork.newartisans.com/patch/211/) is now Accepted. Maintaner comment: No comment This relates to the following submission: http://mid.gmane.org/%3C87bp9a8a8b.wl%25n.goaziou%40gmail.com%3E Here is the original message containing the patch: Content-Type: text/plain;

Re: [Orgmode] Looking for a sample function to find a location for org-capture

2010-08-12 Thread Carsten Dominik
On Aug 12, 2010, at 3:30 AM, Charles Cave wrote: I'm exploring the many features of org-capture and I see the documentation about a function for finding the location for refiling. What exactly are you referring to? I would like to see some sample code on how to do this. At the moment I

[Orgmode] Re: Proposed command: org-agenda-clock-goto

2010-08-12 Thread Noorul Islam K M
Bastien bastien.gue...@wikimedia.fr writes: Noorul Islam K M noo...@noorul.com writes: For me J takes me to the org file entry not to the agenda entry. That's weird. Did you pull and get the last Org? `J' should: - move the point to the clocked in entry in the agenda buffer - if the

[Orgmode] Re: Print / export TODO Tree

2010-08-12 Thread Noorul Islam K M
Nathan Neff nathan.n...@gmail.com writes: Sorry if this is a FAQ, but is there a way to export or print a TODO tree? For example you can export a subtree as HTML and open the same in browser by placing the cursor on the subtree and using Use C-c C-e 1 b Try different option instead of 'b'

Re: [Orgmode] [Patch] org-capture.el

2010-08-12 Thread Mark Scala
Bastien, Thanks, I hadn't checked the value of org-auto-realign-tags before looking at org-capture. But unfortunately that doeesn't solve the problem for me, the tags just aren't realigning. (org-auto-realign-tags is set true by default in my reference branch.) My capture output still looks

Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-12 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 12, 2010, at 12:13 AM, Bastien wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hmmm, I just pulled, and J jumps to the org-mode file while C-c C-x C- j goes to the agenda lines corresponding to the clocking item. I meant

[Orgmode] Re: Clock history, C-u C-c C-x C-i not working properly

2010-08-12 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 12, 2010, at 2:40 AM, Bernt Hansen wrote: Markus Heller helle...@gmail.com writes: Bernt Hansen be...@norang.ca writes: Markus Heller helle...@gmail.com writes: Hello all, I have had this issue for quite a while, and now it's

Re: [Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-12 Thread Carsten Dominik
On Aug 12, 2010, at 1:23 PM, Bernt Hansen wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Aug 12, 2010, at 12:13 AM, Bastien wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hmmm, I just pulled, and J jumps to the org-mode file while C-c C-x C- j goes to the agenda

[Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Eric S Fraga
Hello all, Back from a short holiday and trying to catch up on work... and so I may have missed something in the org mailing list (although I've searched...). I have a large file which includes many babel code blocks (mostly maxima) that I wish to have evaluated on export. This works except

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Erik Iverson
Can you try setting it via setq (i.e., globally) and see what happens? On 08/12/2010 07:53 AM, Eric S Fraga wrote: Hello all, Back from a short holiday and trying to catch up on work... and so I may have missed something in the org mailing list (although I've searched...). I have a large file

Re: [Accepted] [Orgmode] Re: [PATCH] Table caption produces trailing nil in pdf export

2010-08-12 Thread John Hendy
Now that the patch is official, how do I conduct my next git pull since I don't really want to commit my modified file in favor of the incoming from the git server? Sorry... never really done this part before. I have had a hard enough time trying to learn some git basics; merging is still elusive

Re: [Orgmode] [Patch] org-capture.el

2010-08-12 Thread Bastien
Hi Mark, Mark Scala marksc...@gmail.com writes: Thanks, I hadn't checked the value of org-auto-realign-tags before looking at org-capture. (Please note this is `org-auto-align-tags' -- not `org-auto-REalign-tags'.) But unfortunately that doeesn't solve the problem for me, the tags just

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Eric S Fraga
On Thu, 12 Aug 2010 08:44:42 -0500, Erik Iverson er...@ccbr.umn.edu wrote: Can you try setting it via setq (i.e., globally) and see what happens? On 08/12/2010 07:53 AM, Eric S Fraga wrote: Hello all, Back from a short holiday and trying to catch up on work... and so I may have

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Nick Dokos
Eric S Fraga ucec...@ucl.ac.uk wrote: Hello all, Back from a short holiday and trying to catch up on work... and so I may have missed something in the org mailing list (although I've searched...). I have a large file which includes many babel code blocks (mostly maxima) that I wish to

Re: [Accepted] [Orgmode] Re: [PATCH] Table caption produces trailing nil in pdf export

2010-08-12 Thread Bastien
John Hendy jw.he...@gmail.com writes: Now that the patch is official, how do I conduct my next git pull since I don't really want to commit my modified file in favor of the incoming from the git server? If your patch comes from a temporary branch, just checkout the master branch (~$ git

Re: [Orgmode] Re: Agenda view Face for deadlines PATCH

2010-08-12 Thread Bastien
Hi Sébastien, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Though, what I really don't understand is that I `C-u C-M-x' the function =org-agenda-highlight-todo=, and then call =org-agenda-list=, expecting to trace the function that *highlights every TODO line* of my agenda. And...

Re: [Orgmode] Looking for a sample function to find a location for org-capture

2010-08-12 Thread Bastien
Charles Cave charles_c...@optusnet.com.au writes: I'm exploring the many features of org-capture and I see the documentation about a function for finding the location for refiling. Let's say you have this capture template: , | (setq org-capture-templates | '((w WP TEST entry (function

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Erik Iverson
Eric S Fraga wrote: On Thu, 12 Aug 2010 08:44:42 -0500, Erik Iverson er...@ccbr.umn.edu wrote: Can you try setting it via setq (i.e., globally) and see what happens? On 08/12/2010 07:53 AM, Eric S Fraga wrote: Hello all, Back from a short holiday and trying to catch up on work... and so I

[Orgmode] [Org-Babel] and R... non-numeric cells

2010-08-12 Thread Sébastien Vauban
Hello, For a report I'm writing, I've been helped by a colleague of mine (let's call him Albert) for the R graphics generation. Here's an extract of my doc: --8---cut here---start-8--- #+TBLNAME: investissement-2010-2013 #+ATTR_LaTeX: align=l |

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Erik Iverson
Nick Dokos wrote: Eric S Fraga ucec...@ucl.ac.uk wrote: Hello all, Back from a short holiday and trying to catch up on work... and so I may have missed something in the org mailing list (although I've searched...). I have a large file which includes many babel code blocks (mostly maxima)

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Eric S Fraga
On Thu, 12 Aug 2010 09:59:02 -0500, Erik Iverson er...@ccbr.umn.edu wrote: Eric S Fraga wrote: On Thu, 12 Aug 2010 08:44:42 -0500, Erik Iverson er...@ccbr.umn.edu wrote: Can you try setting it via setq (i.e., globally) and see what happens? On 08/12/2010 07:53 AM, Eric S Fraga

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Erik Iverson
Eric S Fraga wrote: On Thu, 12 Aug 2010 09:59:02 -0500, Erik Iverson er...@ccbr.umn.edu wrote: Eric S Fraga wrote: On Thu, 12 Aug 2010 08:44:42 -0500, Erik Iverson er...@ccbr.umn.edu wrote: Can you try setting it via setq (i.e., globally) and see what happens? On 08/12/2010 07:53 AM,

Re: [Orgmode] [Org-Babel] and R... non-numeric cells

2010-08-12 Thread Erik Iverson
Hello, I'm *guessing* that this is more likely an issue of R than of org-mode. Have you tried tangling the code and simply running the scripts through R? Essentially, the as.matrix function call is returning a character matrix, which could mean your object 'alldata' has some factors instead

Re: [Orgmode] [Org-Babel] and R... non-numeric cells

2010-08-12 Thread Neil Hepburn
I have had a similar problem and I traced it back to the presence of horizontal lines in the source table. The two ways that I have dealt with the problem are to either not have horizontal lines in the table or use some R stuff to clean things up. For example, suppose that I have the following

[Orgmode] Problem with named footnotes and LaTeX export?

2010-08-12 Thread Kai
Hi, First, thank you to all Org-mode contributors, it is a marvelous productivity tool and truly lives up to its motto of managing life in plain text. Now on to a possible bug. :) I have noticed that when I include named footnotes within an unordered list, the LaTeX exported file has

Re: [Orgmode] [Org-Babel] and R... non-numeric cells

2010-08-12 Thread Erik Iverson
Which version of org-mode are you using? I do not see what you claim to see. What do you get when you run the following: #+TBLNAME: mytbl |column1|column2| ||---| | 45 |34 | | 77 |56 | #+BEGIN_SRC R :var tbl=mytbl :results output str(tbl)

[Orgmode] how do you extract schedule duration in column-view

2010-08-12 Thread Inquisitive Scientist
Dear Experts, How do I make it so that column-view shows the duration of a scheduled task? I now that if I do something like * my top node :PROPERTIES: :COLUMNS: %40ITEM %%10SCHEDULED :END: and then create a dynamic-block I can get a table to show the scheduled time, but what do I

[Orgmode] Capture and checkitem

2010-08-12 Thread julien cubizolles
I'm also confused about the checkitem type of template. The following template : (T test checkitem (file+headline ~/org/orgfiles/test.org Test) %?) doesn't work as I expected : the capture buffer is not narrowed and no item is created... However, the item template type works as a checkitem

[Orgmode] Re: how do you extract schedule duration in column-view

2010-08-12 Thread Inquisitive Scientist
Actually, I can almost figure out how to do this myself if I knew what function to use to convert a string like SCHEDULED: 2010-08-12 Thu 10:20-10:45 into a duration. If I call org-time-string it only gives me the first part of the date and ignores the ending point. Any tips on what

[Orgmode] Capture and clock options

2010-08-12 Thread julien cubizolles
I'm in the process of converting my old remember templates but I can't figure how to use the clock parameters. I'm using the following template : (T test entry (file+headline ~/org/orgfiles/test.org Test) * %? :clock-in t :clock-resume t) There is no clock information in the modeline of the

Re: [Orgmode] Problem with named footnotes and LaTeX export?

2010-08-12 Thread Nicolas Goaziou
Hello, Kai writes: Hi, First, thank you to all Org-mode contributors, it is a marvelous productivity tool and truly lives up to its motto of managing life in plain text. Now on to a possible bug. :) I have noticed that when I include named footnotes within an unordered list, the LaTeX

[Orgmode] [PATCH] Remove dependency of flet in org-write-agenda

2010-08-12 Thread David Maus
This one supersedes patch #181: For reasons not yet know to me using the proposed `macroexpand' to get the flet macro expanded at compile time didn't work. Attached patch solves the whole issue by simply removing the dependency of `flet' in this function altogether. It was used to temporarily

[Orgmode] [PATCH] Rename temporary buffer to remove dependency of `flet' macro

2010-08-12 Thread David Maus
* org-agenda.el (org-write-agenda): Rename temporary buffer to remove dependency of `flet' macro. --- lisp/org-agenda.el | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 61b867b..f2592ad 100644 ---

Re: [Orgmode] fractional hours for timestamps?

2010-08-12 Thread Bastien
Hi Greg, Greg Troxel g...@ir.bbn.com writes: I tried to set a timestamp thu 12:00+1.5, using C-c . and typing the characters in quotes. What I got was 2010-08-12 Thu 12:00-13:00 I found that 12:00+1:30 works fine, but it seems like 1.5 should be parsed. Separately, I'd like 24-hour time

Re: [Orgmode] [babel] confusion about org-confirm-babel-evaluate

2010-08-12 Thread Nick Dokos
Erik Iverson er...@ccbr.umn.edu wrote: Am I missing something? org-babel-confirm-evaluate is a function. org-confirm-babel-evaluate is a variable. I got that much, but I was expecting the return value of the function to make a difference... evaluation-confirmed is the result of

[Orgmode] Re: Mathematical Pseudocode in Source Block

2010-08-12 Thread Dan Davison
Jeremiah Via jxv...@cs.bham.ac.uk writes: Hi there, I was wondering if there was any way to make the source blocks work with LaTeX formulas. I wanted to use it for some pesudocode; for example: while not converged for each state i \( U^{'}_i = r_i + \underset{a}{argmax}

Re: [Orgmode] Re: how do you extract schedule duration in column-view

2010-08-12 Thread Bastien
Inquisitive Scientist inquisitive.scient...@gmail.com writes: Actually, I can almost figure out how to do this myself if I knew what function to use to convert a string like     SCHEDULED: 2010-08-12 Thu 10:20-10:45 into a duration. If I call org-time-string it only gives me the

[Orgmode] From todos to tracking

2010-08-12 Thread Andrea Crotti
I was wondering if there is something that would be able to convert a org-mode buffer (with todos) to a web page (even static) that resembles a tracking system. I don't mean also the way back (writing from the web page to the org mode) but also one way it would be nice, because TODO in the normal

Re: [Orgmode] From todos to tracking

2010-08-12 Thread Bastien
Andrea Crotti andrea.crott...@gmail.com writes: I was wondering if there is something that would be able to convert a org-mode buffer (with todos) to a web page (even static) that resembles a tracking system. I don't mean also the way back (writing from the web page to the org mode) but

[Orgmode] Re: From todos to tracking

2010-08-12 Thread Andrea Crotti
Bastien bastien.gue...@wikimedia.fr writes: Andrea Crotti andrea.crott...@gmail.com writes: I was wondering if there is something that would be able to convert a org-mode buffer (with todos) to a web page (even static) that resembles a tracking system. I don't mean also the way back

[Orgmode] [PATCH] Recognize underscores in URL

2010-08-12 Thread Nicolas Goaziou
Hello, This needs some testing as it may break something else, but the following patch should prevent underscores in URL from introducing subscript. Regards, -- Nicolas From dd068df8a0e43a1a4ee85559bddb7ef2dbfa72bd Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou n.goaz...@gmail.com Date: Thu,

[Orgmode] Re: fractional hours for timestamps?

2010-08-12 Thread Łukasz Stelmach
Bastien bastien.gue...@wikimedia.fr writes: Greg Troxel g...@ir.bbn.com writes: I tried to set a timestamp thu 12:00+1.5, using C-c . and typing the characters in quotes. What I got was 2010-08-12 Thu 12:00-13:00 I found that 12:00+1:30 works fine, but it seems like 1.5 should be parsed.

[Orgmode] Re: Problem with named footnotes and LaTeX export?

2010-08-12 Thread Kai
Nicolas Goaziou n.goaziou at gmail.com writes: Now on to a possible bug. :) I have noticed that when I include named footnotes within an unordered list, the LaTeX exported file has problems, and mixes in the text (after the first word) of a named footnote directly within the text of the

Re: [Orgmode] Re: From todos to tracking

2010-08-12 Thread Jan Böcker
On 08/12/2010 07:35 PM, Andrea Crotti wrote: Bastien bastien.gue...@wikimedia.fr writes: Andrea Crotti andrea.crott...@gmail.com writes: I was wondering if there is something that would be able to convert a org-mode buffer (with todos) to a web page (even static) that resembles a tracking

[Orgmode] macros: escaping , and comments

2010-08-12 Thread Stefan Vollmar
Hello, we are currently changing our institute's web site so that staff members can have a personal page: they can submit Org-mode files which are then automatically converted to (rather nice) HTML pages. One advantage is that this allows us to give staff members a lot of freedom to create

[Orgmode] Re: Mathematical Pseudocode in Source Block

2010-08-12 Thread Jeremiah Via
This is exactly what I needed. Thanks for all your help! On Thu, Aug 12, 2010 at 9:46 AM, Dan Davison davi...@stats.ox.ac.uk wrote: Jeremiah Via jxv...@cs.bham.ac.uk writes: Hi there, I was wondering if there was any way to make the source blocks work with LaTeX formulas. I wanted to use

Re: [Orgmode] Re: Org-Babel and Ledger

2010-08-12 Thread Eric Schulte
Hi Seb, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric(s), As you can see, the tables are completely wrongly made, because they're based on spaces (à la Awk) and not on fixed position of fields (à la Cut). What can I do about this? - Post-process every ledger command with

[Orgmode] Re: Looking for a sample function to find a location for org-capture

2010-08-12 Thread Charles Cave
Bastien bastien.guerry at wikimedia.fr writes: Thanks for the clarification. My original question referred to refiling when I meant capturing. Sorry about the confusion. Now I understand the purpose of the function. It should leave the cursor (point) at the location where the capture input

[Orgmode] Bind C-u C-c C-x C-i to a key

2010-08-12 Thread Markus Heller
Hello all, I'd like to bind `C-u C-c C-x C-i' to the f10 key in emacs 23. I guess the line in my .emacs has to look like (global-set-key (kbd f10) 'org-XXX-XXX) but what exactly would org-XXX-XXX be? I apologize if this is a question with an obvious answer ... Thanks and Cheers Markus

[Orgmode] Re: Clock history, C-u C-c C-x C-i not working properly

2010-08-12 Thread Markus Heller
Markus Heller helle...@gmail.com writes: Bernt Hansen be...@norang.ca writes: Markus Heller helle...@gmail.com writes: Hello all, I have had this issue for quite a while, and now it's finally time to post it. I'm using emacs 23.2.1 and orgmode 7.01trans (release_7.01g.73.g29354) on

[Orgmode] Re: Bind C-u C-c C-x C-i to a key

2010-08-12 Thread Andreas Burtzlaff
Markus Heller helle...@gmail.com writes: Hello all, I'd like to bind `C-u C-c C-x C-i' to the f10 key in emacs 23. I guess the line in my .emacs has to look like (global-set-key (kbd f10) 'org-XXX-XXX) but what exactly would org-XXX-XXX be? I apologize if this is a question with an

[Orgmode] Re: Capture and clock options

2010-08-12 Thread Bernt Hansen
Hi Julien, julien cubizolles j.cubizol...@free.fr writes: I'm in the process of converting my old remember templates but I can't figure how to use the clock parameters. I'm using the following template : (T test entry (file+headline ~/org/orgfiles/test.org Test) * %? :clock-in t

[Orgmode] Re: Capture and clock options

2010-08-12 Thread Bernt Hansen
Julien: You can check out commit a7a842^ ($ git checkout a7a842^) and M-x org-reload and it should work properly. A fix will need to be created for the master branch before this works on the tip of master again. Bernt Hansen be...@norang.ca writes: julien cubizolles j.cubizol...@free.fr

[Orgmode] [OT] Passing universal argument to a function (was: Bind C-u C-c C-x C-i to a key)

2010-08-12 Thread Memnon Anon
Andreas Burtzlaff and...@gmx.net writes: The C-u says that the function that is bound to the rest of the key combination is called with the first argument being `t'. To get information about the function bound to a key combination use: C-h k and then press the key combination (without the

[Orgmode] R code not producing expected results

2010-08-12 Thread Blanchette, Marco
Dear all, Sorry if this is something totally obvious but I am learning to use org-mode for my everyday work with R. I just installed the latest stable release of org-mode (v7.01g) on top of GNU Emacs 23.1.50.1 (x86_64-apple-darwin10.2.0, NS apple-appkit-1038.25). I also installed the CRAN