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)
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
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
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
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
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
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
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
_
> 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.
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
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
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
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?
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
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
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
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
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)
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
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
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
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} \)
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
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
* 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
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
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_
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,
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
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
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
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
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)
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
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
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
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
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
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,
> >
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
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
|
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
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)
|
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
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
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
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
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.
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
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
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
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
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
>>>
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
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
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
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.
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
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
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
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
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
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?
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
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
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
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
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
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
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
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
71 matches
Mail list logo