Re: [O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2012-04-24 Thread Eric Abrahamsen
On Tue, Apr 24 2012, Bastien wrote: > Hi Eric, > > Eric Abrahamsen writes: > >> Okay, here's an attempt at indicating nested todos in the todo agenda >> view. > > Sorry to come back to this old patch -- I tried it (I had to rework it > to apply it against current git master) and it doesn't work,

Re: [O] agenda appt warn time (baby step part 2)

2012-04-24 Thread Ivan Kanis
Hi Bastien, FYI I sent an e-mail to b...@altern.org and it bounced. Bastien wrote: > Inserting warntime in the headline looks hackish. Yeah it's an ugly hack. It would belong in the time stamp. Adding something there is beyond my skill. > Maybe have a look at contrib/lisp/org-notify.el by P

Re: [O] [beamer] When are :BEAMER_envargs: used or ignored?

2012-04-24 Thread Eric Fraga
James Harkins writes: > According to the online documentation [1], it seems > that :BEAMER_envargs: should apply to all Beamer environments: And it does generally although I have tried setting it (for your example below) to {ybg} and it disappears. If I set it to [ybg], it does appear in the ex

Re: [O] Beamer confusion: environments are ignored

2012-04-24 Thread Eric Fraga
James Harkins writes: > (Sorry for breaking the thread -- I'm using the digest. Come to think > of it, I was wondering -- how do other digest readers participate in > discussions without messing up the thread IDs? Use a news reader, > or...? Nabble?) You don't appear to have broken the thread; a

Re: [O] Beamer export: upgrade problem, and basic questions

2012-04-24 Thread Eric Fraga
James Harkins writes: > At Tue, 21 Feb 2012 09:39:27 -0500, > Nick Dokos wrote: >> Both soul.sty and wrapfig.sty are in the package texlive-latex-extra, >> so you just need to install that: >> >> sudo apt-get install texlive-latex-extra > > Ah, thanks. Some progress, but still: > > ! LaTeX Err

Re: [O] Question about adding to inherited properties

2012-04-24 Thread Bill Wishon
I think I fixed the problem, but in reading up on how to contribute I haven't gotten git setup yet or the FSF contribution form done. Should I do that first before sharing the patch with the group? Meanwhile is there some sort of test suite to ensure contributions don't break existing features?

Re: [O] error on opening org-file with #+startup: indent

2012-04-24 Thread Mike McLean
On Apr 24, 2012, at 3:18 PM, Achim Gratz wrote: > Fritz Kunze writes: >> I ran M-x load-library org followed by M-x org-version - which >> returned 7.8.09. > > You didn't generate and (require 'org-install). If you have admin-rights / sudo access on your machine, the simplest method may

[O] Bug: Regression with HTML exports on master branch [N/A (N/A @ /home/bernt/git/org-mode/lisp/org-install.el)]

2012-04-24 Thread Bernt Hansen
Hi Bastien, Since org-version doesn't exist anymore I can't export to HTML from the master branch. I get the following error I'll switch to maint until a fix is available. Regards, Bernt Debugger entered--Lisp error: (void-variable org-version) (concat "Org version " org-version " with Emac

Re: [O] LaTeX-export to ACM SIG Proceedings format

2012-04-24 Thread Thomas S. Dye
Jambunathan K writes: > Karl Voit writes: > >> * Thomas S. Dye wrote: >>> Karl Voit writes: >>> Maybe it might be a cool idea to work on this template together and publish it on Worg? I can imagine that several people are trying to meet those ACM template requirements ... >>> >>

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-24 Thread Rasmus
Achim Gratz writes: > Rasmus writes: >>> Emacs-Orgmode Git merge tool for Org Files (Andrew Young) >> >> Interesting. How would such a driver differentiate between normal >> git? > > You can add any number of merge drivers to your git config. A merge > driver is supposed to know about the expec

Re: [O] Small grammar tweaks in export sections of org.texi

2012-04-24 Thread Brian van den Broek
On 24 April 2012 23:35, Bastien wrote: > Hi Brian, > Applied, thanks. > >> I've labelled it a TINYCHANGE. I am not sure of the exact bounds of what >> can count as a tiny change, but all this does is insert `a', `an' and `in' >> in a number of places in the docs. > > A "tiny change" is a change

Re: [O] LaTeX-export to ACM SIG Proceedings format

2012-04-24 Thread Jambunathan K
Karl Voit writes: > * Thomas S. Dye wrote: >> Karl Voit writes: >> >>> Maybe it might be a cool idea to work on this template together and >>> publish it on Worg? I can imagine that several people are trying to >>> meet those ACM template requirements ... >> >> This seems like a good idea. Wou

Re: [O] Simplify repeated same section with different variable value

2012-04-24 Thread Darlan Cavalcante Moreira
If you like the call method (which is the best one IMHO) you can also add the foo function to the library of babel. In this way you will be able to call it from any org file without having to put the definition of the foo function in each of them. -- Darlan At Tue, 24 Apr 2012 10:44:27 -0400, Ni

Re: [O] LaTeX-export to ACM SIG Proceedings format

2012-04-24 Thread Karl Voit
* Thomas S. Dye wrote: > Karl Voit writes: > >> Maybe it might be a cool idea to work on this template together and >> publish it on Worg? I can imagine that several people are trying to >> meet those ACM template requirements ... > > This seems like a good idea. Would it be possible to target N

Re: [O] Re-marking agenda entries, with advice on org-agenda-bulk-action in .emacs

2012-04-24 Thread Bastien
netty hacky writes: > The issue of re-marking agenda entries has been raised before: > http://lists.gnu.org/archive/html/emacs-orgmode/2011-02/msg00200.html >From latest master, you can (setq org-agenda-persistent-marks t) to get persistent marks. HTH, -- Bastien

Re: [O] bulk action mark persistence

2012-04-24 Thread Bastien
Hi Skip, Skip Collins writes: > When I perform a bulk action on items in the agenda, the marked items > get unmarked after the action is completed. This is a problem if I > want to perform multiple actions on the marked entries. Here is a use > case. I use capture.org to collect actionable items

[O] Display/print text only for export

2012-04-24 Thread Andreas Kalex
Hi, I am writing some text in org-mode, in which I will use former chapters from the same file and sometimes from other files. Is it possible to use a link for these parts that they should only be displayed and/or printed for export (e.g. in pdf)? thx Andreas

Re: [O] error on opening org-file with #+startup: indent

2012-04-24 Thread Martyn Jago
Hi Achim Achim Gratz writes: > Fritz Kunze writes: >>      I ran M-x load-library org followed by M-x org-version - which >> returned 7.8.09.  > > You didn't generate and (require 'org-install). > >>           (Incidentally, and for the sake of completeness in this >> report, I built the compile

Re: [O] HTML Export Error : org-export-replace-src-segments-and-examples: Args out of range: 0, 0

2012-04-24 Thread Sankalp
Hi Bastien, I'm sorry I wasn't able to follow up on this back then. I notice the issue doesn't seem to be recurring with later/current versions of org-mode. Thanks for all the help though! -- Sankalp *** If humans could mate with software, I'd

Re: [O] Small grammar tweaks in export sections of org.texi

2012-04-24 Thread Bastien
Hi Brian, Brian van den Broek writes: > The attached patch provides a number of minor (and pedantic, I > suppose) grammar tweaks to doc/org.texi. Applied, thanks. > I've labelled it a TINYCHANGE. I am not sure of the exact bounds of what > can count as a tiny change, but all this does is inse

Re: [O] LaTeX-export to ACM SIG Proceedings format

2012-04-24 Thread Thomas S. Dye
Karl Voit writes: > Hi! > > For a short demo at a conference I tried to configure Org-mode LaTeX > export to generate a tex file which complies to the ACM SIG > Proceedings format[1]. > > The tutorial on [2] is great but unfortunately, I could not achieve > several things :-( > > Maybe it might b

Re: [O] Usage of disqus instead of mailinglist considered harmful

2012-04-24 Thread Bastien
Thorsten Jolitz writes: > iOrg will be the ultimate Disqus killer (hopefully ;) No doubt! In the meantime, I'm still interested in testing Kyle's solution -- not necessarily for Org, but for the fun of testing it! -- Bastien

Re: [O] Usage of disqus instead of mailinglist considered harmful

2012-04-24 Thread Thorsten Jolitz
Christian Moe writes: > That was my thought, too. Managing comments as Org items would be > pretty cool. > > Christian > > Eric Schulte wrote: > >>Thanks to Google Summer of Code and to Thorsten's Bugpile project we >>should have an interactive web front-end to Org-mode files by the end >>of >>t

[O] LaTeX-export to ACM SIG Proceedings format

2012-04-24 Thread Karl Voit
Hi! For a short demo at a conference I tried to configure Org-mode LaTeX export to generate a tex file which complies to the ACM SIG Proceedings format[1]. The tutorial on [2] is great but unfortunately, I could not achieve several things :-( Maybe it might be a cool idea to work on this templat

[O] org-mode and google calendar

2012-04-24 Thread Khoroshyy Petro
Hi all Just wanted to bring to your attention this mode. https://github.com/kiwanami/emacs-calfw Best. Petro

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-24 Thread Thomas S. Dye
t...@tsdye.com (Thomas S. Dye) writes: > Michael Hannon writes: > >> On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote: >> . >> . >> . >>> The documentation of read.table has this: >> >>> The number of data columns is determined by looking at the first five lines >>> of input (or the whol

Re: [O] error on opening org-file with #+startup: indent

2012-04-24 Thread Achim Gratz
Fritz Kunze writes: >      I ran M-x load-library org followed by M-x org-version - which > returned 7.8.09.  You didn't generate and (require 'org-install). >           (Incidentally, and for the sake of completeness in this > report, I built the compiled version of this upgrade by using  > >  

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-24 Thread Achim Gratz
Rasmus writes: >> Emacs-Orgmode Git merge tool for Org Files (Andrew Young) > > Interesting. How would such a driver differentiate between normal git? You can add any number of merge drivers to your git config. A merge driver is supposed to know about the expected content of the file types it ge

Re: [O] Old mailto: notation?

2012-04-24 Thread François Pinard
pin...@iro.umontreal.ca (François Pinard) writes: > Is there some easy way to get Org to read and understand the older > "" notation as meaning the same as the equivalent > "mailto:u...@domain.name"; notation, and then, of course, behaving like > it? Or else, should I rather just forget about the

Re: [O] Usage of disqus instead of mailinglist considered harmful

2012-04-24 Thread Christian Moe
That was my thought, too. Managing comments as Org items would be pretty cool. Christian Eric Schulte wrote: >Thanks to Google Summer of Code and to Thorsten's Bugpile project we >should have an interactive web front-end to Org-mode files by the end >of >the summer. Perhaps we can delay the ad

Re: [O] error on opening org-file with #+startup: indent

2012-04-24 Thread Fritz Kunze
Hi Guys, Thanks for trying to help me with this. I re-did the installation: I ran M-x load-library org followed by M-x org-version - which returned 7.8.09. (Incidentally, and for the sake of completeness in this report, I built the compiled version of this upgrade by using

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-24 Thread Thomas S. Dye
Michael Hannon writes: > On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote: > . > . > . >> The documentation of read.table has this: > >> The number of data columns is determined by looking at the first five lines >> of input (or the whole file if it has less than five lines), or from the

[O] Small grammar tweaks in export sections of org.texi

2012-04-24 Thread Brian van den Broek
Hi all, The attached patch provides a number of minor (and pedantic, I suppose) grammar tweaks to doc/org.texi. I've labelled it a TINYCHANGE. I am not sure of the exact bounds of what can count as a tiny change, but all this does is insert `a', `an' and `in' in a number of places in the docs

Re: [O] Usage of disqus instead of mailinglist considered harmful

2012-04-24 Thread Eric Schulte
Thanks to Google Summer of Code and to Thorsten's Bugpile project we should have an interactive web front-end to Org-mode files by the end of the summer. Perhaps we can delay the addition of comments to Worg until this project is complete and then we can implement comments entirely using Emacs and

Re: [O] Bastien email

2012-04-24 Thread Bastien
Samuel Wales writes: > Anybody else getting bounce messages from Bastien? Yes, me. Please don't use my @altern.org address right now, the server is down. -- Bastien

Re: [O] Capture feature suggestion: place the mark from a template

2012-04-24 Thread Carsten Dominik
On Apr 24, 2012, at 12:46 PM, Colin Fraizer wrote: > I use a capture template like this: > > ("t" "Todo" entry (file+headline "todo.org" "Tasks") > "* TODO %?\n :HIDDEN:\n %U\n :END:\n%!" :prepend t) > > to create todo items. I want the cursor to be at the end of the > headline so I can t

Re: [O] Capture feature suggestion: place the mark from a template

2012-04-24 Thread Nick Dokos
Colin Fraizer wrote: > I use a capture template like this: > > ("t" "Todo" entry (file+headline "todo.org" "Tasks") > "* TODO %?\n :HIDDEN:\n %U\n :END:\n%!" :prepend t) > > to create todo items. I want the cursor to be at the end of the > headline so I can type that in, but then I want

Re: [O] Simplify repeated same section with different variable value

2012-04-24 Thread Nick Dokos
Rainer M Krug wrote: > On 24/04/12 14:36, Myles English wrote: > >>> On Tue, 24 Apr 2012 14:22:48 +0200, Rainer M Krug said: > > > >> Hi I have a section which I want to repeat for different variable values. > >> At the moment I am > >> copying them, but I do not like it at all: > > > >> ** Spec

[O] Old mailto: notation?

2012-04-24 Thread François Pinard
Hi, Org people. I decided to clean up all those emails lying around in my notes, and better validate ~/.ecompleterc against other Org information I have. A bit of a burden to do, but I guess it has to be done one day. There are many occurrences of "" notations in my files, which I could all turn

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-24 Thread Andrew Young
Hi, Thank you Bastien for working so hard to get Org-mode 3 slots, I know most other Gnu projects only received one slot. I'm really excited to be able to work on this project! Thank you to every one else involved as well! Best, Andrew On Tue, Apr 24, 2012 at 7:29 AM, Richard Riley wrote: > B

Re: [O] Simplify repeated same section with different variable value

2012-04-24 Thread Toby Cubitt
On Tue, Apr 24, 2012 at 03:01:44PM +0200, Rainer M Krug wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 24/04/12 14:36, Myles English wrote: > >>> On Tue, 24 Apr 2012 14:22:48 +0200, Rainer M Krug said: > > > >> Hi I have a section which I want to repeat for different variable > >

Re: [O] [PATCH] Allow % escapes to capture templates, expanded to text entered in 'th prompt

2012-04-24 Thread Toby Cubitt
On Tue, Apr 24, 2012 at 02:51:29PM +0200, Bastien wrote: > Toby Cubitt writes: > > > On Tue, Apr 24, 2012 at 11:57:02AM +0200, Bastien wrote: > >> I've pushed a change to this new feature: > >> http://orgmode.org/w/?p=org-mode.git;a=commit;h=1666b9 > >> > >> Using %n is not good, because it wil

Re: [O] Simplify repeated same section with different variable value

2012-04-24 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 24/04/12 14:36, Myles English wrote: >>> On Tue, 24 Apr 2012 14:22:48 +0200, Rainer M Krug said: > >> Hi I have a section which I want to repeat for different variable values. At >> the moment I am >> copying them, but I do not like it at all: >

Re: [O] [PATCH] Allow % escapes to capture templates, expanded to text entered in 'th prompt

2012-04-24 Thread Bastien
Toby Cubitt writes: > On Tue, Apr 24, 2012 at 11:57:02AM +0200, Bastien wrote: >> I've pushed a change to this new feature: >> http://orgmode.org/w/?p=org-mode.git;a=commit;h=1666b9 >> >> Using %n is not good, because it will match many escaped >> strings that you don't want to match. Using %

Re: [O] error on opening org-file with #+startup: indent

2012-04-24 Thread Bastien
Mike McLean writes: > On Apr 23, 2012, at 7:15 PM, Bastien wrote: > >> fkunze writes: >> >>> When I open an org file with #+startup: indent in the header, the cursor >>> immediately goes to the bottom of the buffer and can not be moved upward. >> >> I can't reproduce this error... >> >>> T

Re: [O] Simplify repeated same section with different variable value

2012-04-24 Thread Myles English
>> On Tue, 24 Apr 2012 14:22:48 +0200, Rainer M Krug said: > Hi I have a section which I want to repeat for different variable > values. At the moment I am copying them, but I do not like it at > all: > ** Species one :PROPERTIES: :var: SPECIES="sp1" :END: *** Data > Checks Here is some

[O] Simplify repeated same section with different variable value

2012-04-24 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I have a section which I want to repeat for different variable values. At the moment I am copying them, but I do not like it at all: ** Species one :PROPERTIES: :var: SPECIES="sp1" :END: *** Data Checks Here is some text #+header: :results output

Re: [O] error on opening org-file with #+startup: indent

2012-04-24 Thread Mike McLean
On Apr 23, 2012, at 7:15 PM, Bastien wrote: > fkunze writes: > >> When I open an org file with #+startup: indent in the header, the cursor >> immediately goes to the bottom of the buffer and can not be moved upward. > > I can't reproduce this error... > >> This behavior does not occur in O

Re: [O] Auto tag based on buffer contents?

2012-04-24 Thread Richard Riley
Darlan Cavalcante Moreira writes: > I don't think there exist an autotag feature, but you can use template > expansions [1] to put the sender's name as a tag in the headline. For > instance, you could use the template expansions "%:from", "%:fromname" > or "%:fromaddress". But I don't know how th

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-24 Thread Richard Riley
Bastien writes: > Dear all, > > we will have 3 students hacking Org thanks to Google and the GSoC > program. The list of all accepted projects can be checked here: > > http://www.google-melange.com/gsoc/projects/list/google/gsoc2012 > > Congratulations to Thorsten, Aurélien and Andrew who mad

Re: [O] [PATCH] Allow % escapes to capture templates, expanded to text entered in 'th prompt

2012-04-24 Thread Toby Cubitt
On Tue, Apr 24, 2012 at 11:57:02AM +0200, Bastien wrote: > I've pushed a change to this new feature: > http://orgmode.org/w/?p=org-mode.git;a=commit;h=1666b9 > > Using %n is not good, because it will match many escaped > strings that you don't want to match. Using %\n looks > good to me as it r

[O] Capture feature suggestion: place the mark from a template

2012-04-24 Thread Colin Fraizer
I use a capture template like this: ("t" "Todo" entry (file+headline "todo.org" "Tasks") "* TODO %?\n :HIDDEN:\n %U\n :END:\n%!" :prepend t) to create todo items. I want the cursor to be at the end of the headline so I can type that in, but then I want to be able to quickly jump to the end

Re: [O] [PATCH] Allow % escapes to capture templates, expanded to text entered in 'th prompt

2012-04-24 Thread Bastien
I've pushed a change to this new feature: http://orgmode.org/w/?p=org-mode.git;a=commit;h=1666b9 Using %n is not good, because it will match many escaped strings that you don't want to match. Using %\n looks good to me as it resonates with \1 in replace-regexp. Toby, let me know if you agree w

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-24 Thread Rasmus
> we will have 3 students hacking Org thanks to Google and the GSoC > program. The list of all accepted projects can be checked here: Cool! Good job! > Bugpile - a bugtracker for GNU Emacs Org-mode written in Elisp and > Org-mode (Thorsten) Interesting. > Org-mode – Let Org-mode synchronize

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-24 Thread Thorsten
Ian Barton writes: >> Bugpile - a bugtracker for GNU Emacs Org-mode written in Elisp and >> Org-mode (Thorsten) >> >>The Bugpile project has two goals: 1. Develop a bugtracker (called >>Bugpile) for GNU Emacs Org-mode, using Elisp, Elnode, Org-mode, and a >>dVCS. 2. As part of the eng

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-24 Thread Ian Barton
we will have 3 students hacking Org thanks to Google and the GSoC program. The list of all accepted projects can be checked here: http://www.google-melange.com/gsoc/projects/list/google/gsoc2012 Congratulations to Thorsten, Aurélien and Andrew who made it! And special thanks to Thorsten, w

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-04-24 Thread Carsten Dominik
All three projects?! This is truely amazing. Wow. - Carsten On Apr 24, 2012, at 7:55 AM, Bastien wrote: > Dear all, > > we will have 3 students hacking Org thanks to Google and the GSoC > program. The list of all accepted projects can be checked here: > > http://www.google-melange

Re: [O] Babel: communicating irregular data to R source-code block

2012-04-24 Thread Michael Hannon
On Monday, April 23, 2012 at 11:44 PM Thomas S. Dye wrote: . . . > The documentation of read.table has this: > The number of data columns is determined by looking at the first five lines > of input (or the whole file if it has less than five lines), or from the > length of col.names if it is speci