Re: [Orgmode] Re: TODO type problem on speedbar and imenu.

2010-07-25 Thread Osamu OKANO
Hi. > I won't answer your mail. Sorry. Just having a question: how do you have the > red "V" after the file names?  Is it some sort of versioning marker? I don't set by my effort, but I manage org files with git(vc-git). I can reproduce this on GNU Emacs 23.2.1 (i386-mingw-nt6.0.6002) of 2010-05-

Re: [Orgmode] [PATCH] Fix clocking on capture completion

2010-07-25 Thread Viktor Rosenfeld
Hi, this patch fixes the problem for me. I'm on release_7.01g.24.g6b5cf.dirty A somewhat related question: I use your bh/clock-in-to-next function to change the todo state to STARTED when clocking in TODO tasks. Unfortunately it is being applied to Capture buffers. I tried changing the buffer-n

Re: [Orgmode] [PATCH] Fix clocking on capture completion

2010-07-25 Thread Viktor Rosenfeld
Hi Bernt, thanks for the updated version. It works as expected. Cheers, Viktor Bernt Hansen wrote: > Viktor Rosenfeld writes: > > > A somewhat related question: I use your bh/clock-in-to-next function to > > change the todo state to STARTED when clocking in TODO tasks. > > Unfortunately it i

[Orgmode] [PATCH] org-insert-time-stamp: fix value of org-last-inserted-timestamp

2010-07-25 Thread Matt Lundin
* lisp/org.el (org-insert-time-stamp): Fix org-insert-time-stamp so that the value of org-last-inserted-timestamp includes time range. Previously, org-last-inserted-timestamp included only the beginning of a time range (e.g., 10:00 instead of 10:00-12:00). This caused parsing problems elsewhere,

Re: [Orgmode] Re: sharing Org-mode files for collaboration

2010-07-25 Thread Eric Schulte
Sébastien Vauban writes: > Hello Carles, > >> There have been some threads here about sharing and collaboratively >> editing Org-mode files. I have a LAN with a central server and Samba >> shares, all clients have Emacs and Org-mode installed. >> >> Sharing of calendars and tasks could be done t

[Orgmode] Re: sharing Org-mode files for collaboration

2010-07-25 Thread Carles
Hello Sébastien > > There have been some threads here about sharing and collaboratively > > editing Org-mode files. I have a LAN with a central server and Samba > > shares, all clients have Emacs and Org-mode installed. > > > > Sharing of calendars and tasks could be done through Org agenda. Righ

Re: [Orgmode] gnuplot with errorbars in org-mode

2010-07-25 Thread Eric Schulte
Hi, I think you're on the right path using Org-babel, here is an altered version of your gnuplot code block which should work. #+srcname: plot-data-w-err #+begin_src gnuplot :var data=data-table :file example.png set title 'My plot' plot "$data" using 1:2:3:4:5:6 with xyerrorlines title 'Ordi

Re: [Orgmode] Re: [PATCH] org-export-generic, "text markup" -- and a request

2010-07-25 Thread David Maus
wrote: >[1 ] >[1.1 ] >On Sat, Jul 24, 2010 at 01:49:44PM +0200, David Maus wrote: >> >> Hi Tomás, >> >> Could I asked you to send the patch again as an attachment of type >> text/plain? If you do so Org mode's patchtracker is able to pick it >> up for further review. >OK, I'll retry -- seems

Re: [Orgmode] Bug: possible bug in latex export [7.01trans (release_6.36.735.g15ca.dirty)]

2010-07-25 Thread David Maus
Stephen Eglen wrote: >Neither the heading or text of section 'B' appears due to the incorrect >level of B (three stars rather than two). If I correct the level for B, >the heading and text appears. >I found this today when working on a document. It is my fault for >getting the level of heading

[Orgmode] firefox problem with org-protocol

2010-07-25 Thread Daniel Goldin
I don't seem to be able to add emacsclient as a handler for org-capture in firefox 3.6.7. When I click on the bookmark, I simply get a message telling me that there is no helper app associated with the file -- with no option to add my own. Anybody know a way to work around this? d. -- Daniel Gold

Re: [Orgmode] [BUG] Org-capturing items to clock

2010-07-25 Thread David Maus
Puneeth wrote: >Hi all, >I've found a bug with capturing as item to a running clock. I reduced >my dot-emacs to the bare minumum(given below), but the problem >continues. I can confirm this with Org-mode version 7.01trans (release_7.01g.24.g6b5cf) on GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ V

Re: [Orgmode] org-mode 7.01, error while scheduling item

2010-07-25 Thread David Maus
Marcelo de Moraes Serpa wrote: >GNU Emacs 23.2.1 (x86_64-apple-darwin, NS apple-appkit-1038.29) of 2010-05-08. >Backtrace attached. Thanks. It looks like a problem with calendar.el: Org tries to use a function in the calendar-buffer named "*Calendar*" and fails because there is no window that co

Re: [Orgmode] firefox problem with org-protocol

2010-07-25 Thread David Maus
Daniel Goldin wrote: >I don't seem to be able to add emacsclient as a handler for >org-capture in firefox 3.6.7. When I click on the bookmark, I simply >get a message telling me that there is no helper app associated with >the file -- with no option to add my own. Anybody know a way to work >around

Re: [Orgmode] [ANN] List improvement v.2

2010-07-25 Thread Nicolas Goaziou
Hello, > Eric Schulte writes: > 2) This is very minor, but could you rebase your branch against master? >That would make switching back and forth slightly easier. I rebased against master and pushed to github. > 3) Since I can't help but relate things to Babel... What do you think >a

Re: [Orgmode] LaTeX table export issue

2010-07-25 Thread David Maus
Bart Bunting wrote: >Hi all, >I have found what is possibly a bug in the LaTeX export in org-mode but >I'm not totally sure. >I am no LaTeX expert, in fact I know very little about it. I have used >a process of ilimination to try and produce the simplest case I can to >demonstrate the issue. >W

Re: [Orgmode] web site bug

2010-07-25 Thread David Maus
Robert Klein wrote: >on the web site, the link to the HTML version of the compact guide >actually links to the full manual. >(http://orgmode.org/index.html#sec-4_1 first link) Thanks for reporting. Seems this is already fixed. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@

Re: [Orgmode] gnuplot with errorbars in org-mode

2010-07-25 Thread suvayu ali
This works like a charm Eric!! Now with org-babel working I can imagine all sorts of wonderful possibilities. I can now have common code blocks which are called to setup the gnuplot terminal depending on the need (say for png or eps or just regular interactive) for different sets of data or differ

Re: [Orgmode] question about date-tree

2010-07-25 Thread Emin.shopper Martinian.shopper
Below is an elisp function which does the required work. I now call this function at the beginning of the month so my journal.org file is pre-populated to make it easier for me to set future todos. You can also call it for any future month/year combination you want. Feel free to add it to orgmode o

[Orgmode] Re: Finding old appointments

2010-07-25 Thread Tassilo Horn
Sébastien Vauban writes: Hi Sébastien, > What's the info available about your past appointments? I'm a bit > puzzled about what I have to do with old appointments. Let me > explain... > > I have such appointments: > > ** Dentist ><2010-07-28 Wed 10:45-11:15> > > ** Meeting client ABC ><

Re: [Orgmode] Re: [PATCH] org-export-generic, "text markup" -- and a request

2010-07-25 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Jul 25, 2010 at 04:47:24PM +0200, David Maus wrote: > wrote: > >[1 ] > >[1.1 ] > >On Sat, Jul 24, 2010 at 01:49:44PM +0200, David Maus wrote: > >> > >> Hi Tomás, > >> > >> Could I asked you to send the patch again as an attachment of type

[Orgmode] Re: Finding old appointments

2010-07-25 Thread Matt Lundin
Tassilo Horn writes: > Additionally, there are some more complex outdated entries, that have > subtrees and done todos. > > Yes, what I want to spot are enties with an active (or also inactive? > not sure about this one) timestamp that is before today, and if it's a > TODO, it has to be in a DONE

[Orgmode] Composing letters using org-mode and scrlttr2

2010-07-25 Thread Jambunathan K
#+TITLE: #+AUTHOR: #+EMAIL: #+LANGUAGE: #+TEXT: #+DATE: #+LaTeX_CLASS_OPTIONS: [a4paper,parskip=full,backaddress=off,foldmarks=off,jambu] #+OPTIONS: toc:nil #+LaTeX_CLASS: scrlttr2 * letter Org Mode User Group \\ World Wide Web * subject Composing letters using org-mode and scrlttr2

[Orgmode] [PATCH] Keep same column when cycling visibility

2010-07-25 Thread Nicolas Goaziou
Hello, Like what is already done with drawers, point should not move when cycling visibility of headings and list items. The call to `org-back-to-heading' this patch removes seems redundant anyways. Regards, -- Nicolas >From 17cd7d747366c90fad47b44edeac2daf920b Mon Sep 17 00:00:00 2001 Fro

Re: [Orgmode] firefox problem with org-protocol

2010-07-25 Thread Daniel Goldin
Thanks. Got me almost there. This is the link that solved the problem in the end: http://support.mozilla.com/en-US/kb/The+protocol+is+not+associated+with+any+program d. Excerpts from David Maus's message of Sun Jul 25 09:16:52 -0700 2010: > Daniel Goldin wrote: > >I don't seem to be able to add

[Orgmode] org-protocol

2010-07-25 Thread Richard Riley
I'm trying to get FF working with org again - http://orgmode.org/worg/org-contrib/org-protocol.php It says , |1. Type "about:config" into the location bar and press enter. |2. Click "I'll be careful, I promise!" to continue. |3. Right-click on the grid |4. Choose "New" -> "

[Orgmode] Re: Small patch to restrict syntactic context where [[links]] are active

2010-07-25 Thread Paul Sexton
Paul Sexton xnet.co.nz> writes: Unfortunately this doesn't seem to work as well as I thought. For some reason when org-bracket-link-context-ok is called, (point) is not at the end of the link, despite the fact that the docs for re-search-forward state that is where the point should be. Without

[Orgmode] Re: org-protocol

2010-07-25 Thread Richard Riley
Richard Riley writes: > I'm trying to get FF working with org again - > > http://orgmode.org/worg/org-contrib/org-protocol.php > > It says > > , > |1. Type "about:config" into the location bar and press enter. > |2. Click "I'll be careful, I promise!" to continue. > |3. Right-cli