Re: [Orgmode] R code not producing expected results

2010-08-12 Thread Thomas S. Dye
Aloha Marco, Here is the code behind the Worg page: #+begin_src R :results output org library(ascii) options(asciiType="org") ascii(summary(table(1:4, 1:4))) #+end_src This works here. The key seems to be the header argument :results output #+BEGIN_SRC R :results output library(ascii)

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

[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 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 C-u prefi

[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 writes: > julien cubizolles writes: > >> I'm in the process of conve

[Orgmode] Re: Capture and clock options

2010-08-12 Thread Bernt Hansen
Hi Julien, julien cubizolles 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 :clock-resu

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

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

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

2010-08-12 Thread Markus Heller
Markus Heller writes: > Bernt Hansen writes: > >> Markus Heller 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 windoze XP, together with Bernt's c

[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 key in emacs 23. I guess the line in my .emacs has to look like (global-set-key (kbd "") '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: Looking for a sample function to find a location for org-capture

2010-08-12 Thread Charles Cave
> Bastien 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 should be written.

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

2010-08-12 Thread Eric Schulte
Hi Seb, Sébastien Vauban 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

[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 wrote: > Jeremiah Via 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 >> exa

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

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

2010-08-12 Thread John Hendy
Worked like a charm. Thanks Bastien! John On Thu, Aug 12, 2010 at 9:18 AM, Bastien wrote: > John Hendy 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?

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 writes: > >> Andrea Crotti 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

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

2010-08-12 Thread Kai
Nicolas Goaziou 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 unor

[Orgmode] Re: fractional hours for timestamps?

2010-08-12 Thread Łukasz Stelmach
Bastien writes: > Greg Troxel 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 li

[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 Date: Thu, 12 Aug 2010 19:47:29

[Orgmode] Re: From todos to tracking

2010-08-12 Thread Andrea Crotti
Bastien writes: > Andrea Crotti 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)

Re: [Orgmode] From todos to tracking

2010-08-12 Thread Bastien
Andrea Crotti 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 also one way it would b

[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] Re: how do you extract schedule duration in column-view

2010-08-12 Thread Bastien
Inquisitive Scientist 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 first part of > the date an

[Orgmode] Re: Mathematical Pseudocode in Source Block

2010-08-12 Thread Dan Davison
Jeremiah Via 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} \sum{Pa_{ij}U_j} \)

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

2010-08-12 Thread Nick Dokos
Erik Iverson 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 evaluating th

Re: [Orgmode] fractional hours for timestamps?

2010-08-12 Thread Bastien
Hi Greg, Greg Troxel 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 wit

[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 --- a/lisp/org-agenda.e

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

Re: [Orgmode] Mathematical Pseudocode in Source Block

2010-08-12 Thread Bastien
Jeremiah Via writes: > 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} \sum{Pa_{ij}U_j} \) >\( U_

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,

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

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

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

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

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

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 t

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 of

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

2010-08-12 Thread Eric S Fraga
On Thu, 12 Aug 2010 10:12:56 -0500, Erik Iverson wrote: [...] > Also, not that it solves your issue at all, but I have > > (setq org-confirm-babel-evaluate nil) > > in my .emacs, and it sets it globally just fine... Okay. Strange that setting it after loading everything doesn't work. May hav

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 wrote: Eric S Fraga wrote: On Thu, 12 Aug 2010 08:44:42 -0500, Erik Iverson 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 fr

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 wrote: > > > > Eric S Fraga wrote: > > On Thu, 12 Aug 2010 08:44:42 -0500, Erik Iverson 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, > >

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

2010-08-12 Thread Erik Iverson
Nick Dokos wrote: 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 which includes many babel code blocks (mostly maxima) that I wish to have

[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
Eric S Fraga wrote: On Thu, 12 Aug 2010 08:44:42 -0500, Erik Iverson 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 missed som

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

2010-08-12 Thread Bastien
Charles Cave 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 bzg-find-location) |

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

2010-08-12 Thread Bastien
Hi Sébastien, Sébastien Vauban 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... no, *edebug is not launc

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

2010-08-12 Thread Bastien
John Hendy 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 checkout master) an

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

2010-08-12 Thread Nick Dokos
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 which includes many babel code blocks (mostly > maxima) that I wish to have evalua

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

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

2010-08-12 Thread Bastien
Hi Mark, Mark Scala 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 aren't realigning. 

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 elusiv

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

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

[Orgmode] fractional hours for timestamps?

2010-08-12 Thread Greg Troxel
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 without colons to work. "thu 1400" seems unambi

[Orgmode] Re: Org-Babel and Ledger

2010-08-12 Thread Sébastien Vauban
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 some awk or cut command that will >>>

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

2010-08-12 Thread Nick Dokos
Carsten Dominik wrote: > > 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 sa

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 writes: On Aug 12, 2010, at 12:13 AM, Bastien wrote: Carsten Dominik 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 it

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

2010-08-12 Thread Bernt Hansen
Carsten Dominik writes: > On Aug 12, 2010, at 2:40 AM, Bernt Hansen wrote: > >> Markus Heller writes: >> >>> Bernt Hansen writes: >>> Markus Heller writes: > Hello all, > > I have had this issue for quite a while, and now it's finally > time to > post it. I'm usi

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

2010-08-12 Thread Bernt Hansen
Carsten Dominik writes: > On Aug 12, 2010, at 12:13 AM, Bastien wrote: > >> Carsten Dominik 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 >>> it the other way around.

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 lik

[Orgmode] Re: Print / export TODO Tree

2010-08-12 Thread Noorul Islam K M
Nathan Neff 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' Thanks Noorul

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

2010-08-12 Thread Noorul Islam K M
Bastien writes: > Noorul Islam K M 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 a

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 am

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

2010-08-12 Thread Carsten Dominik
On Aug 12, 2010, at 2:40 AM, Bernt Hansen wrote: Markus Heller writes: Bernt Hansen writes: Markus Heller 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 win

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

2010-08-12 Thread Carsten Dominik
On Aug 12, 2010, at 12:13 AM, Bastien wrote: Carsten Dominik 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 it the other way around. What am I missing? Weird -- M-x org-reload?

[Accepted] [Orgmode] Re: [PATCH] Org Manual: Document time range spec at the date/time prompt

2010-08-12 Thread Carsten Dominik
Patch 208 (http://patchwork.newartisans.com/patch/208/) is now "Accepted". Maintaner comment: No comment This relates to the following submission: http://mid.gmane.org/%3C81eie8je8v.fsf%40gmail.com%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8

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

[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; cha

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

2010-08-12 Thread Bastien
Jambunathan K 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 ___ Emacs-orgmode

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

2010-08-12 Thread Bastien
Hi Mark, Mark Scala 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 that solve your issu

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

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

2010-08-12 Thread Bastien
Noorul Islam K M 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, display it in an

[Orgmode] Re: Finally jekyll and org-jekyll

2010-08-12 Thread Andrea Crotti
Ian Barton 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 a place that