Re: [Orgmode] Passing a table to org-babel shell script

2010-02-07 Thread Matthias Teege
On 11:33 Sat 06 Feb, Eric Schulte wrote: Moin, thanks for your reply 1) allowing the user to specify a separator with a header argument as follows #+begin_src sh :var table=sec :separator , cat EOF $table EOF #+end_src which would result in something like

[Orgmode] org-babel-sh and Microsoft Windows

2010-02-07 Thread Michael Gauland
I tried using org-babel-sh at work, where I run emacs under Microsoft Windows, but only received an oddly-formatted message about (quote sh) not being recognised as a command. After mucking around with org-babel-sh.el, I modified the call to shell-command-on-region, changing the hard-coded sh to

[Orgmode] Tables in ASCII export

2010-02-07 Thread Michael Gauland
When I export tables to ASCII, I'd like the rows to expand as necessary so the full contents is visible. I've has a look at org-exp.el, but I'm at a bit of a loss as to where to start mucking in. Any pointers would be greatly appreciated! Thanks, Mike

[Orgmode] Org2Mobile Announcement

2010-02-07 Thread Ivan Bulanov
Hello org-mode users! Let me present you Org2Mobile - a service that enables you take your tasks from an org-mode file to the mobile phone calendar. It consists of a desktop agent and a mobile phone application. The desktop program monitors your org file for changes and sends updates to

[Orgmode] Org2Mobile Announcement

2010-02-07 Thread support
Hello org-mode users! Let me present you Org2Mobile - a service that enables you take your tasks from an org-mode file to the mobile phone calendar. It consists of a desktop agent and a mobile phone application. The desktop program monitors your org file for changes and sends updates to

[Orgmode] Org2Mobile Announcement

2010-02-07 Thread Ivan Bulanov
Hello org-mode users! Let me present you Org2Mobile - a service that enables you take your tasks from an org-mode file to the mobile phone calendar. It consists of a desktop agent and a mobile phone application. The desktop program monitors your org file for changes and sends updates to

[Orgmode] Re: Xiki framework (wiki and tree emacs features)

2010-02-07 Thread Glauber Alex Dias Prado
Richard Stallman r...@gnu.org writes: Please point me to the part of OrgMode with features for navigating and searching the filesystem in a tree structure. I'm interested in checking i= t out and comparing it to xiki. The question that suggests itself to me is whether there is

Re: [Orgmode] file location

2010-02-07 Thread Ecce Berlin
On Sat, Feb 6, 2010 at 2:11 AM, Shawn Koons srko...@gmail.com wrote: Hello, Is there a command (or two) that will identify the locations of the below-listed files/folders? I am using Ubuntu and it seems that there is more than one emacs install on this computer and multiple files that could

Re: [Orgmode] Org2Mobile Announcement

2010-02-07 Thread Ian Barton
Ivan Bulanov wrote: Hello org-mode users! Let me present you Org2Mobile - a service that enables you take your tasks from an org-mode file to the mobile phone calendar. It consists of a desktop agent and a mobile phone application. The desktop program monitors your org file for changes and

[Orgmode] Re: Xiki framework (wiki and tree emacs features)

2010-02-07 Thread joakim
Glauber Alex Dias Prado sma...@gmail.com writes: Richard Stallman r...@gnu.org writes: Please point me to the part of OrgMode with features for navigating and searching the filesystem in a tree structure. I'm interested in checking i= t out and comparing it to xiki. The

Re: [Orgmode] org-babel-sh and Microsoft Windows

2010-02-07 Thread Eric Schulte
Hi Mike, The command used by org-babel-sh is now configurable through the `org-babel-sh-command' variable so you should be able to set it in your initialization using a line like the following (setq org-babel-sh-command cmd /k) Best -- Eric ,[org-babel-sh-command] | org-babel-sh-command is

Re: [Orgmode] Passing a table to org-babel shell script

2010-02-07 Thread Eric Schulte
Alright, I've set this up so that the table is exported to a comma or tab separated format and then saved as a string to the variable in the source code block. By default tab is used as the separator when exporting the table to a string, but this can be overridden using the :separator header

Re: [Orgmode] [OT] See available keybindings?

2010-02-07 Thread Nick Dokos
Daniel Martins daniel...@gmail.com wrote: I tried and it did not work. I know it is a silly question but how can I set that f6 or f9 be a prefix command inside org mode? The method assumes that f6 has been defined as a prefix key already - from the second part of your post, I take it

[Orgmode] What does it mean: (define-key mode-specific-map [?a] 'org-agenda)

2010-02-07 Thread Krause, Joerg
Hi to all, I copied an orgmode setup from http://www.newartisans.com/2007/08/using-org-mode-as-a-day-planner.html in order to test the described way of GTDing there. Since it works fine for me, I am trying to understand, what's going on beyond the surface. I found the expression above in the

[Orgmode] Re: What does it mean: (define-key mode-specific-map [?a] 'org-agenda)

2010-02-07 Thread Matt Lundin
Krause, Joerg j.kra...@geze.com writes: I copied an orgmode setup from http://www.newartisans.com/2007/08/ using-org-mode-as-a-day-planner.html in order to test the described way of GTDing there. Since it works fine for me, I am trying to understand, what's going on beyond the surface. I

[Orgmode] Re: What does it mean: (define-key mode-specific-map [?a] 'org-agenda)

2010-02-07 Thread Tassilo Horn
Krause, Joerg j.kra...@geze.com writes: Hi Jörg, After examining the manual and serveral sites, I still don't understand the term [?a] within that statement. Can anybody brighten my mind? The square brackets say it's a vector, and ?x is the reader-syntax for characters. So it's a vector

Re: [Orgmode] Bug in org-babel-load-file

2010-02-07 Thread Eric Schulte
Hi Andrew, I just applied a slight variation of Dan's patch which should fix this issue. Thanks for the bug report, and please let us know if you have any further issues. Cheers -- Eric Dan Davison davi...@stats.ox.ac.uk writes: Andrew Hyatt ahy...@gmail.com writes: Hi guys, There

Re: [Orgmode] org-babel-sh and Microsoft Windows

2010-02-07 Thread Michael Gauland
Thanks! I'll give that a go! ___ 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

[Orgmode] State Change with diary-float

2010-02-07 Thread Nick Parker
All, I have several events that occur on a monthly basis where I use diary-float sexp for recurrence. Something like the following: Some Meeting SCHEDULED: 2010-02-04 Thu %%(diary-float t 4 1) I have noticed that while the sexp will correctly reschedule the item for me, it only tracks the

Re: [Orgmode] State Change with diary-float

2010-02-07 Thread Ryan Thompson
From the Org Manual: SCHEDULED Meaning: you are planning to start working on that task on the given date. In other words, if you just want to mark the date and time at which an event (like a meeting) will occur, don't use a scheduled timestamp. Just use an unadorned timestamp (C-c .).

Re: [Orgmode] State Change with diary-float

2010-02-07 Thread Nick Parker
Ryan, Thanks, that works. Nick Parker www.developernotes.com On Sun, Feb 7, 2010 at 2:51 PM, Ryan Thompson r...@thompsonclan.org wrote: From the Org Manual: SCHEDULED Meaning: you are planning to start working on that task on the given date. In other words, if you just want to

[Orgmode] [babel] (wrong-type-argument number-or-marker-p nil)

2010-02-07 Thread Thomas S. Dye
Aloha all, I pulled the latest org-mode this morning and got an error starting emacs afterwards that appears to be tied to org-babel-load-file. I ran git bisect and ended up here: 131441dbd2d16e92f863864ed536f37fcd4a85fc is first bad commit commit 131441dbd2d16e92f863864ed536f37fcd4a85fc

[Orgmode] Interesting statistics about Org-mode

2010-02-07 Thread Carsten Dominik
Hi, here are some numbers and facts about Org-mode that continue to amaze me. Contributors - 35 signed-up contributors (i.e. with FSF papers), and more if you count the contrib directory and the Emacs maintainers who make small changes every now and then. Mailing list

Re: [Orgmode] [babel] (wrong-type-argument number-or-marker-p nil)

2010-02-07 Thread Eric Schulte
Hi Tom, Could you try the attached patch and let me know if it fixes the problem? If so I'll apply it to the main repo. Thanks -- Eric diff --git a/contrib/babel/lisp/org-babel-tangle.el b/contrib/babel/lisp/org-babel-tangle.el index cad8cec..dd76195 100644 ---

Re: [Orgmode] [babel] (wrong-type-argument number-or-marker-p nil)

2010-02-07 Thread Thomas S. Dye
Hi Eric, Thanks for looking at this so quickly. Patching from email is a skill still on my horizon. I tried several times without success and without gaining any idea how to resolve the problem(s). You might not want to wait for me to figure out how to patch. It took longer than I'm

Re: [Orgmode] Org2Mobile Announcement

2010-02-07 Thread support
Ian, Thank you for your insterest. I did not test this with 5th Edition phones. In theory it may work. I have not decided yet whether to make the app open-source or not. The problem of privacy can be solved if there will be encryption. Meanwhile it seems reasonable to keep separate