Re: [O] How to integrate org-mode in a MS Windows-/Office-based environment?

2012-07-15 Thread gambatte64
maybe the information there is useful: http://www.emacswiki.org/emacs/OrgOutlook Alfred

Re: [O] preserve trailing zeros in table output from shell script

2012-07-15 Thread suvayu ali
On Sat, Jul 14, 2012 at 2:35 PM, Joseph A. Cua ja...@cornell.edu wrote: I have a reporting shell script that generates a tab-delimited table. Using it within a shell code block, org parses this nicely into an org table. But org seems to drop any trailing zeros from numeric cells. My reporting

Re: [O] was this intentional with the default header :results value

2012-07-15 Thread Eric Luo
t...@tsdye.com (Thomas S. Dye) writes: Or, fiddling a bit more. #+name: luo #+BEGIN_SRC R :results output raw library(ascii) df - data.frame(c1=123456789123456789000,c2=2) df$c1 - as.vector(df$c1) print(ascii(df,digits=c(0,0),include.rownames=F),type=org) #+END_SRC #+RESULTS:

Re: [O] new exporter

2012-07-15 Thread Achim Gratz
Nicolas Goaziou writes: This is related to modifications by side-effect of list elements, but I don't know why it only happens when the file is byte-compiled and why it only focus table cells. I just see that you fixed this. Congratulations and thank you! Regards, Achim. -- +[Q+ Matrix-12

[O] HTML page detail

2012-07-15 Thread François Pinard
Hi, people. A tiny detail while perusing around. In page: http://orgmode.org/worg/org-contrib/babel/intro.html with the section about R, for the second box showing /HTML export of code/, the second line does not correspond its source in the first box. François

Re: [O] HTML page detail

2012-07-15 Thread Bastien
François Pinard pin...@iro.umontreal.ca writes: Hi, people. A tiny detail while perusing around. In page: http://orgmode.org/worg/org-contrib/babel/intro.html with the section about R, for the second box showing /HTML export of code/, the second line does not correspond its source in

Re: [O] preserve trailing zeros in table output from shell script

2012-07-15 Thread Eric Schulte
Joseph A. Cua ja...@cornell.edu writes: I have a reporting shell script that generates a tab-delimited table. Using it within a shell code block, org parses this nicely into an org table. But org seems to drop any trailing zeros from numeric cells. My reporting script has already done the

[O] Year or Month Agenda view without empty days

2012-07-15 Thread James Harkins
If I set up a custom agenda command for 30 days, I get stuff like this: Month-agenda (W28-W33): Sunday 15 July 2012 Monday 16 July 2012 W29 Tuesday17 July 2012 Wednesday 18 July 2012 Thursday 19 July 2012 agenda_main:12:00.. Scheduled: Sushi then Blueberry fest

Re: [O] How to export or use org-mode data on Blackberry device?

2012-07-15 Thread M
Hi Bastien, thanks for your answer! Sorry, my question about the format might have been unclear - I did not have a special format in mind but e. g. I suppose that some HTML output could at least be readable by blackberry devices, so I Imagine that a HTML export of the agenda (together with all

Re: [O] mobile-org, webdav, can't push (password not accepted)

2012-07-15 Thread James Harkins
At Sat, 14 Jul 2012 12:05:16 -0400, James Harkins wrote: Hi, I need a little help with mobile-org and webdav. (I need to use webdav because I live year-round in China, and the last time I tried, dropbox was not accessible from the mainland. In any case, I prefer to keep the data local.)

Re: [O] new exporter

2012-07-15 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de writes: I just see that you fixed this. Congratulations and thank you! Unfortunately, there's now an (invalid function org-export-with-current-buffer-copy) error when using make test Regards, -- Nicolas Goaziou

Re: [O] new exporter

2012-07-15 Thread Bastien
Nicolas Goaziou n.goaz...@gmail.com writes: Unfortunately, there's now an (invalid function org-export-with-current-buffer-copy) error when using make test Mhh.. just tried now and I don't have this error. A leftover from the previously loaded definition maybe? -- Bastien

Re: [O] Year or Month Agenda view without empty days

2012-07-15 Thread James Harkins
At Sun, 15 Jul 2012 12:38:03 -0400, James Harkins wrote: So I would like to have this agenda view include only days with items in them: Month-agenda (W28-W33): Thursday 19 July 2012 agenda_main:12:00.. Scheduled: Sushi then Blueberry fest :Trip2012:: Idea: I guess I can use

Re: [O] new exporter

2012-07-15 Thread Achim Gratz
Nicolas Goaziou writes: Unfortunately, there's now an (invalid function org-export-with-current-buffer-copy) error when using make test Not for me... how do you have the build and the test configured? Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+

[O] Org Build System (aka Makefile)

2012-07-15 Thread Achim Gratz
At long last the promised documentation for the build system starts to materialize on Worg: http://orgmode.org/worg/dev/org-build-system.html It undoubtedly needs improvement, so please let me know where and/or add to it yourself. Thank you. Regards, Achim. -- +[Q+ Matrix-12 WAVE#46+305

Re: [O] Org Build System (aka Makefile)

2012-07-15 Thread Bastien
Achim Gratz strom...@nexgo.de writes: At long last the promised documentation for the build system starts to materialize on Worg: http://orgmode.org/worg/dev/org-build-system.html Great. Thanks for writing this up! -- Bastien

[O] Full list of hooks, commands and options on Worg

2012-07-15 Thread Bastien
Here it is: http://orgmode.org/worg/doc.html Checking against a command is just like this: http://orgmode.org/worg/doc.html#org-refile ^^^ I think this can be useful for creating links to the documentation of the hooks/options in Worg files themselves.

Re: [O] Full list of hooks, commands and options on Worg

2012-07-15 Thread Suvayu Ali
On Sun, Jul 15, 2012 at 11:39:54PM +0200, Bastien wrote: Here it is: http://orgmode.org/worg/doc.html Checking against a command is just like this: http://orgmode.org/worg/doc.html#org-refile ^^^ I think this can be useful for creating links to

Re: [O] R and babel on Windows problem

2012-07-15 Thread John Hendy
As promised, I updated Worg. It should cover the main things that came up here: - Setting the custom path via org-babel-R-command - Passing =--slave --no-save= when setting the command - The /path/to/R/bin/x64/R nuance for 64bit Windows

[O] Discovering Babel and R combination!

2012-07-15 Thread François Pinard
Hi, Org people. A while ago, I started to get acquainted a bit with Babel, mainly as a curiosity for an area of Org I did not know nor use yet. However, for a couple of weeks now, I'm starting to better understand how useful the combination of Babel and R may be in real situations. While