[Orgmode] Re: Wrong indentation for SRC tag in Python mode

2009-12-09 Thread Saptarshi Guha
Sorry, I take it back. I did test it but it appears to be my CSS which is causing the lack of indentation. Regards Saptarshi On Wed, Dec 9, 2009 at 10:06 PM, Saptarshi Guha wrote: > Hello, > I'm using Aquamacs preview 2.0 and 6.32trans to export the following > snippet to HTML. > However, the HTM

[Orgmode] Wrong indentation for SRC tag in Python mode

2009-12-09 Thread Saptarshi Guha
Hello, I'm using Aquamacs preview 2.0 and 6.32trans to export the following snippet to HTML. However, the HTML formatting does not reflect the correct indentation. It does work in the emacs terminal version(i.e emacs with the same version of org) Could this be an Aquamacs issue or how org interacts

[Orgmode] Sharing configuration info.

2009-12-09 Thread Óscar Fuentes
I have a number of org files that have the same elaborated configuration (TAGS, SEQ_TODO, options, etc. used mostly as bug trackers) and some other "ordinary" org files. Is there a way to share that special configuration, so when it changes it is unnecessary to edit all those "bug tracker" org fil

Re: [Orgmode] Re: [PATCH] Suppress extra newlines around source code in LaTeX export

2009-12-09 Thread Nicolas Girard
2009/12/9 Nicolas Girard : > 2009/12/9 Carsten Dominik : >> Hi Nicolas, >> >> I need additional information with respect to this patch: >> > >>> diff --git a/lisp/org-latex.el b/lisp/org-latex.el >>> index ce697a3..18c2183 100644 >>> --- a/lisp/org-latex.el >>> +++ b/lisp/org-latex.el >>> @@ -877,7

[Orgmode] Bug: "odd" problem in org-archive-subtree [6.33trans (release_6.33f.88.g3224)]

2009-12-09 Thread Daniel J. Sinder
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 will be posted to the Org-mode mailing list. -

[Orgmode] [PATCH] Fix org-goto when no file exists for a buffer

2009-12-09 Thread Paul Griepentrog
Thanks for Org-mode! Every once in a while I use org-mode in a buffer that is not associated with a file... and then org-goto gets confused. To repeat: BUFFER-NO-FILE --- * One - a * Two - b --- M-x org-mode C-c C-j org-get-refile-targets: Wrong type argument: string

Re: [Orgmode] Re: [PATCH] Suppress extra newlines around source code in LaTeX export

2009-12-09 Thread Nicolas Girard
2009/12/9 Carsten Dominik : > Hi Nicolas, > > I need additional information with respect to this patch: > >> diff --git a/lisp/org-latex.el b/lisp/org-latex.el >> index ce697a3..18c2183 100644 >> --- a/lisp/org-latex.el >> +++ b/lisp/org-latex.el >> @@ -877,7 +877,7 @@ If NUM, export sections as n

Re: [Orgmode] Re: [babel] R - variable names in summary

2009-12-09 Thread Dan Davison
> You can also look at the latex() function in the R package Hmisc and the > function xtable() from the R package xtable. For data frames, matrices, > and some common summary functions, these functions will create a latex > table out of your R object. Maybe Dan can suggest how latex code > genera

Re: [Orgmode] Re: [PATCH] Suppress extra newlines around source code in LaTeX export

2009-12-09 Thread Nicolas Girard
2009/12/9 Carsten Dominik : >> diff --git a/lisp/org-exp.el b/lisp/org-exp.el >> index 4c4d540..75ee548 100644 >> --- a/lisp/org-exp.el >> +++ b/lisp/org-exp.el >> @@ -2423,7 +2423,7 @@ INDENT was the original indentation of the block." >>                             (concat (car org-export-latex-

Re: [Orgmode] [BUG] ':' whithin * markup incorrectly rendered in LaTeX

2009-12-09 Thread Nicolas Girard
2009/12/9 Carsten Dominik : > Hi Nicolas, > > I believe this is fixed now - please verify. > Hi Carsten, yes, it is, thanks to you as much as to Julien for solving this ! -- Nicolas ___ Emacs-orgmode mailing list Please use `Reply All' to send replie

[Orgmode] Re: Worg currently not publishing

2009-12-09 Thread Matthew Lundin
Hi Carsten, Carsten Dominik writes: > Yep. Bastien moved us to a new server, and it seems that the cronjob > doing the update is not configured yet. > > I updated by hand for now - will surely be fixed soon. > > - Carsten It appears that Worg updates are still not being published. Ian's new tu

Re: [Orgmode] [BUG] ':' whithin * markup incorrectly rendered in LaTeX

2009-12-09 Thread Carsten Dominik
Hi Bill, On Dec 8, 2009, at 5:16 PM, Bill Powell wrote: At Tue, 8 Dec 2009 16:56:46 +0100, Nicolas Girard wrote: Hi, *BUG:* is incorrectly translated in LaTeX to \textbf{BUG:\} It should be \textbf{BUG:} -- Nicolas Yes, I've noticed this bug a lot. You will also have a similar pro

Re: [Orgmode] [BUG] ':' whithin * markup incorrectly rendered in LaTeX

2009-12-09 Thread Carsten Dominik
Hi Nicolas, I believe this is fixed now - please verify. - Carsten On Dec 8, 2009, at 4:56 PM, Nicolas Girard wrote: Hi, *BUG:* is incorrectly translated in LaTeX to \textbf{BUG:\} It should be \textbf{BUG:} -- Nicolas ___ Emacs-orgmode mailin

Re: [Orgmode] [PATCH] Fix regexp error for protecting final } when exporting emphasis elements to latex

2009-12-09 Thread Carsten Dominik
Hi Julien, I have applied you patch, thanks for tracking down a difficult issue. - Carsten On Dec 9, 2009, at 3:35 PM, Julien Barnier wrote: Hi, I recntly noticed that in some specific cases, the final '}' was esacped when exproting an emphasis element to LaTeX. For example, the following e

Re: [Orgmode] Re: Big curly bracket

2009-12-09 Thread Carsten Dominik
I think I will just disable the \n option for LaTeX export. Thanks. - Carsten On Dec 9, 2009, at 4:30 PM, andrea wrote: Nick Dokos writes: [This is OT for this list - comp.text.tex is a better venue. Otoh, the reference might be useful to some people here - but unless org-mode content c

Re: [Orgmode] Re: [babel] R - variable names in summary

2009-12-09 Thread Graham Smith
Austin > I don't know whether this will end up fitting into your setup, but > there's an emacs function `ess-execute-screen-options' that does what > Dan just suggested on a per-session basis taking the width of the > current buffer into account.  Even if it doesn't help with org-bable, it > makes

Re: [Orgmode] [babel] R - variable names in summary

2009-12-09 Thread Graham Smith
Tom, Thanks for your comments. > When you find an example that fills a gap you perceive in the documentation, > please pass that along, too.  The more examples the better. Now that I have basics working, I will try and use it for something specific over the next few weeks and certainly feedback

Re: [Orgmode] [babel] R - variable names in summary

2009-12-09 Thread Graham Smith
Dan >> Not being a programmer, I find the terminology and phrasing of these > > I wouldn't classify someone who analyses their data with R as a > non-programmer. Mmmm, I can see why you would say this, but I don't really program in R, but have collected a library of R code over the years which I

Re: [Orgmode] [babel] R - variable names in summary

2009-12-09 Thread Thomas S. Dye
Hi Graham, On Dec 9, 2009, at 10:33 AM, Graham Smith wrote: Dan, That's great, I am beginning to grasp how this works But I would never have figured out the :results output method, however. OK, it would be really helpful if you could let us know how we should improve the documentation of

[Orgmode] Re: [babel] R - variable names in summary

2009-12-09 Thread Austin Frank
On Wed, Dec 09 2009, Dan Davison wrote: > Graham Smith writes: >> Next question is is to do with output with things like summary. In R >> if you have lots of variables,the output wraps so it fits on the >> screen. With babel it runs off the edge of the page. is there a quick >> way of getting th

Re: [Orgmode] [babel] R - variable names in summary

2009-12-09 Thread Dan Davison
Graham Smith writes: > Dan, > > That's great, I am beginning to grasp how this works > >>> But I would never have figured out the :results output  method, however. >> >> OK, it would be really helpful if you could let us know how we should >> improve the documentation of it. > > I'm not sure if I

Re: [Orgmode] [babel] R - variable names in summary

2009-12-09 Thread Graham Smith
Dan, That's great, I am beginning to grasp how this works >> But I would never have figured out the :results output  method, however. > > OK, it would be really helpful if you could let us know how we should > improve the documentation of it. I'm not sure if I'm the one to ask about the document

Re: [Orgmode] [babel] R - variable names in summary

2009-12-09 Thread Dan Davison
Graham Smith writes: > Dan, > >>> The colnames t works as expected, but how do I then see the variable >>> names when using the summary command, >> >> Just use :colnames t again for that. > > Thanks again, I almost had this solved but in > > #+begin_src R :session babeltest :colnames t > > I hadn

[Orgmode] Re: OrgmodeWiki Support

2009-12-09 Thread Wes Hardaker
> On Sun, 6 Dec 2009 23:23:35 +0100, Marc said: M> If I got it right, this is not completly implemented (e.g. nested M> bullet lists are not supported). Are there plans to complete the M> export function? IMHO, this is a really good feature that might save M> a lot of time. I actually almos

Re: [Orgmode] [babel] R - variable names in summary

2009-12-09 Thread Graham Smith
Dan, >> The colnames t works as expected, but how do I then see the variable >> names when using the summary command, > > Just use :colnames t again for that. Thanks again, I almost had this solved but in #+begin_src R :session babeltest :colnames t I hadn't left a space between the end of babe

[Orgmode] Feature request: Display estimated end time in agenda view

2009-12-09 Thread Nicolas Girard
Hi, When a task t is scheduled at 10:00 and has the :Effort: property set to 0:30, it is currently displayed in the agenda view like: categ:10:00.. Scheduled: TODO t I'd find it useful if it was displayed like: categ:10:00-10:30 Scheduled: TODO t Cheers, -- Nicolas

Re: [Orgmode] Re: [babel] R - variable names in summary

2009-12-09 Thread Graham Smith
Austin > This is help from the R side, not from the org-babel side.  If these > suggestions don't work, one of the babelers will have to step in. > > Many functions that print output to the interactive buffer will not > produce that output when called outside of the interactive buffer.  For > thes

Re: [Orgmode] [babel] R - variable names in summary

2009-12-09 Thread Dan Davison
Graham Smith writes: > Dan > > I have started a new thread so it has a propel babel string. I have > also created a small file for testing. > Hi Graham, > The colnames t works as expected, but how do I then see the variable > names when using the summary command, Just use :colnames t again for

[Orgmode] Re: Big curly bracket

2009-12-09 Thread andrea
Nick Dokos writes: > [This is OT for this list - comp.text.tex is a better venue. Otoh, the > reference might be useful to some people here - but unless org-mode > content can be added, let's make this the end of the thread. Thanks.] Yes I'm sorry it was OT, I thought that the problem was the

[Orgmode] [PATCH] Fix regexp error for protecting final } when exporting emphasis elements to latex

2009-12-09 Thread Julien Barnier
Hi, I recntly noticed that in some specific cases, the final '}' was esacped when exproting an emphasis element to LaTeX. For example, the following element : /éaa/ Is exported to : \emph{éaa\} This does not append if the string begins with a space or if it is ASCII-only. For example, the fol

Re: [Orgmode] URLs are not always linked properly

2009-12-09 Thread Carsten Dominik
On Dec 2, 2009, at 4:19 AM, William Henney wrote: On Mon, Nov 30, 2009 at 11:47 AM, Carsten Dominik wrote: On Nov 30, 2009, at 8:10 PM, PT wrote: For example, for this URL the bracketed part is not handled as part of the URL, though it should be: http://en.wikipedia.org/wiki/Lost_(TV_se

[Orgmode] Re: [RFC/PATCH v3] Stop generating superfluous clock entries

2009-12-09 Thread Bernt Hansen
Bernt Hansen writes: > From: Carsten Dominik > > Avoid closing the currently clocking entry when clocking in the same task > again. Leave the clock entry open until some other task is clocked in. > > This allows us to clock in tasks with hooks that are called frequently without > generating lot

Re: [Orgmode] [PATCH] respect org-link-file-path-type when inserting docview: links

2009-12-09 Thread Carsten Dominik
Hi Jan, thanks for the fix, I have applied it. - Carsten On Dec 4, 2009, at 12:22 PM, Jan Böcker wrote: This patch is also in the docview branch at: http://github.com/jboecker/org-docview The function org-insert-link checks if it is inserting a "file:" link. If this is the case, the path is

Re: [Orgmode] Bug: Before first heading error when rearranging tasks in narrow to subtree [6.33trans (release_6.33f.45.gfe96)]

2009-12-09 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 27, 2009, at 3:15 AM, Bernt Hansen 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 w

Re: [Orgmode] changing face (color) on tags-todo agenda headlines

2009-12-09 Thread Carsten Dominik
Hi Sullivan, On Dec 8, 2009, at 5:46 PM, Sullivan, Gregory (US SSA) wrote: I'd like to process agenda headlines and apply face (color) to ones with given tags. It seems like I should add a function to org-finalize-agenda-hook. When that hook is invoked, how do I iterate over agenda headli

Re: [Orgmode] Using orgtbl-mode for editing tables in reStructured text

2009-12-09 Thread Carsten Dominik
Hi Johan, no, I don't see any hope to modify the table syntax in the way you propose. - Carsten On Dec 8, 2009, at 5:17 PM, Johan Ekh wrote: Hi all, I'm using Sphinx to extract docstrings from my python code and create API documentation of my classes and methods. I like to have a small t

Re: [Orgmode] Multiple agenda buffers

2009-12-09 Thread Carsten Dominik
Hi, On Dec 4, 2009, at 3:31 PM, Desmond Rivet wrote: Hi all, A brief search through the mailing list did not reveal anything obvious... Is it possible to have multiple Org Agenda buffers open say, if you want different search results side by side? I know you can put different search resul

Re: [Orgmode] Re: [PATCH] Suppress extra newlines around source code in LaTeX export

2009-12-09 Thread Carsten Dominik
Hi Nicolas, I need additional information with respect to this patch: diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 4c4d540..75ee548 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -2423,7 +2423,7 @@ INDENT was the original indentation of the block."

[Orgmode] Re: [babel] R questions

2009-12-09 Thread Sébastien Vauban
Hi Thomas, "Thomas S. Dye" wrote: > On Dec 8, 2009, at 11:37 AM, Sébastien Vauban wrote: >> "Thomas S. Dye" wrote: >>> On Dec 7, 2009, at 11:50 PM, Sébastien Vauban wrote: >>> > [2] I guess one could potentially think about dealing with missing values >more explicitly in org-babel. E.g