Re: [O] Filling a paragraph without filling SCHEDULED line

2012-04-03 Thread Bastien
Hi Stuart, Thanks for raising this issue. I implemented an exception in `org-fill-paragraph' that takes care of handling your case correctly. Please test and confirm this works okay for you. Best, -- Bastien

Re: [O] org-mode fontification error [6 times]

2012-04-03 Thread Bastien
Hi Nick, Nick Dokos writes: > Confirmed. It only happens when you start typing into an empty buffer. > Looks like an off-by-one error in org.el:org-fontify-meta-lines-and-blocks-1, > aroung line 5487: > > , > | ;; just any other in-buffer setting, but not indented > | (add-te

Re: [O] small typo in docstring for org-icalendar.el

2012-04-03 Thread Bastien
Hi Stephen, Stephen Eglen writes: > Typo and suggested change in docstring. What is the typo and why the change in the docstring make it clearer? Also, please consider sending patches using git format-patch: http://orgmode.org/worg/org-contribute.html Thanks, -- Bastien

Re: [O] [PATCH] - Fix org-fast-tag-selection

2012-04-03 Thread Bastien
Hi Nick, Nick Dokos writes: > With completing-read, I do C-c C-q and get a prompt in the > minibuffer "Tag: " with no options given. So I press another and > get the following error: This should have been fixed already -- can you confirm? Thanks, -- Bastien

Re: [O] [Sticky Agenda] How to create Agenda Buffers in functions

2012-04-03 Thread Sven Bretfeld
Max Mikhanosha writes: > This is the same bug as Martyn Jago reported earlier, basically I > forgot that separate org agenda commands can be run individually > rather then through (org-agenda) function. > > A temporary workaround in your specific case would be to wrap > (org-batch-agenda) call li

Re: [O] Filling a paragraph without filling SCHEDULED line

2012-04-03 Thread Nick Dokos
Stuart McLean wrote: > Hello Bernt, > > That is what I have been doing so far. This gets annoying when you are at the > end of a hundred lines of text under a to-do item and you type M-q and have to > go back 100 lines to insert a space, re-fill and remove the space. > C-c C-p will navigate to

Re: [O] not-quite-literal blocks

2012-04-03 Thread Thomas Lord
Thanks Eric, that was helpful. As you said, customizing org-babel-exp-code-template was what I was looking for to name code blocks the way I had in mind -- I have it wrapping them in a custom div now. To locally hack together links from within code blocks, I found out I was able to do it in a few

Re: [O] Compose emails in ogr, but send them via thunderbird?

2012-04-03 Thread Torsten Wagner
Hi Rainer, Hmm interstingly I working on exact the same task I want to get rid of Thunderbird because its troubling me to much, but I can't find an easy drop-in replacement. Recently, I got notmuch running after giving up on gnus for the third or fourth time, because I never found enough time

Re: [O] Filling a paragraph without filling SCHEDULED line

2012-04-03 Thread Stuart McLean
Hello Bernt, That is what I have been doing so far. This gets annoying when you are at the end of a hundred lines of text under a to-do item and you type M-q and have to go back 100 lines to insert a space, re-fill and remove the space. Thank you for your reply, Stuart On 4/3/12, Bernt Hansen

Re: [O] Bug: Tag Completion Not Prompting for all tags

2012-04-03 Thread Mike McLean
OK - sorry, it took an extra day. Here is the new (third, and hopefully last) test case. 1 Steps to Reproduce: 1.1 Start Emacs clean /Applications/Emacs.app/Contents/MacOS/Emacs -Q 1.1.1 Note: Emacs Version M-x emacs-version GNU Emacs 24.0.95.1 (x86_64-apple-darwin, NS apple-appkit-1038.36) o

Re: [O] [Sticky Agenda] How to create Agenda Buffers in functions

2012-04-03 Thread Max Mikhanosha
At 3 Apr 2012 19:10:30 +0200, Sven Bretfeld wrote: > > Hi all > > The Sticky Agenda is something I have been waiting for since a long > time. Thank you very much! > > I want to write a function that creates a new frame with several > windows, each displaying a different Agenda Views. I fail to f

Re: [O] [PATCH] - Fix org-fast-tag-selection

2012-04-03 Thread Nick Dokos
Bernt Hansen wrote: > Noorul Islam K M writes: > > > Hello all, > > > > I have the following setup similar to Bernt Hansen. > > > > (setq org-tag-alist (quote ((:startgroup) > > ("@errand" . ?e) > > ("@office" . ?o) > >

[O] small typo in docstring for org-icalendar.el

2012-04-03 Thread Stephen Eglen
Typo and suggested change in docstring. *** /var/folders/ix/ixcktwmzGyyc6z4C5D4ypU+++TI/-Tmp-/ediff3069aCw 2012-04-03 22:31:26.0 +0100 --- /Users/stephen/langs/emacs/elisp-ds/org-mode/lisp/org-icalendar.el 2012-04-03 22:08:47.0 +0100 *** *** 194,200 (

Re: [O] org-mode fontification error [6 times]

2012-04-03 Thread Nick Dokos
Henning Redestig wrote: > +1 on this, I get 'org-mode fontification error' all the time after > having typed just > > #+ > > in an org buffer. with org 7.8.08 and emacs 23.1.50.1 and running with emacs > -Q > > 2011/8/18 Leo : > > On 2011-08-18 15:22 +0800, Bastien wrote: > >>> Just a heads-u

Re: [O] Set exported file name for a headline (LaTeX export)

2012-04-03 Thread John Hendy
Sigh just had to search harder. -- http://orgmode.org/manual/Export-options.html John On Tue, Apr 3, 2012 at 3:22 PM, John Hendy wrote: > I create weekly presentations for team meetings at work via > org-mode/beamer. Currently, these are spread out in a couple of > directories as separate .o

[O] Set exported file name for a headline (LaTeX export)

2012-04-03 Thread John Hendy
I create weekly presentations for team meetings at work via org-mode/beamer. Currently, these are spread out in a couple of directories as separate .org files. It occurred to me that it would be fantastic to keep them in one place, as I'm often reusing tables, pictures, and whatnot. Is it possible

Re: [O] org-mode fontification error [6 times]

2012-04-03 Thread Henning Redestig
+1 on this, I get 'org-mode fontification error' all the time after having typed just #+ in an org buffer. with org 7.8.08 and emacs 23.1.50.1 and running with emacs -Q 2011/8/18 Leo : > On 2011-08-18 15:22 +0800, Bastien wrote: >>> Just a heads-up. I saw this in my *message* buffer. I don't kno

Re: [O] [patch] Re: meaning of body-only in org-export-as-html

2012-04-03 Thread Bastien
Chris Gray writes: > Bastien writes: >> I'm ready to apply this patch, but can you add a proper Emacs >> ChangeLog? > > Updated patch attached. Thanks, I will review it. > By the way, I am in the "Processing" section in the list of people who > have signed papers on Worg. However, I received

Re: [O] [patch] Re: meaning of body-only in org-export-as-html

2012-04-03 Thread Chris Gray
Bastien writes: > I'm ready to apply this patch, but can you add a proper Emacs > ChangeLog? Updated patch attached. By the way, I am in the "Processing" section in the list of people who have signed papers on Worg. However, I received confirmation that my papers went through a long time ago.

Re: [O] Org release 7.8.08 (BUGFIX-only release)

2012-04-03 Thread Achim Gratz
Bastien writes: > Chris Randle writes: > >> org-version reports 7.8.07 > > Fixed. I think you've either not pushed the fixed (annotated) tag to the server yet or it has rejected the push (in this case you must delete the tag on the server first and then push it again). Regards, Achim. -- +<[Q+

[O] [Sticky Agenda] How to create Agenda Buffers in functions

2012-04-03 Thread Sven Bretfeld
Hi all The Sticky Agenda is something I have been waiting for since a long time. Thank you very much! I want to write a function that creates a new frame with several windows, each displaying a different Agenda Views. I fail to find a function that creates special agenda views. Formerly I used or

Re: [O] send org subtree as e-mail?

2012-04-03 Thread Eric Schulte
>> >> Checkout the `org-mime-subtree' subtree command. It converts the >> current subtree to an email, pulling email headers from subtree > > Would it be possible to > > a) save this mail into a temporary folder and > b) send it with thunderbird > > automatically? > > Would be very nice. > You c

Re: [O] Filling a paragraph without filling SCHEDULED line

2012-04-03 Thread Bernt Hansen
Stuart McLean writes: > Hello everyone, > > I am wondering how to fill a paragraph without filling a SCHEDULED line as > well. > > Here is an example: > > When I press `M-q', I would like 2. rather than 1. > > 1. > * heading 1 > SCHEDULED: <2012-04-02 Mon> foo bar baz foo bar baz foo bar baz f

Re: [O] [PATCH] - Fix org-fast-tag-selection

2012-04-03 Thread Bastien
Hi Noorul, Noorul Islam K M writes: > I think I nailed down the problem and fixed it in the attached patch. Applied, thanks a lot! -- Bastien

[O] Filling a paragraph without filling SCHEDULED line

2012-04-03 Thread Stuart McLean
Hello everyone, I am wondering how to fill a paragraph without filling a SCHEDULED line as well. Here is an example: When I press `M-q', I would like 2. rather than 1. 1. * heading 1 SCHEDULED: <2012-04-02 Mon> foo bar baz foo bar baz foo bar baz foo bar baz foo bar baz foo bar baz foo bar

Re: [O] [PATCH] - Fix org-fast-tag-selection

2012-04-03 Thread Bernt Hansen
Noorul Islam K M writes: > Hello all, > > I have the following setup similar to Bernt Hansen. > > (setq org-tag-alist (quote ((:startgroup) > ("@errand" . ?e) > ("@office" . ?o) > ("@home" . ?h) >

[O] Slideshow using org-tree-to-indirect-buffer

2012-04-03 Thread Nathan Neff
I'm using org-mode to keep my notes about a slideshow. The slideshow is a separate PDF, which is fine with me. I'd like to have a quick 1-button press in emacs that would go to the next headline, and "open" the headline like the super-cool org-tree-to-indirect-buffer so I can see my notes quickly

Re: [O] [PATCH] - Fix org-fast-tag-selection

2012-04-03 Thread Bastien
Noorul Islam Kamal Malmiyoda writes: > Not necessary this time. Okay, thanks. I amended http://orgmode.org/worg/org-contribute.html to explain why patches made with `git format-patch' are always preferred, even small patches. I'm less and less using Patchwork as a way to apply patches, because

Re: [O] [PATCH] - Fix org-fast-tag-selection

2012-04-03 Thread Noorul Islam Kamal Malmiyoda
On Tuesday, April 3, 2012, Bastien wrote: > Noorul Islam Kamal Malmiyoda writes: > >> Can you please let me know why this commit does not have me as the >> author? I already signed papers and there are some commits from my >> side already. > > This is an error, sorry. No problem > >> This happe

Re: [O] [PATCH] - Fix org-fast-tag-selection

2012-04-03 Thread Bastien
Noorul Islam Kamal Malmiyoda writes: > Can you please let me know why this commit does not have me as the > author? I already signed papers and there are some commits from my > side already. This is an error, sorry. > This happened earlier also when you said that the patch > was not carrying c

Re: [O] [PATCH] - Fix org-fast-tag-selection

2012-04-03 Thread Noorul Islam Kamal Malmiyoda
On Tuesday, April 3, 2012, Bastien wrote: > Hi Noorul, > > Noorul Islam K M writes: > >> I think I nailed down the problem and fixed it in the attached patch. > > Applied, thanks a lot! Can you please let me know why this commit does not have me as the author? I already signed papers and there a

Re: [O] [PATCH] - Fix org-fast-tag-selection

2012-04-03 Thread Nick Dokos
Noorul Islam K M wrote: > > Hello all, > > I have the following setup similar to Bernt Hansen. > > (setq org-tag-alist (quote ((:startgroup) > ("@errand" . ?e) > ("@office" . ?o) > ("@home" . ?h) >

Re: [O] send org subtree as e-mail?

2012-04-03 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/04/12 13:09, Eric Schulte wrote: > Peter Salazar writes: > >> I frequently compose e-mails as subtrees of my org files. I'd like to be >> able to e-mail the >> contents of these subtrees, maybe by first viewing the subtree in an >> indirect b

Re: [O] Compose emails in ogr, but send them via thunderbird?

2012-04-03 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/04/12 11:36, Rasmus wrote: > Rasmus writes: > >> ¹ http://globs.org/articles.php?pg=2&lng=en > > You might also be able to work something out with Keysnail, which, at least > in Fx, can also > call external editors (Emacs, mostly) Also inte

Re: [O] Compose emails in ogr, but send them via thunderbird?

2012-04-03 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/04/12 11:29, Rasmus wrote: > > Rainer, > >> So my question is: is it possible to write emails in org and then sent them >> (a subtree) to >> thunderbird for sending / adding addresses / signing with pgp? > > I don't know about the subtree.

Re: [O] send org subtree as e-mail?

2012-04-03 Thread Eric Schulte
Peter Salazar writes: > I frequently compose e-mails as subtrees of my org files. I'd like to be > able to e-mail the contents of these subtrees, maybe by first viewing the > subtree in an indirect buffer. > > My org files look like this: > > * e-mails > ** note to person about blah > To:

Re: [O] [BUG] html export and org results block and indentation

2012-04-03 Thread Andreas Leha
Bastien writes: > Nick Dokos writes: > >> Andreas Leha wrote: >> >>> The difference seems to come from me loading the module >>> org-special-blocks. Without loading this module, I also get your >>> result. >> >> One mystery down, two to go: so there is a (possible) bug in the html >> exporter

[O] [BUG] export of org-type results with indented source blocks

2012-04-03 Thread Andreas Leha
Hi all, There is a bug (visible) in the export of results when 1. the result type is org 2. the source block is indeted In this case the begin_org ... end_org lines do not get stripped from the exported file. Here is an example to reproduce the behaviour. Just export to see the effect. #+BE

Re: [O] [bug] Can't find remote table when name is downcased

2012-04-03 Thread Sebastien Vauban
Hi Bastien, "Sebastien Vauban" wrote: >> Please test this new patch. > > I confirm that the problem is solved. Thank you! But I must report that it does not work anymore with uppercases... >> I won't apply this before we sort out the conventions around using >> downcase/uppercase keywords, as Il

[O] [bug] Remote durations are considered as fractions

2012-04-03 Thread Sebastien Vauban
Hello, It took me a while to understand what was going on with some figures in tables derived from a clock report, but I found it: computed total times, referred in a table, are converted as fractions, that is... - 3:36 becomes 1:12 (because 3/36 = 1/12) - 0:51 becomes 0 - 9:03 becomes 3 - 3:34 s

[O] [PATCH] - Fix org-fast-tag-selection

2012-04-03 Thread Noorul Islam K M
Hello all, I have the following setup similar to Bernt Hansen. (setq org-tag-alist (quote ((:startgroup) ("@errand" . ?e) ("@office" . ?o) ("@home" . ?h) (:endgroup)

Re: [O] Compose emails in ogr, but send them via thunderbird?

2012-04-03 Thread Rasmus
Rasmus writes: > ¹ http://globs.org/articles.php?pg=2&lng=en You might also be able to work something out with Keysnail, which, at least in Fx, can also call external editors (Emacs, mostly) https://github.com/mooz/keysnail/wiki –Rasmus -- Send from my Emacs

Re: [O] Compose emails in ogr, but send them via thunderbird?

2012-04-03 Thread Rasmus
Rainer, > So my question is: is it possible to write emails in org and then sent > them (a subtree) to > thunderbird for sending / adding addresses / signing with pgp? I don't know about the subtree. But there is an extension¹ for this purpose. It comes with its own mode, but I am sure you cou

Re: [O] org-crypt won't work with new version of gpg

2012-04-03 Thread Eric Abrahamsen
On Tue, Apr 03 2012, Bastien wrote: > Eric Abrahamsen writes: > >> I've got `org-crypt-key' set to my private key, and other than that no >> real customizations. Any hints very welcome! > > Looks like the problem comes from either gpg only or the gpg/epg > interaction... sorry I can't help furthe

[O] Compose emails in ogr, but send them via thunderbird?

2012-04-03 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi this seems like a strange question, but I never managed to get y head around to do emaios with emacs - whatever I tried, I still returned to Thunderbird. But I love org, and writing in org is nicer then in thunderbird. Also, by using org, I coul

Re: [O] [BUG] html export and org results block and indentation

2012-04-03 Thread Vladimir Lomov
Hello, ** Bastien [2012-04-03 08:26:12 +0200]: > Nick Dokos writes: >> Andreas Leha wrote: >>> The difference seems to come from me loading the module >>> org-special-blocks. Without loading this module, I also get your >>> result. >> One mystery down, two to go: so there is a (possible) bug

Re: [O] BUG: org-todo-yesterday logs wrong date

2012-04-03 Thread Bastien
Viktor Rosenfeld writes: > I'm curious though why its type is integer and not boolean. This was a mistake, fixed now. Thanks! -- Bastien

[O] send org subtree as e-mail?

2012-04-03 Thread Peter Salazar
I frequently compose e-mails as subtrees of my org files. I'd like to be able to e-mail the contents of these subtrees, maybe by first viewing the subtree in an indirect buffer. My org files look like this: * e-mails ** note to person about blah To: per...@blah.com Subject: ADD people

Re: [O] Agenda custom command problems

2012-04-03 Thread James Harkins
At Tue, 03 Apr 2012 09:09:33 +0200, Bastien wrote: > > Hi James, > > James Harkins writes: > > > 1. Why does Emacs ignore 2 out of 3 agenda custom commands, which I defined > > through the customize interface and appear in correct syntax in my > > ~/.emacs? > > 2. Why does (org-agenda-sorting-s

Re: [O] View inherited DEADLINEs in agenda

2012-04-03 Thread Bastien
Hi Fabrizio, Fabrizio Chiarello writes: > I solved by adding the following block in the agenda: This is a nice and useful hack. Can you consider adding it to Worg/org-hacks.org? If you want, just send me the .org content that I would add to org-hacks.org. Otherwise send me your public key an

Re: [O] Sticky Agenda buffer: Announcement and request for testing

2012-04-03 Thread Dominik, Carsten
On 3.4.2012, at 09:06, Bastien wrote: > Hi Carsten, > > Carsten Dominik writes: > >> of course this is how I'd like it to work as well, but this was too >> hard for the moment... :( > > No problem -- since `org-agenda-sticky' is nil by default > you can proceed with the merge when you think

Re: [O] Agenda custom command problems

2012-04-03 Thread Bastien
Hi James, James Harkins writes: > 1. Why does Emacs ignore 2 out of 3 agenda custom commands, which I defined > through the customize interface and appear in correct syntax in my > ~/.emacs? Can you provide a minimal .emacs.el and an .org file that we can test to understand what is really ignor

Re: [O] not-quite-literal blocks

2012-04-03 Thread Thorsten
Thomas Lord writes: Hi Thomas, > I am trying to piece together a simple > literate programming system that takes > HTML as input and spews out source files. are you aware of pandoc (http://johnmacfarlane.net/pandoc/)? Pandoc is capable to import html files and export them in Org-mode. ,--

Re: [O] Sticky Agenda buffer: Announcement and request for testing

2012-04-03 Thread Bastien
Hi Carsten, Carsten Dominik writes: > of course this is how I'd like it to work as well, but this was too > hard for the moment... :( No problem -- since `org-agenda-sticky' is nil by default you can proceed with the merge when you think it's okay (also see Martyn's feedback) and we can try t