[Orgmode] [mobileorg] Android sync failed

2010-06-15 Thread Torsten Wagner
Hi, I just got my new android based phone (HTC Desire) and the very first thing I'm interesting in getting my org-based brainswap onto the android. I installed Mats mobileorg program for android (btw., I hate the word "app", sorry ;) ) version 0.4 Alpha I followed the manuals and howtos, however, I

[Orgmode] Re: For patch maintainers: A script to simplify your work

2010-06-15 Thread John Wiegley
John Wiegley writes: > The following version of pwclient adds 'branch' command. You use it so: This next version automatically rebases the topic branch to the master, which performs the merge that will need to be done at some point. John <#part type="application/octet-stream" filename="~/bin/

[Orgmode] For patch maintainers: A script to simplify your work

2010-06-15 Thread John Wiegley
The following version of pwclient adds 'branch' command. You use it so: pw branch 15 This does the following: 1. Download patch #15. 2. Find the last master branch commit of the night before that patch was submitted (best chance to apply there). 3. Create a local topic branch nam

[Orgmode] Re: org-mobile-push error with no headings

2010-06-15 Thread John Wiegley
Erik L. Arneson writes: > I just upgraded to org-mode 6.36c, and for some reason `org-mobile-push' > started throwing an error when it got to a file with no headings in it. > The error was in `org-back-to-heading'. This little one-line patch > fixes it, though I'm not certain it's the right thin

Re: [Orgmode] [ANN] Org to Atom, revisited

2010-06-15 Thread T.F. Torrey
David, This is really great work, and I'm excited about using it for my own site. Hopefully this will be included in the official Org mode soon. Thank you for this. - Terry On 06/15/2010 09:51 AM, David Maus wrote: The Org to Atom exporter I've preliminary announce some weeks ago entered a

[Orgmode] Re: [ANN] Org to Atom, revisited

2010-06-15 Thread Matt Lundin
David, David Maus writes: > The Org to Atom exporter I've preliminary announce some weeks ago > entered a state I consider to be stable and consistent enough to be > included into Org mode. Thanks. This looks great! I had grand plans a year or so ago to work on a feed exporter, but your org-ato

Re: [Orgmode] Two bugs in org-indent (plus a fix to correct one of them)

2010-06-15 Thread William Henney
On Tue, Jun 15, 2010 at 6:10 PM, William Henney wrote: > Indentation of 0 > * Level one heading >  Indentation of 2 > ** Level two heading >   Indentation of 3 > *** Level three heading >    Indentation of 4 This is very odd - gmail ate my spaces! What I actually typed was the following (spaces s

Re: [Orgmode] Two bugs in org-indent (plus a fix to correct one of them)

2010-06-15 Thread William Henney
Hi David Thanks for looking at this. On Tue, Jun 15, 2010 at 6:02 AM, David Maus wrote: > William Henney wrote: >>Hi all > >>1. If one sets org-indent-indentation-per-level to any value other >>than the default of 2, then the indentation of lines following a >>heading is not correct. I seem to h

Re: [Orgmode] [ANN] Org to Atom, revisited

2010-06-15 Thread Scot Becker
Wow, David, This is cool stuff. ___ 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

Re: [Orgmode] Re: any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Russell Adams
On Tue, Jun 15, 2010 at 04:01:21PM +, Srinivas wrote: > I follow a similar process but remove all styling as well so that Word > applies > native styles (which could come from a Word template). This allows the look > and feel of the Word document to have its own styling independent of html/c

[Orgmode] Re: preventing automatic rebuild of agenda on refiling?

2010-06-15 Thread Michael Gilbert
I may have missed when this happened or if it's been discussed already, but I'm noticing that recent Org-mode automatically rebuilds the agenda each time I refile a task. This can dramatically slow down the process of refiling a lot of items. Is there a setting to change this

[Orgmode] org-mode and auto-fill-mode

2010-06-15 Thread Paul Drummond
I use auto-fill-mode in my org file and sporadically org puts a # on the start of a line. I noticed the FAQ about setting start-comment to nil and if I set it to nil explicitly it seems to work but after a while the hashes come back! Paul Drummond ___ E

[Orgmode] Re: preventing automatic rebuild of agenda on refiling?

2010-06-15 Thread Matt Lundin
Michael Gilbert writes: >>> I may have missed when this happened or if it's been discussed >>> already, but I'm noticing that recent Org-mode automatically rebuilds >>> the agenda each time I refile a task. This can dramatically slow down >>> the process of refiling a lot of items. Is there a set

[Orgmode] [ANN] Org to Atom, revisited

2010-06-15 Thread David Maus
The Org to Atom exporter I've preliminary announce some weeks ago entered a state I consider to be stable and consistent enough to be included into Org mode. It provides export, publishing and a sitemap functions that let you create an Atom feed for a web page project based on (multiple) Org mode

Re: [Orgmode] [PATCH] comments exporting

2010-06-15 Thread Nicolas Goaziou
Hi, > Eric Schulte writes: > This problem I can't reproduce. My bad. I wasn't on git head. There is no such problem anymore. After you've made your changes, all should be set, hopefully. Regards, -- Nicolas ___ Emacs-orgmode mailing list Please

[Orgmode] Re: any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Matt Lundin
Christian Egli writes: > Rainer Stengele writes: > >> I love to edit documents in Org. > > I know what you mean. > >> Unfortunately I have to finally deliver text in MS Word. > > Sometimes I find myself in that situation. > >> Any idea how to best export/convert my org file to Word? > > I've use

Re: [Orgmode] preventing automatic rebuild of agenda on refiling?

2010-06-15 Thread Michael Gilbert
>> I may have missed when this happened or if it's been discussed >> already, but I'm noticing that recent Org-mode automatically rebuilds >> the agenda each time I refile a task. This can dramatically slow down >> the process of refiling a lot of items. Is there a setting to change >> this? > > A

[Orgmode] Re: any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Srinivas
Russell Adams AdamsInfoServ.Com> writes: > > I routinely have to do this. My steps are: > > - Export org to html > - Switch to the html export buffer (filename.html) > - Delete the xml lines at the top until the first line is the tag > - Save the html > - Open the html in Word > I follow

Re: [Orgmode] [PATCH] comments exporting

2010-06-15 Thread Eric Schulte
Hi Nicolas, Thanks for the thoughtful response. Nicolas Goaziou writes: > Hello, >> Eric Schulte writes: > >> Not to look a gift patch in the mouth, but while this patch fixes the >> above issue it looks like it introduces a new problem. > > If you want a quick hack, just remove the space I

[Orgmode] [PATCH] Consider environments that end at eob.

2010-06-15 Thread David Maus
* org-exp.el (org-export-mark-blockquote-verse-center): Consider environments that end at eob. --- lisp/org-exp.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 915e1f5..502f253 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el

[Orgmode] [PATCH] Consider verse/quote environments that end at eob.

2010-06-15 Thread David Maus
Attached patch fixes an error when exporting a region with a verse or quote block at the end. During preparation with `org-export-mark-blockquote-verse-center' such a block ends at end-of-buffer, i.e. without a newline after the #+end_ declaration. `org-export-mark-blockquote-verse-center' assume

Re: [babel] Re: [Orgmode] Re: [OT] gnuplot quality

2010-06-15 Thread Eric Schulte
Eric S Fraga writes: > On Sun, 13 Jun 2010 12:35:43 +1000, "Alan E. Davis" wrote: > >> I use the gri plotting language to make plots. Does anyone here use this? >> >> I am over my head in trying to use babel as a literate programming tool; yet >> that's exactly what I need to do, else at least

Re: [Orgmode] [org-babel] Bug in org-babel-latex when writing to PDF

2010-06-15 Thread William Henney
Hi Eric On Mon, Jun 14, 2010 at 4:46 PM, Eric Schulte wrote: > Great, thanks for hunting this down, I've changed org-babel-latex.el to > call the function you mentioned above and everything appears to be > working. > I confirm that org-babel export of latex snippets to pdf now works as advertise

Re: [Orgmode] any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Russell Adams
I routinely have to do this. My steps are: - Export org to html - Switch to the html export buffer (filename.html) - Delete the xml lines at the top until the first line is the tag - Save the html - Open the html in Word It opens fine, and preserves image links, tables, formats, etc. This s

[Orgmode] cycle visibility from agenda view?

2010-06-15 Thread Joost Kremers
hi all, when i'm in an agenda buffer i can use follow mode (or the space bar) to view original location of an item. however, sometimes (usually?) the relevant tree isn't shown entirely, which is not always what i want. is there a way to cycle the visibility of the relevant item from within the ag

[Orgmode] Re: Keeping agenda window

2010-06-15 Thread Łukasz Stelmach
Radosław Grzanka writes: > However, if I follow the link to one of my outlines it opens in > the window of agenda - this is not what I want. I want it to open in > my upper window (preferably moving cursor and focus there) and leave > the agenda window intact so I can still see it. Use the [

Re: [Orgmode] any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Giovanni Ridolfi
Puneeth Chaganti writes: > wrote: >> Any idea how to best export/convert my org file to Word? >> >> I tried HTML export and then imported the html in Word but >> I end up in an unusable xml style document which word wants an stylesheet >> for which I do not have. > > I don't have MS Word around,

[Orgmode] Re: any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Rainer Stengele
Am 15.06.2010 15:01, schrieb Puneeth Chaganti: > Hi, > > On Tue, Jun 15, 2010 at 5:57 PM, Rainer Stengele > wrote: >> Hi! >> >> I love to edit documents in Org. >> Unfortunately I have to finally deliver text in MS Word. >> >> Any idea how to best export/convert my org file to Word? >> >> I tried

[Orgmode] Re: any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Christian Egli
Rainer Stengele writes: > I love to edit documents in Org. I know what you mean. > Unfortunately I have to finally deliver text in MS Word. Sometimes I find myself in that situation. > Any idea how to best export/convert my org file to Word? I've used latex export followed by latex2rtf in th

Re: [Orgmode] any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Eric S Fraga
On Tue, 15 Jun 2010 18:31:02 +0530, Puneeth Chaganti wrote: > > Hi, > > On Tue, Jun 15, 2010 at 5:57 PM, Rainer Stengele > wrote: > > Hi! > > > > I love to edit documents in Org. > > Unfortunately I have to finally deliver text in MS Word. > > > > Any idea how to best export/convert my org fil

[babel] Re: [Orgmode] Re: [OT] gnuplot quality

2010-06-15 Thread Eric S Fraga
On Sun, 13 Jun 2010 12:35:43 +1000, "Alan E. Davis" wrote: > I use the gri plotting language to make plots. Does anyone here use this? > > I am over my head in trying to use babel as a literate programming tool; yet > that's exactly what I need to do, else at least have a method for > coordinat

Re: [Orgmode] [PATCH] comments exporting

2010-06-15 Thread Nicolas Goaziou
Hello, > Eric Schulte writes: > Not to look a gift patch in the mouth, but while this patch fixes the > above issue it looks like it introduces a new problem. If you want a quick hack, just remove the space I introduced in the comment regexp. But, imho, it isn't a real solution as #+source is

Re: [Orgmode] any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Puneeth Chaganti
Hi, On Tue, Jun 15, 2010 at 5:57 PM, Rainer Stengele wrote: > Hi! > > I love to edit documents in Org. > Unfortunately I have to finally deliver text in MS Word. > > Any idea how to best export/convert my org file to Word? > > I tried HTML export and then imported the html in Word but > I end up

Re: [Orgmode] any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread moabi2000
Export to html. Open in OpenOffice.org Save as .doc Open in MS Word Works for me. It may not be the best way though. HTH. On Tue, Jun 15, 2010 at 1:27 PM, Rainer Stengele wrote: > Hi! > > I love to edit documents in Org. > Unfortunately I have to finally deliver text in MS Word. > > Any idea ho

[Orgmode] any idea how to convert org file to MS WORD an retain text structure?

2010-06-15 Thread Rainer Stengele
Hi! I love to edit documents in Org. Unfortunately I have to finally deliver text in MS Word. Any idea how to best export/convert my org file to Word? I tried HTML export and then imported the html in Word but I end up in an unusable xml style document which word wants an stylesheet for which I

Re: [Orgmode] Re: Keeping agenda window

2010-06-15 Thread Eric S Fraga
On Tue, 15 Jun 2010 14:00:28 +0200, Radosław Grzanka wrote: > > > Strange. If I bring up the agenda (C-c a a) and then invoke follow > > mode (v f), when I move down or up (n or p) in the agenda view, the > > other window gets updated with the entry on the current line. You > > should not have

[Orgmode] Re: Keeping agenda window

2010-06-15 Thread Bernt Hansen
Bernt Hansen writes: >What org-mode version are you using? (M-x org-mode) Sorry this should be (M-x org-version) -Bernt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/ma

[Orgmode] Re: Keeping agenda window

2010-06-15 Thread Bernt Hansen
Radosław Grzanka writes: > Strange. If I bring up the agenda (C-c a a) and then invoke follow >> mode (v f), when I move down or up (n or p) in the agenda view, the >> other window gets updated with the entry on the current line. You >> should not have to hit TAB, although TAB is useful when you

Re: [Orgmode] Re: Keeping agenda window

2010-06-15 Thread Radosław Grzanka
Strange. If I bring up the agenda (C-c a a) and then invoke follow mode (v f), when I move down or up (n or p) in the agenda view, the other window gets updated with the entry on the current line. You should not have to hit TAB, although TAB is useful when you are not in follow mode of course.

[Orgmode] Re: [Bug] Movement of C-a under visible-mode

2010-06-15 Thread Bernt Hansen
Sébastien Vauban writes: > Hello, > > I'm reporting some movement problem I've observed. When on any line, let's say > the last clock one: > > - `C-e' moves the cursor to the end of it > - `C-a' moves the cursor at the level of `LOGBOOK'. > > --8<---cut here---start-

Re: [Orgmode] Re: Keeping agenda window

2010-06-15 Thread Eric S Fraga
On Tue, 15 Jun 2010 13:12:20 +0200, Radosław Grzanka wrote: > > W dniu 2010-06-15 13:13, Matt Lundin pisze: > > Radosław Grzanka writes: > > > > > >> W dniu 2010-06-15 10:16, Livin Stephen Sharma pisze: > >> > >> Radek, have you tried 'org-agenda-follow-mode'? [ yes, I did > >>

[Orgmode] Re: Keeping agenda window

2010-06-15 Thread Bernt Hansen
Radosław Grzanka writes: > W dniu 2010-06-15 10:16, Livin Stephen Sharma pisze: > > Radek, >  have you tried 'org-agenda-follow-mode'? >  [ yes, I did see you write "..if i follow the link to one of my > outlines.." in your email :) ] > > Hello,   thank you for your reply. I did not

[Orgmode] Re: Keeping agenda window

2010-06-15 Thread Radosław Grzanka
W dniu 2010-06-15 13:13, Matt Lundin pisze: Radosław Grzanka writes: W dniu 2010-06-15 10:16, Livin Stephen Sharma pisze: Radek, have you tried 'org-agenda-follow-mode'? [ yes, I did see you write "..if i follow the link to one of my outlines.." in your email :) ] Hello

Re: [Orgmode] preventing automatic rebuild of agenda on refiling?

2010-06-15 Thread David Maus
Michael Gilbert wrote: >Hi — >I may have missed when this happened or if it's been discussed >already, but I'm noticing that recent Org-mode automatically rebuilds >the agenda each time I refile a task. This can dramatically slow down >the process of refiling a lot of items. Is there a setting to

[Orgmode] Re: Keeping agenda window

2010-06-15 Thread Matt Lundin
Radosław Grzanka writes: > W dniu 2010-06-15 10:16, Livin Stephen Sharma pisze: > > Radek,  have you tried 'org-agenda-follow-mode'?  [ yes, I did > see you write "..if i follow the link to one of my outlines.." in > your email :) ] > > Hello,   thank you for your reply. I did not kn

Re: [Orgmode] Two bugs in org-indent (plus a fix to correct one of them)

2010-06-15 Thread David Maus
William Henney wrote: >Hi all >1. If one sets org-indent-indentation-per-level to any value other >than the default of 2, then the indentation of lines following a >heading is not correct. I seem to have managed to fix this by changing >line 231 of org-indent.el from >n (* (or lev

Re: [Orgmode] Keeping agenda window

2010-06-15 Thread Radosław Grzanka
W dniu 2010-06-15 10:16, Livin Stephen Sharma pisze: Radek, have you tried 'org-agenda-follow-mode'? [ yes, I did see you write "/..if i follow the link to one of my outlines../" in your email :) ] Hello, thank you for your reply. I did not know about follow-mode but it seems it is not

Re: [Orgmode] Keeping agenda window

2010-06-15 Thread Livin Stephen Sharma
Radek, have you tried 'org-agenda-follow-mode'? [ yes, I did see you write "..if i follow the link to one of my outlines.." in your email :) ] Livin Stephen Sharma On Jun 15, 2010, at 13:23:31 , Radosław Grzanka wrote: > Hello, > I'm pretty new user of emacs and orgmode. Here is my problem

[Orgmode] Keeping agenda window

2010-06-15 Thread Radosław Grzanka
Hello, I'm pretty new user of emacs and orgmode. Here is my problem that I tried to solve for couple of days now. When I open agenda window it splits my frame horizontally - I browse my agenda and that is great. However, if I follow the link to one of my outlines it opens in the window of

Re: [Orgmode] oddities with ical export

2010-06-15 Thread David Maus
Daniel Martins wrote: > I just noticed that org-diary-class is not suppoerte in ical export > Carsten told me that sexps are not supported by org > > But I have a problem now! > > I tried 3 ways to generate a work that repeats each 3 days. > > [snip] > > All of them appear in Agenda View but none

[Orgmode] [Bug] Movement of C-a under visible-mode

2010-06-15 Thread Sébastien Vauban
Hello, I'm reporting some movement problem I've observed. When on any line, let's say the last clock one: - `C-e' moves the cursor to the end of it - `C-a' moves the cursor at the level of `LOGBOOK'. --8<---cut here---start->8--- Emails and News :PRO