Re: [O] Printing in indent mode

2011-10-01 Thread Jarmo Hurri
Giovanni Ridolfi 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 f:nil *:t tags:n

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

Re: [O] bug#9610: 24.0.90; org-mode: sluggish response and high CPU utilization with large .org files

2011-10-01 Thread Tom Davey
On Tue, Sep 27, 2011 at 3:11 PM, Eric S Fraga wrote: > Brilliant!  I have been getting rather annoyed at the jerky movement in > a number of buffers, mostly org, but I knew the problem wasn't due to > org having done timings etc.  Setting this to nil does the job. Yes, a very bothersome issue. L

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 v

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 wrote: > Dave Abrahams 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 >

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 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 appears. Th

[O] [BABEL][PATCH] construct a table from the output of maxima code block

2011-10-01 Thread Litvinov Sergey
Please consider a patch to construct a table from the output of maxima code block. >From a0305117f4e793c93d7d10bc7aab04f96bd62e9c Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sat, 1 Oct 2011 22:29:18 +0200 Subject: [PATCH] [ob-maxima] Construct a table from the output of the code block. Ad

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 wrote: > Hello, > > Dave Abrahams 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 conseq

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 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 to cons

[O] Hide drawers in indirect buffers?

2011-10-01 Thread Dave Abrahams
When I initially request an indirect buffer for an item (especially from the agenda) it shows up with all its drawers open. I'd prefer it if they were closed by default. Is there a way to do that? Thanks, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

[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] 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

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 Date: Sat, 1 Oct 2011 13:37:56 +0200 Subject: [PATCH 2/2] Remove red

Re: [O] TABLES: Remove/add cell

2011-10-01 Thread suvayu ali
2011/9/30 Michael Brand : > 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 commands that should make i

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

2011-10-01 Thread netty hacky
Hi Bastien, I'm having two problems with the % command (org-agenda-bulk-mark-regexp) in Org-mode agenda view. 1. If I use "." as the search string, I get "Wrong type argument: number-or-marker-p, nil". And my workaround is to change the line "(let (entries-marked)" in org-agenda.el to "(let ((e

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

2011-10-01 Thread Nicolas Goaziou
Hello, Litvinov Sergey 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 useless.