Re: [Orgmode] [PATCH 1/4] Rename org-agenda-today to org-today.

2010-11-30 Thread Julien Danjou
On Tue, Nov 30 2010, Carsten Dominik wrote: > the purpose of this change is to be able to use > this also in org.el without having to load org-agenda.el? Yes, and to be consistent. The variable org-extend-today-until is defined in org.el, it seems more general than org-agenda, i.e. it has no

[Orgmode] [mobileorg-android] sync error, sdcard, index.org was not found

2010-11-30 Thread Martin G. Skjæveland
Hi, I just got myself a HTC Z, but I cannot get mobileorg to sync. The error message I get when pressing the sync button is: The file /sdcard/dropbox/org/index.org was not found. Here is what I did to get the error: - Installed Dropbox from Android Market. (Downloaded org-files to /sdcard

Re: [Orgmode] Creating files for a Kindle

2010-11-30 Thread Alan L Tyree
On Mon, 29 Nov 2010 18:33:06 -0800 Mark Elston wrote: > On 11/27/2010 2:03 PM, Alan L Tyree wrote: > > I have used org to create ePub format by exporting to xhtml then > > using Sigil to complete the task. I would then use Calibre to > > convert from ePub to Kindle format. > > > > There are lots

Re: [Orgmode] [PATCH 1/4] Rename org-agenda-today to org-today.

2010-11-30 Thread Carsten Dominik
On Nov 30, 2010, at 10:06 AM, Julien Danjou wrote: On Tue, Nov 30 2010, Carsten Dominik wrote: the purpose of this change is to be able to use this also in org.el without having to load org-agenda.el? Yes, and to be consistent. The variable org-extend-today-until is defined in org.el,

[Orgmode] [PATCH] make Nth consistent

2010-11-30 Thread Brian Gough
From 67ff0e20cede3ae9afa332a6881184a5153c0881 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Thu, 25 Nov 2010 17:05:06 + Subject: [PATCH] make Nth consistent --- doc/org.texi |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 5

[Orgmode] Re: Invalid capture target specification

2010-11-30 Thread Thorsten
Thanks David, it works with org-mode 7.3 cheers Thorsten ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [Babel] How to pass variables to SQL blocks?

2010-11-30 Thread Eric Schulte
Hi Seb, Babel's sql support did not have any variable handling. I just copied over the variable support from ob-sqlite to ob-sql, so the following should now work (notice: my code block is different from yours) ** sql variables #+results: sql-param | table | valueTable0 | | column

Re: [Orgmode] Tutorial on advanced searches

2010-11-30 Thread Eric S Fraga
Matt Lundin writes: > These days I find myself frequently searching a mountainous pile of org > files. To clarify my own understanding of Org-mode's powerful search > tools, I wrote a tutorial on "advanced searches". It's available on > Worg: > > http://orgmode.org/worg/org-tutorials/advanced-sea

[Accepted] [Orgmode] Re: Clean capture from command line?

2010-11-30 Thread Carsten Dominik
Patch 390 (http://patchwork.newartisans.com/patch/390/) is now "Accepted". Maintainer comment: No comment This relates to the following submission: http://mid.gmane.org/%3C874obebkqi.fsf%40ufl.edu%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8"

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-11-30 Thread Sven Bretfeld
Hi Matthew Matthew Jones writes: > MobileOrg Android already supports speech to text in that, you can go to > capture a new note and click the mic button on the soft keyboard and start > speaking.  I don't see that it would be particularly difficult to integrate > this in a larger fashion.  Ther

[Orgmode] [org-babel] R, :session and empty line in #+results

2010-11-30 Thread Bernd Weiss
Dear all, I would like to use R objects across/among code blocks. Therefore, I included the header argument ":session" which then produces the following results: #+BEGIN_SRC R :results output :session x <- 1 x x + 1 #+END_SRC #+results: : : [1] 1 : [1] 2 #+BEGIN_SRC R :results output :ses

Re: [Orgmode] [PATCH] org-agenda: rework ndays and span handling

2010-11-30 Thread Carsten Dominik
Hi everyone, can we have a few testers for this patch? Apply it an play with your agenda, switching from day to week view etc, refresh with "r" and "g", and check if everything works as expected? That would be nice, thanks. - Carsten On Nov 29, 2010, at 11:49 AM, Julien Danjou wrote: *

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-11-30 Thread Matthew Jones
I have this grand plan to implement support for this in MobileOrg, I didn't realize the project had changed, thanks for piquing my interest in it again. http://matburt.net On Mon, Nov 29, 2010 at 10:10 PM, Mark Elston wrote: > Have you looked at sl4a (formerly ase)? With it you can > start In

Re: [Orgmode] Creating files for a Kindle

2010-11-30 Thread Mark Elston
On 11/27/2010 2:03 PM, Alan L Tyree wrote: I have used org to create ePub format by exporting to xhtml then using Sigil to complete the task. I would then use Calibre to convert from ePub to Kindle format. There are lots of instructions on the Web for building ePub directly from the xhtml file i

Re: [Orgmode] MobileOrg and Voice Capturing (Android)

2010-11-30 Thread Mark Elston
Have you looked at sl4a (formerly ase)? With it you can start Intents and perform clipboard operations plus file manipulations using a standard scripting language like perl, python, or ruby (among others). This might be very useful. Mark On 11/28/2010 11:10 AM, Sven Bretfeld wrote: Hi togethe