Re: [O] small docstring typo in org-clone-subtree-with-time-shift

2011-09-30 Thread Brian van den Broek
On 29 Sep 2011 23:17, "Achim Gratz" wrote: > > Brian van den Broek writes: > > I suspect that the optimal way is to generate a patch against the > > documentation. If that's right and someone would point me to what I'd > > need to read to learn how to do so (I've never produced a patch > > before

Re: [O] Printing in indent mode

2011-09-30 Thread Jambunathan K
Jarmo Hurri writes: > Jambunathan K writes: > >>> Is there a way to print the document tree in indent mode so that the >>> hidden stars would not show up in the printed version? >> >> Don't you think exporting the buffer to say pdf is a better option >> than printing the buffer directly? > > Tha

Re: [O] would take more than an org-mode strip-down.

2011-09-30 Thread Jambunathan K
This is a quote from Richard Stallman's speech & article. , From http://www.gnu.org/gnu/rms-lisp.html | Multics Emacs proved to be a great success — programming new editing | commands was so convenient that even the secretaries in his office | started learning how to use it. They used a manua

[O] Time range end in agenda view not displayed

2011-09-30 Thread michael holzer
Hi everyone, I'm having a problem with the agenda view, hopefully someone can tell me what I'm doing wrong: When I have an entry that contains a time range, for example: * timerange <2011-09-30 Fri 14:00>--<2011-09-30 Fri 18:00> this shows up in the agenda view as: uni:14:00..

Re: [O] Printing in indent mode

2011-09-30 Thread Giovanni Ridolfi
Jarmo Hurri writes: Hi, Jarmo , > Jambunathan K writes: > >>> Is there a way to print the document tree in indent mode so that the >>> hidden stars would not show up in the printed version? >> >> Don't you think exporting the buffer to say pdf is a better option >> than printing the buffer dire

Re: [O] Time range end in agenda view not displayed

2011-09-30 Thread Daniel Bausch
Hi Michael, it's much easier to achieve, what you want. Just write <2011-09-30 Fri 14:00-18:00> (at least as long as the times refer to the same day) Daniel Am Freitag 30 September 2011, 12:00:56 schrieb michael holzer: > Hi everyone, > > I'm having a problem with the agenda view, hopefully so

Re: [O] Time range end in agenda view not displayed

2011-09-30 Thread Memnon Anon
michael holzer writes: > When I have an entry that contains a time range, for example: > > * timerange > <2011-09-30 Fri 14:00>--<2011-09-30 Fri 18:00> > > this shows up in the agenda view as: > > uni:14:00.. timerange > > while I would expect something like: > > uni:14:

[O] [BUG] Re: Time range end in agenda view not displayed

2011-09-30 Thread Giovanni Ridolfi
michael holzer writes: > When I have an entry that contains a time range, for example: > > * timerange > <2011-09-30 Fri 14:00>--<2011-09-30 Fri 18:00> > > this shows up in the agenda view as: > > uni:14:00.. timerange > > while I would expect something like: > > uni:14:

Re: [O] Time range end in agenda view not displayed

2011-09-30 Thread michael holzer
Thanks to everyone for the fast answers :)

[O] How to debug "Specified time is not representable"

2011-09-30 Thread Karl Voit
Hi! When I get «Specified time is not representable» while creating the Agenda view, I want to get more information *where* the problem is. I found [1] and following and so I got it that there is no way of managing timestamps before 1970 :-( Is there a way to get to the problematic time stamp?

Re: [O] [BUG] Re: Time range end in agenda view not displayed

2011-09-30 Thread Niels Giesen
Giovanni Ridolfi writes: > michael holzer writes: > >> When I have an entry that contains a time range, for example: >> >> * timerange >> <2011-09-30 Fri 14:00>--<2011-09-30 Fri 18:00> >> >> this shows up in the agenda view as: >> >> uni:14:00.. timerange >> >> while I would expe

Re: [O] How to debug "Specified time is not representable"

2011-09-30 Thread Jambunathan K
Karl Voit writes: > Hi! > > When I get «Specified time is not representable» while creating the > Agenda view, I want to get more information *where* the problem is. > > I found [1] and following and so I got it that there is no way of > managing timestamps before 1970 :-( > > Is there a way to g

Re: [O] How to debug "Specified time is not representable"

2011-09-30 Thread Nick Dokos
Karl Voit wrote: > Hi! > > When I get «Specified time is not representable» while creating the > Agenda view, I want to get more information *where* the problem is. > > I found [1] and following and so I got it that there is no way of > managing timestamps before 1970 :-( > Not quite true: Ca

Re: [O] [BUG] Re: Time range end in agenda view not displayed

2011-09-30 Thread Michael Brand
Hi Niels On Fri, Sep 30, 2011 at 16:41, Niels Giesen wrote: > [...] I whipped up this patch. [...] Please test (it's still young) [...] This is a nice water proofing as I like it. The patch passes my tests. (The patch can be found here:) http://patchwork.newartisans.com/patch/970 Michael

[O] Kill org files on agenda exit

2011-09-30 Thread Gene Cooley
Whenever I exit my agenda views, there are still all org agenda files open. Is there any possibility to kill those buffers on agenda exit?

Re: [O] Kill org files on agenda exit

2011-09-30 Thread Michael Brand
Hi Gene On Fri, Sep 30, 2011 at 18:49, Gene Cooley wrote: > Whenever I exit my agenda views, there are still all org agenda files open. > Is there any possibility to kill those buffers on agenda exit? It seems you have used "q" to exit. This variant leaves the agenda buffers open. To close them

Re: [O] would take more than an org-mode strip-down.

2011-09-30 Thread Thomas S. Dye
Carsten Dominik writes: > 1. Startup difficulties for non-EMacs users > >One of the fundamental aspect you discuss is the difficulty to >enter the Org-mode world as a general computer user, possibly not >familiar Emacs. > >Today's world expects programs to be self-explanatory,

[O] TABLES: Remove/add cell

2011-09-30 Thread Gustav Wikström
Hello! How do I add or remove a single cell in a table? Example: I have the following table: |1 |1 | |2 |3 | |3 |4 | |4 | | Now I want to add an empty cell in @2$2 (below the heading) and thus move the following cells in column 2 d

Re: [O] TABLES: Remove/add cell

2011-09-30 Thread Michael Brand
Hi Gustav 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. Probably not as comfortable as you have expected: - insert row in only one column start with:

Re: [O] TABLES: Remove/add cell

2011-09-30 Thread brian powell
* May want to turn org-mode/table off temporarily (or maybe it will just make it easier) then you can do the "rectangle edits" michael was referring to: ** Go to the point just to the right of the 4. ** C@ ---marks the point. ** Go to the 3. ** Cxrk ** Go to "@2$2"--i.e. where the "4" used to be. *

Re: [O] TABLES: Remove/add cell

2011-09-30 Thread Michael Brand
Oh, and there is a much easier solution, probably the easiest: Transpose the table with this http://orgmode.org/worg/org-hacks.html#sec-1-3-1 If the section numbering changed in the meantime: look for "Transpose tables (Juan Pechiar)" and split it into two (or three) tables: | a | b | c | d | |

Re: [O] TABLES: Remove/add cell

2011-09-30 Thread Gustav Wikström
This is similar to the way I've done it before. It makes it cumbersome if there are many lines below the cell that is to be inserted though.. It would be nice to have as a function that inserts or deletes a cell in the same way as one can insert and delete rows and columns. Maybe as a prefix to M-

[O] Time range end in agenda view not displayed

2011-09-30 Thread michael holzer
Hi everyone, I'm having a problem with the agenda view, hopefully someone can tell me what I'm doing wrong: When I have an entry that contains a time range, for example: * timerange <2011-09-30 Fri 14:00>--<2011-09-30 Fri 18:00> this shows up in the agenda view as: uni:14:00..

[O] looking for examples using babel/calc

2011-09-30 Thread orgm...@h-rd.org
Hi, is there some documentation and are there some examples of using babel with calc? I have no luck in getting it to work. thanks.

Re: [O] Kill org files on agenda exit

2011-09-30 Thread Darlan Cavalcante Moreira
A good thing is that "x" will not close files that you have manually opened. Only the files opened by org-mode when processing the agenda are closed. -- Darlan At Fri, 30 Sep 2011 18:59:06 +0200, Michael Brand wrote: > > Hi Gene > > On Fri, Sep 30, 2011 at 18:49, Gene Cooley wrote: > > Whene

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

2011-09-30 Thread Litvinov Sergey
Please consider a tiny patch to add a string input variable to ob-octave. I also add tests for ob-octave. >From 4848960cefc1b1486705f7aed022ba199189b6e1 Mon Sep 17 00:00:00 2001 From: Litvinov Sergey Date: Sat, 1 Oct 2011 02:04:49 +0200 Subject: [PATCH] Add string input variables to ob-octave.el.

Re: [O] Time range end in agenda view not displayed

2011-09-30 Thread XeCycle
michael holzer writes: > Hi everyone, > > I'm having a problem with the agenda view, hopefully someone can tell me > what I'm doing wrong: > > When I have an entry that contains a time range, for example: > > * timerange > <2011-09-30 Fri 14:00>--<2011-09-30 Fri 18:00> I think they should look

Re: [O] org-mobile-push

2011-09-30 Thread Nick Dokos
Vikas Rawal 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. May I request you to