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
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."
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
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
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
> 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
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
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
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.
-
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
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
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
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
39 matches
Mail list logo