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

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,

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

2012-04-24 Thread Thorsten
Ian Barton li...@wilkesley.net 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

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] [PATCH] Allow %num escapes to capture templates, expanded to text entered in num'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

[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 so I can

Re: [O] [PATCH] Allow %num escapes to capture templates, expanded to text entered in num'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

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

2012-04-24 Thread Richard Riley
Bastien b...@gnu.org 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

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

2012-04-24 Thread Richard Riley
Darlan Cavalcante Moreira darc...@gmail.com 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

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 fku...@gmail.com 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

[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] 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 text

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

2012-04-24 Thread Bastien
Mike McLean mike.mcl...@pobox.com writes: On Apr 23, 2012, at 7:15 PM, Bastien wrote: fkunze fku...@gmail.com 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

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

2012-04-24 Thread Bastien
Toby Cubitt ts...@cantab.net 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.

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 %num escapes to capture templates, expanded to text entered in num'th prompt

2012-04-24 Thread Toby Cubitt
On Tue, Apr 24, 2012 at 02:51:29PM +0200, Bastien wrote: Toby Cubitt ts...@cantab.net 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

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 values. At

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

[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 u...@domain.name notations in my files, which I

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

2012-04-24 Thread Nick Dokos
Rainer M Krug r.m.k...@gmail.com 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: **

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

2012-04-24 Thread Nick Dokos
Colin Fraizer orgm...@cfraizer.com 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

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 type that in, but

Re: [O] Bastien email

2012-04-24 Thread Bastien
Samuel Wales samolog...@gmail.com 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] 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

[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

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

2012-04-24 Thread Thomas S. Dye
Michael Hannon jm_han...@yahoo.com 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

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] 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 eric.schu...@gmx.com 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

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 u...@domain.name 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

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 gets

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] 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 jm_han...@yahoo.com 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

[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

[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

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

2012-04-24 Thread Thorsten Jolitz
Christian Moe m...@christianmoe.com writes: That was my thought, too. Managing comments as Org items would be pretty cool. Christian Eric Schulte eric.schu...@gmx.com wrote: Thanks to Google Summer of Code and to Thorsten's Bugpile project we should have an interactive web front-end to

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

2012-04-24 Thread Bastien
Thorsten Jolitz tjol...@googlemail.com 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] LaTeX-export to ACM SIG Proceedings format

2012-04-24 Thread Thomas S. Dye
Karl Voit devn...@karl-voit.at 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

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

2012-04-24 Thread Bastien
Hi Brian, Brian van den Broek brian.van.den.br...@gmail.com 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,

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,

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

2012-04-24 Thread Martyn Jago
Hi Achim Achim Gratz strom...@nexgo.de 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

[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] bulk action mark persistence

2012-04-24 Thread Bastien
Hi Skip, Skip Collins skip.coll...@gmail.com 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

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

2012-04-24 Thread Bastien
netty hacky netty.ha...@gmail.com 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] LaTeX-export to ACM SIG Proceedings format

2012-04-24 Thread Karl Voit
* Thomas S. Dye t...@tsdye.com wrote: Karl Voit devn...@karl-voit.at 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

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,

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

2012-04-24 Thread Jambunathan K
Karl Voit devn...@karl-voit.at writes: * Thomas S. Dye t...@tsdye.com wrote: Karl Voit devn...@karl-voit.at 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] Small grammar tweaks in export sections of org.texi

2012-04-24 Thread Brian van den Broek
On 24 April 2012 23:35, Bastien b...@gnu.org wrote: Hi Brian, snip 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

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

2012-04-24 Thread Rasmus
Achim Gratz strom...@nexgo.de 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

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

2012-04-24 Thread Thomas S. Dye
Jambunathan K kjambunat...@gmail.com writes: Karl Voit devn...@karl-voit.at writes: * Thomas S. Dye t...@tsdye.com wrote: Karl Voit devn...@karl-voit.at 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

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] Beamer confusion: environments are ignored

2012-04-24 Thread Eric Fraga
James Harkins jamshar...@gmail.com 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

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

2012-04-24 Thread Eric Fraga
James Harkins jamshar...@gmail.com 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

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 b...@altern.org 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