Re: [O] org-mobile-push

2011-10-01 Thread Nick Dokos
Vikas Rawal vikasli...@agrarianresearch.org wrote: Thanks Nick and Jambunathan for taking the trouble to respond. So pretty please: when you get an error, *at the very least*, do M-x toggle-debug-on-error Thanks nick for teaching my how to use back-trace. Here is the output.

Re: [O] [PATCH][babel] add a string input to ob-octave

2011-10-01 Thread Nicolas Goaziou
Hello, Litvinov Sergey slitvi...@gmail.com writes: +(cond + ((stringp var) + (format \'%s\' (or var nil))) + (t + (format %s (or var nil)) Just nitpicking: In the first case, var is already identified as a string, so it will always be non-nil, and your or is

Re: [O] TABLES: Remove/add cell

2011-10-01 Thread suvayu ali
2011/9/30 Michael Brand michael.ch.br...@gmail.com: Ehm - it is doable, but not by editing commands from Org table. Only with several rectangular edits or an Org table formula with a few tricks and a temporary column to be removed afterward. There are some org-table specific rectangle edit

Re: [O] [PATCH][babel] add a string input to ob-octave

2011-10-01 Thread Litvinov Sergey
In other words, replacing (or var nil) with var would be enough Thanks. Fixed in the patch below. The patch also adds an ert test. From b4b679abdc7bec9f3033b50f81d567a0bb48b147 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey slitvi...@gmail.com Date: Sat, 1 Oct 2011 13:37:56 +0200 Subject: [PATCH

Re: [O] looking for examples using babel/calc

2011-10-01 Thread Litvinov Sergey
is there some documentation and are there some examples of using babel with calc? There are examples in https://github.com/eschulte/babel-dev.git Search for 'begin_src calc'. https://raw.github.com/eschulte/babel-dev/master/scraps.org

[O] Bug: Can't check collapsed checkbox from end of line [7.7 (release_7.7.351.gb8b5)]

2011-10-01 Thread Dave Abrahams
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.

Re: [O] Bug: Can't check collapsed checkbox from end of line [7.7 (release_7.7.351.gb8b5)]

2011-10-01 Thread Nicolas Goaziou
Hello, Dave Abrahams d...@boostpro.com writes: I have the following item in my todo list ** TODO [#A] * Org Routine [1/4] ** SCHEDULED: 2011-10-01 Sat .+1d - [ ] PRIORITIZE - A: not completing on scheduled day has consequences - C: completely optional but you want

Re: [O] Bug: Can't check collapsed checkbox from end of line [7.7 (release_7.7.351.gb8b5)]

2011-10-01 Thread Dave Abrahams
on Sat Oct 01 2011, Nicolas Goaziou n.goaziou-AT-gmail.com wrote: Hello, Dave Abrahams d...@boostpro.com writes: I have the following item in my todo list ** TODO [#A] * Org Routine [1/4] ** SCHEDULED: 2011-10-01 Sat .+1d - [ ] PRIORITIZE - A: not completing on

Re: [O] Bug: Can't check collapsed checkbox from end of line [7.7 (release_7.7.351.gb8b5)]

2011-10-01 Thread Nicolas Goaziou
Dave Abrahams d...@boostpro.com writes: Not for me. When I visit the org file above, press `TAB' to reveal the detail of the TODO, move down two lines with `C-n C-n' and press `TAB' again to collapse the PRIORITIZE bullet, hit `C-e' to go to the end of line, then hit `C-c C-c', no checkmark

Re: [O] Bug: Can't check collapsed checkbox from end of line [7.7 (release_7.7.351.gb8b5)]

2011-10-01 Thread Dave Abrahams
on Sat Oct 01 2011, Nicolas Goaziou n.goaziou-AT-gmail.com wrote: Dave Abrahams d...@boostpro.com writes: Not for me. When I visit the org file above, press `TAB' to reveal the detail of the TODO, move down two lines with `C-n C-n' and press `TAB' again to collapse the PRIORITIZE bullet,

Re: [O] % (org-agenda-bulk-mark-regexp) in agenda view problems

2011-10-01 Thread netty hacky
Hi Bastien, I found a third problem of org-agenda-bulk-mark-regexp, it does not work well on daily/weekly agenda view. Basically it chokes on lines that is not a regular headline, like date labels, dairy entries and grid lines. So to show I am not merely a leech on this list, I come up with my

Re: [O] org-mobile-push

2011-10-01 Thread Vikas Rawal
In trying to call this last function, emacs gets an error: the function is not defined. Basically what happens is that org-mobile-push calculates the agenda, by calling org-agenda-list. This function checks the value of the variable org-agenda-include-diary, which in your case must be t,

Re: [O] Printing in indent mode

2011-10-01 Thread Jarmo Hurri
Giovanni Ridolfi giovanni.rido...@yahoo.it writes: That would be very nice, but I do not know how to do this for a hierarchical list so that the result would look like a list. For a subtree: * A list :PROPERTIES: :EXPORT_TITLE: :EXPORT_OPTIONS: H:0 num:nil toc:nil \n:t @:t ::t |:t ^:t