[Orgmode] is there a hook to save a remember buffer?

2009-09-08 Thread Alan E. Davis
Is there a hook to save the remember buffer when I type C-c C-r when I'm in an unsaved remember buffer? That would be almost as good, perhaps better, than saving the remember buffer to a special file or directory. Alan You can know the name of a bird in all the languages of the world, but when

Re: [Orgmode] iPhone app for Org view and capture

2009-09-08 Thread Stefan Vollmar
On 08.09.2009, at 16:24, Richard Moreland wrote: Hi all, I've been working with Carsten on a free iPhone app for Org. We are still working out some of the details, but so far we have it running on the phone in a fairly usable state. It needs some polish, but it is very nice to see my O

Re: [Orgmode] Re: How to get \\ in title or author?

2009-09-08 Thread Nick Dokos
Bastien wrote: > Sébastien Vauban writes: > > >> Maybe \linebreak is less context-sensitive than \newline, which would mean > >> that there are more contexts (like \title and \author) in which it behaves > >> as expected. Just a guess. > > > > I've asked the question on FCTT (fr.comp.text.tex)

Re: [Orgmode] Re: How to get \\ in title or author?

2009-09-08 Thread Bastien
Sébastien Vauban writes: >> Maybe \linebreak is less context-sensitive than \newline, which would mean >> that there are more contexts (like \title and \author) in which it behaves >> as expected. Just a guess. > > I've asked the question on FCTT (fr.comp.text.tex) and already got an answer > of

Re: [Orgmode] iPhone app for Org view and capture

2009-09-08 Thread Richard Moreland
Hi Peter, You nailed nearly point-for-point the current state of capturing notes in the app (as of today, after the demo video was made). Thanks for your comments, I hadn't considered displaying the last sync time. That will indeed be handy. As you imagined, you can operate entirely off

Re: [Orgmode] iPhone app for Org view and capture

2009-09-08 Thread Richard Moreland
Thanks for checking it out. Unfortunately I don't have access to any Android hardware, and now that I've got Org on my iPhone, I probably won't be looking at any other hardware for a while :) But I would be happy to help contribute code/ideas/experience/etc to any developers interested in

Re: [Orgmode] Re: How to get \\ in title or author?

2009-09-08 Thread Brian van den Broek
Bastien said unto the world at 09-09-07 11:33 PM: Sébastien Vauban writes: #+TITLE: Main title \linebreak Subtitle #+AUTHOR:Main author \linebreak Second one DOES WORK. Thanks for your precious help! I'm not sure to understand the subtle differences between `\\', `\newline' and `\lin

Re: [Orgmode] Prefixing a function call with C-digit

2009-09-08 Thread Raffi R
Ordinarily that is the case, but for org-export the convention seems to be C-digit, which passes the digit as an argument to the next function called (in this case, org-export). On Tue, Sep 8, 2009 at 8:42 PM, Haroldo Stenger wrote: > Raffi, > > Off the top of mi mind, you pass arguments to comman

Re: [Orgmode] Prefixing a function call with C-digit

2009-09-08 Thread Haroldo Stenger
Raffi, Off the top of mi mind, you pass arguments to commands by issueing C-u best, haroldo 2009/9/8 Raffi R > Dear org users, > > I'd like to write some advice or a wrapper function for org-export > such that it defaults to a heading level of 0. > > In org-mode normally, I can get this beha

Re: [Orgmode] iPhone app for Org view and capture

2009-09-08 Thread Sven Bretfeld
Richard Moreland writes: > Here is a teaser video of the app running in the simulator:  http://ncogni.to/ > mobileorg-demo1.mov Very nice, congratulations. The unavoidable question: Will there be an Android port as well? Greetings Sven ___ Emacs-or

Re: [Orgmode] Correct Way to Customize LaTeX Export?

2009-09-08 Thread Nick Dokos
> On Tue, Sep 08, 2009 at 02:41:17PM -0600, Peter Jones wrote: > > I recently started exporting some org headlines to LaTeX. I poked > > around but couldn't find the best way to customize the output, e.g. add > > a call to hypersetup. The best I came up with was: > > > > > > But by doing that,

[Orgmode] Re: How to get \\ in title or author?

2009-09-08 Thread Sébastien Vauban
Hi Bastien, Bastien wrote: > Sébastien Vauban writes: >> I'm not sure to understand the subtle differences between `\\', `\newline' >> and `\linebreak', though... > > Me neither :) > > I've found this, which might help: > > http://www.personal.ceu.hu/tex/breaking.htm I don't really understand

Re: [Orgmode] Correct Way to Customize LaTeX Export?

2009-09-08 Thread Russell Adams
That's where the export header comes in handy. In .emacs: > , > | (setq org-export-latex-classes > | '(("article" > | "\\documentclass[11pt]{article}" > | ("\\section{%s}" . "\\section*{%s}") > | ("\\subsection{%s}" . "\\subsection*{%s}") >

[Orgmode] Correct Way to Customize LaTeX Export?

2009-09-08 Thread Peter Jones
I recently started exporting some org headlines to LaTeX. I poked around but couldn't find the best way to customize the output, e.g. add a call to hypersetup. The best I came up with was: , | (setq org-export-latex-classes | '(("article" | "\\documentclass[11pt]{a

[Orgmode] orgstruct and orgtbl mode inhibit TAB completion of addresses in gnus

2009-09-08 Thread Sebastian Rose
Hi, I don't remember when this started, but since some days orgstruct-mode and orgtbl-mode inhibit TAB-completion in the `To:', `Cc:' and 'Bcc:' lines in gnus. I have to turn off _both_ of them to make it work again. I have: (add-hook 'message-mode-hook 'turn-on-orgtbl) (add-hook 'message-

Re: [Orgmode] patch for git: org-ascii.el

2009-09-08 Thread Andrew Stribblehill
Are you sure you need this? Try make clean; make, without it? 2009/9/8 Wes Hardaker : > > org-ascii uses org-float-time which is in org-compat: > > diff --git a/lisp/org-ascii.el b/lisp/org-ascii.el > index 4fd5675..e6ad8d1 100644 > --- a/lisp/org-ascii.el > +++ b/lisp/org-ascii.el > @@ -27,6 +27,

[Orgmode] Prefixing a function call with C-digit

2009-09-08 Thread Raffi R
Dear org users, I'd like to write some advice or a wrapper function for org-export such that it defaults to a heading level of 0. In org-mode normally, I can get this behaviour by pressing C-0 C-x C-e. Looking at org.el suggested that I should be able to simply provide the 0 as an argument, i.e.

Re: [Orgmode] iPhone app for Org view and capture

2009-09-08 Thread John Rakestraw
> Here is a teaser video of the app running in the simulator: > http://ncogni.to/mobileorg-demo1.mov For some reason I can't get to the video just now, but I'll still say that this is really good news. Looking forward to the app. -- John Rakestraw __

[Orgmode] patch for git: org-ascii.el

2009-09-08 Thread Wes Hardaker
org-ascii uses org-float-time which is in org-compat: diff --git a/lisp/org-ascii.el b/lisp/org-ascii.el index 4fd5675..e6ad8d1 100644 --- a/lisp/org-ascii.el +++ b/lisp/org-ascii.el @@ -27,6 +27,7 @@ ;;; Commentary: (require 'org-exp) +(require 'org-compat) (defgroup org-export-ascii nil

Re: [Orgmode] iPhone app for Org view and capture

2009-09-08 Thread peter . frings
On 08 Sep 2009, at 16:24, Richard Moreland wrote: I've been working with Carsten on a free iPhone app for Org. We are still working out some of the details, but so far we have it running on the phone in a fairly usable state. It needs some polish, but it is very nice to see my Org data e

Re: [Orgmode] iPhone app for Org view and capture

2009-09-08 Thread Greg Newman
Bastien took the words out of my mouth! :D On Tue, Sep 8, 2009 at 4:36 AM, Bastien wrote: > Richard Moreland writes: > > > Here is a teaser video of the app running in the simulator: > > http://ncogni.to/ mobileorg-demo1.mov > > WOW... Great work! > > -- > Bastien > > >

Re: [Orgmode] iPhone app for Org view and capture

2009-09-08 Thread Bastien
Richard Moreland writes: > Here is a teaser video of the app running in the simulator: > http://ncogni.to/ mobileorg-demo1.mov WOW... Great work! -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emac

[Orgmode] iPhone app for Org view and capture

2009-09-08 Thread Richard Moreland
Hi all, I've been working with Carsten on a free iPhone app for Org. We are still working out some of the details, but so far we have it running on the phone in a fairly usable state. It needs some polish, but it is very nice to see my Org data easily accessible on a mobile device with offline a

Re: [Orgmode] Clocktable not appearing in exports @84c24359689

2009-09-08 Thread Carsten Dominik
Fixed, thanks. - Carsten On Sep 8, 2009, at 2:52 PM, Jeff Kowalczyk wrote: I updated to org-mode @ 84c24359689004cc646221ad5c4399bb0acffdd8 on emacs 23.1 I don't get any clocktable clock summary output when exporting. I've tested this for pdflatex and ASCII to temp buffer. The pdflatex

[Orgmode] Clocktable not appearing in exports @84c24359689

2009-09-08 Thread Jeff Kowalczyk
I updated to org-mode @ 84c24359689004cc646221ad5c4399bb0acffdd8 on emacs 23.1 I don't get any clocktable clock summary output when exporting. I've tested this for pdflatex and ASCII to temp buffer. The pdflatex output has some other issues I haven't fully identified by visual inspection alone.

Re: [Orgmode] Re: How to get \\ in title or author?

2009-09-08 Thread Bastien
Sébastien Vauban writes: > #+TITLE: Main title \linebreak Subtitle > #+AUTHOR:Main author \linebreak Second one > > DOES WORK. Thanks for your precious help! > > I'm not sure to understand the subtle differences between `\\', `\newline' and > `\linebreak', though... Me neither :) I've f

Re: [Orgmode] Line folding

2009-09-08 Thread Sebastian Rose
"Somayaji, Ananth" writes: > Hi, > > Any pointers on how to enable line-folding like the one done in filladapt-mode > in org-mode ? I tried doing it but the syntax highlighting is all gone bad. > > Best Regards, Ananth Hi Ananth, not sure, what you mean by `line-folding'. But if you want to have

Re: [Orgmode] Remove redundant "Select link" prompt in C-c C-o

2009-09-08 Thread Bastien
Carsten Dominik writes: > OK to this change as well. Done as well. -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] ">>" -> "> " when selecting entries in the agenda view

2009-09-08 Thread Bastien
Carsten Dominik writes: > please go ahead an apply this patch. Done! -- Bastien ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Subversion for backups?

2009-09-08 Thread Greg Newman
Thanks Bastien. On Mon, Sep 7, 2009 at 6:31 PM, Bastien wrote: > Hi Greg, > > Greg Newman writes: > > > In light of this topic I've posted my process using mercurial and > bitbucket > > from my Mac. I've added an hourly bash script to my daemons to push to > my repo > > every hour. You can get

Re: [Orgmode] Re: RSI

2009-09-08 Thread B Smith-Mannschott
On Tue, Sep 8, 2009 at 07:50, PT wrote: > Daniel Martins gmail.com> writes: > >> Sticky keys takes some getting used to. It makes every modifier key >> work a little like caps lock. Sounds horrible, doesn't it? Well, it's >> not really. Basically, if you press control once, it "locks" control >> d

[Orgmode] Line folding

2009-09-08 Thread Somayaji, Ananth
Hi, Any pointers on how to enable line-folding like the one done in filladapt-mode in org-mode ? I tried doing it but the syntax highlighting is all gone bad. Best Regards, Ananth ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replie

[Orgmode] Re: Fwd: loading org changes faces in other modes

2009-09-08 Thread Tassilo Horn
Bastien writes: Hi Bastien, >> with all those troubles, what's the point in `org-modules' anyway? >> Are there any benefits over plain requires in users' .emacs files >> except the nice and explanatory customize interface? > > One advantage I see is that org.el can define a default set of loaded

[Orgmode] Re: How to get \\ in title or author?

2009-09-08 Thread Sébastien Vauban
Hi Bastien, Bastien wrote: > Sébastien Vauban writes: > >> I have a small problem when I want to put a double backslash in the list of >> authors, for example. >> >> #+AUTHOR:Main author \\ Second one >> >> gets exported in LaTeX as >> >> \author{Main author \\textbackslash{} Second one} >> >

Re: [Orgmode] Re: Fwd: loading org changes faces in other modes

2009-09-08 Thread Carsten Dominik
On Sep 7, 2009, at 2:53 PM, Bastien wrote: Hi Tassilo, Tassilo Horn writes: with all those troubles, what's the point in `org-modules' anyway? Are there any benefits over plain requires in users' .emacs files except the nice and explanatory customize interface? One advantage I see is

[Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-08 Thread Tassilo Horn
Melton Low writes: Thanks Mark & Melton for testing! > Worked fine with either (setq org-modules nil) or (require 'org-gnus) > commented out. It stopped working if I comment out both. Hope this > help. Ok, then we can conclude that the fontification problems only appear if org-gnus was loaded