Re: [O] [PATCH 03/10] Clean up various org-babel-*-maybe commands

2013-04-18 Thread Aaron Ecay
Hi Bastien, Thanks for your comments. 2013ko apirilak 3an, Bastien-ek idatzi zuen: [...] org-babel-get-src-block-info is a potentially expensive operation, which is why its ‘light’ argument exists. But in any case, it is overkill to query the whole info, if all that is needed is whether

Re: [O] [PATCH 05/10] Remove info arg from several org-babel functions

2013-04-18 Thread Aaron Ecay
Hi Eric, Thanks for your comments on this and all the patches. 2013ko apirilak 3an, Eric Schulte-ek idatzi zuen: Aaron Ecay aarone...@gmail.com writes: * lisp/ob-core.el (org-babel-load-in-session), (org-babel-initiate-session), (org-babel-switch-to-session)

Re: [O] [PATCH 04/10] Add 'light argument to some uses of org-babel-get-src-block-info

2013-04-18 Thread Aaron Ecay
Hi Eric, 2013ko apirilak 3an, Eric Schulte-ek idatzi zuen: Aaron Ecay aarone...@gmail.com writes: * lisp/ob-core.el (org-babel-do-key-sequence-in-edit-buffer), (org-babel-expand-noweb-references), * lisp/ob-tangle.el (org-babel-tangle): Use 'light argument to

Re: [O] Superscripts and subscripts

2013-04-18 Thread Daniel Mahler
upgrading to trunk gives me the same behaviour as John reported, which, while not perfect, is better for tensors. On Wed, Apr 17, 2013 at 10:54 PM, Daniel Mahler dmah...@gmail.com wrote: In my .emacs I have (custom-set-variables ;;... '(org-pretty-entities t) '(org-use-sub-superscripts

[O] [PATCH 1/4] Clean up various org-babel-*-maybe commands

2013-04-18 Thread Aaron Ecay
* lisp/ob-core.el (org-babel-when-in-src-block): New macro. (org-babel-execute-src-block-maybe) (org-babel-expand-src-block-maybe) (org-babel-load-in-session-maybe, org-babel-pop-to-session-maybe): Use it. org-babel-get-src-block-info is a potentially expensive operation, which is why its

Re: [O] [Bug] Removing scheduled/deadline shows Entry repeats:... which is not true

2013-04-18 Thread Bastien
Hi Karl, Karl Voit devn...@karl-voit.at writes: Sorry for the late reply. This is because I do have troubles to come up with a minimal example. Starting Emacs with debug-init does not show this issue. I guess I have to strip down my config until this behavior changes (or add el-configs step

[O] [PATCH] bug in org-babel-execute-src-block

2013-04-18 Thread Aaron Ecay
Hello, I’ve discovered a bug in org-babel-execute-src-block. Calls to setf can leak outside of the function and affect the library of babel. The attached org file illustrates the problem. The attached patch fixes it. * Bug Step 1: place the foo code block below into a different file and

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-18 Thread Aaron Ecay
Hi Eric, 2013ko apirilak 2an, Eric Schulte-ek idatzi zuen: I'm happy to apply this patch, however please also supply a patch which updates the corresponding documentation. By “documentation” you mean the texinfo manual, right? Here is a new version of this patch which also updates the

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-18 Thread Aaron Ecay
Hi Nicolas, 2013ko apirilak 4an, Nicolas Goaziou-ek idatzi zuen: I don't think there is a complete solution to this problem. Though `org-export-before-processing-hook' allows to work on an exact copy of the buffer being exported before any file is included and any Babel block executed.

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-18 Thread Bastien
Hi Aaron, I applied this patch, thanks a lot. Please see the small changes I made to the ChangeLog entry for next commit messages: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=25869e Sorry, I know this sounds nitpicking and perhaps pedantic, but the more careful we are about this

Re: [O] [PATCH] bug in org-babel-execute-src-block

2013-04-18 Thread Bastien
Hi Aaron, Aaron Ecay aarone...@gmail.com writes: From 84531966dc5ca50fb56c61726694e988da3053eb Mon Sep 17 00:00:00 2001 From: Aaron Ecay aarone...@gmail.com Date: Thu, 18 Apr 2013 04:02:47 -0400 Subject: [PATCH 4/4] Fix bug in org-babel-execute-src-block Applied, thanks. -- Bastien

Re: [O] [Bug] Removing scheduled/deadline shows Entry repeats:... which is not true

2013-04-18 Thread Karl Voit
* Bastien b...@gnu.org wrote: Hi Karl, Karl Voit devn...@karl-voit.at writes: Sorry for the late reply. This is because I do have troubles to come up with a minimal example. Starting Emacs with debug-init does not show this issue. I guess I have to strip down my config until this behavior

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-18 Thread Sebastien Vauban
Hello, Bastien wrote: I applied this patch, thanks a lot. Please see the small changes I made to the ChangeLog entry for next commit messages: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=25869e How is that suppose to cooperate with :eval never-export (which avoids all the

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-18 Thread Aaron Ecay
Hi Sebastien, 2013ko apirilak 18an, Sebastien Vauban-ek idatzi zuen: Hello, Bastien wrote: I applied this patch, thanks a lot. Please see the small changes I made to the ChangeLog entry for next commit messages: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=25869e How is that

Re: [O] [PATCH] Add 'inline-only option to org-export-babel-evaluate

2013-04-18 Thread Sebastien Vauban
Hi Aaron, Aaron Ecay wrote: 2013ko apirilak 18an, Sebastien Vauban-ek idatzi zuen: Bastien wrote: I applied this patch, thanks a lot. Please see the small changes I made to the ChangeLog entry for next commit messages: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=25869e How is

Re: [O] Date-tree capture confused when nearby trees have dates

2013-04-18 Thread Bastien
Hi Suvayu, Suvayu Ali fatkasuvayu+li...@gmail.com writes: Capture gets confused and cannot find the real date-tree if there are nearby trees with headlines like this: ** 2013 June - Event 2 ** 2013 March - Event 1 Fixed, thanks. Note that you can still use tags in a datetree. So **

Re: [O] uniborg

2013-04-18 Thread Bastien
Jay Kerns gjkerns...@gmail.com writes: I remember reading a discussion some time ago about Org, and the Borg, and unicorns with mechanical faceplates, Resistance is futile, etc. Here is one interpretation of a uniborg: http://orgmode.org/worg/org-artwork.html :) Also, I uploaded the SVG

Re: [O] some key sequence transform my text in outline

2013-04-18 Thread Bastien
Luca Ferrari fluca1...@infinito.it writes: Apparently I found the sequence that lead to the problem: I opened a #+begin_src on a line and then pressed TAB on such line. This folded the following text until a new #+end_src is found, masking whole sections. The problem is that this is no more

Re: [O] agenda: personal priority for today

2013-04-18 Thread Bastien
Hi Daniel, You can now use M-up and M-down to move agenda lines around. This is for quick use only. It is not persistent and the agenda will be reordered on next refresh. -- Bastien

Re: [O] [PATCH 1/4] Clean up various org-babel-*-maybe commands

2013-04-18 Thread Bastien
Aaron Ecay aarone...@gmail.com writes: * lisp/ob-core.el (org-babel-when-in-src-block): New macro. (org-babel-execute-src-block-maybe) (org-babel-expand-src-block-maybe) (org-babel-load-in-session-maybe, org-babel-pop-to-session-maybe): Use it. Applied, thanks. -- Bastien

Re: [O] Date-tree capture confused when nearby trees have dates

2013-04-18 Thread Suvayu Ali
On Thu, Apr 18, 2013 at 12:21:42PM +0200, Bastien wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: Capture gets confused and cannot find the real date-tree if there are nearby trees with headlines like this: ** 2013 June - Event 2 ** 2013 March - Event 1 Fixed, thanks. I

Re: [O] Date-tree capture confused when nearby trees have dates

2013-04-18 Thread Bastien
Suvayu Ali fatkasuvayu+li...@gmail.com writes: I can't think when I would use it, but I'll keep that in mind. Yep, I added a footnote for this in the manual. -- Bastien

Re: [O] Logbook drawer entries make editing very slow

2013-04-18 Thread Bastien
Hi Marcel, Marcel van der Boom mar...@hsdev.com writes: I'm using habit-style items a lot in my 'org' routine. A typical entry would look like this: #+BEGIN_SRC org *** TODO Do something daily SCHEDULED: 2013-02-20 wo .+1d :LOGBOOK:

Re: [O] org-exp-bibtex missing in git?

2013-04-18 Thread Bastien
Hi Aaron, Aaron Ecay aarone...@gmail.com writes: I hope this is not bothersome ... it is not, heads up are always welcome. but have you had a chance to look at these patches? No -- and we are close to the release now, so let's not introduce new syntax for this. We still need to discuss

Re: [O] uniborg

2013-04-18 Thread Jay Kerns
On Thu, Apr 18, 2013 at 6:22 AM, Bastien b...@gnu.org wrote: [snip] Also, I uploaded the SVG version of the new logo, it's under CC by-sa if people want to use/modify it: http://orgmode.org/img/org-mode-unicorn-logo.svg Thanks - looks great. I still get the same 404 Not Found on

[O] ox missed by make clean-install

2013-04-18 Thread Andreas Leha
Hi all, I just noticed that ox-* files are not removed by 'make clean-install' for me. Is this intended/my setup/a bug? - Andreas

Re: [O] ox missed by make clean-install

2013-04-18 Thread Bastien
Hi Andreas, Andreas Leha andreas.l...@med.uni-goettingen.de writes: I just noticed that ox-* files are not removed by 'make clean-install' for me. Is this intended/my setup/a bug? No, just something we overlooked. Fixed now, thanks for reporting it! -- Bastien

Re: [O] agenda: personal priority for today

2013-04-18 Thread Daniel Clemente
You can now use M-up and M-down to move agenda lines around. This is for quick use only. It is not persistent and the agenda will be reordered on next refresh. That's nice, thanks.

Re: [O] Spreadsheet calculations (24.3/8.0-pre)

2013-04-18 Thread Bastien
Hi Oliver, Oliver Večerník o...@vecernik.at writes: Hi Ippei, | Product |g | kJ/100g | kJ | kcal | |---+--+-+--+--| | Bread | 50.6 |1372 | 694 | 166 | | Butter| 11.5 |3054 | 351 | 84 | | Marmalade | 19.7 | 926 | 182 | 44 |

[O] Using helm only for org refiling

2013-04-18 Thread Alan Schmitt
Hello, I tried using helm (the successor to anything) for everything, and it was a bit too much. However, I really appreciated how it integrated with org refiling. I've been trying to figure out how to enable helm only for refiling, by binding C-c C-w in the org-mode-map to something, but I'm

Re: [O] [PATCH 0/3] synctex support for pdf export

2013-04-18 Thread Rasmus
Aaron Ecay aarone...@gmail.com writes: 2013ko apirilak 4an, Nicolas Goaziou-ek idatzi zuen: I don't think there is a complete solution to this problem. Though `org-export-before-processing-hook' allows to work on an exact copy of the buffer being exported before any file is included and

[O] Release 8.0

2013-04-18 Thread Bastien
Dear all, I'm releasing Org 8.0. See the release notes below or at http://orgmode.org/Changes.html This release is potentially the most disruptive release since long, so please don't use it in production before you can carefully review the release notes and update your configuration --

Re: [O] OT: Android, external HW-keyboard and Emacs (was: Org-mode as a replacement for Google Reader)

2013-04-18 Thread Subhan Tindall
Android emacs has known problems segfaulting dependant on font size. Try starting with the smallest font work your way up. See: https://github.com/zielmicha/emacs-android/issues/2 for further information workarounds On Tue, Apr 16, 2013 at 6:21 AM, Karl Voit devn...@karl-voit.at wrote: *

[O] New maintainer

2013-04-18 Thread Bastien
Dear all, I'm stepping down as the Org maintainer. Carsten accepted to step up, if the community agrees. Please raise your thumbs up or your concerns, if any. I'm glad I had this opportunity to work as Robin and I'm even more glad Batman may strike back! :) -- Bastien

Re: [O] Best practices for literate programming [was: Latex export of tables]

2013-04-18 Thread Rasmus
Thomas, Tom, do tell us more about what these habits are. The new exporter is really your friend. Where before I might choose to generate a LaTeX block, now I look to generate Org output and then count on the exporter to do the right thing on the way to pdf. The exporter's attribute

Re: [O] Release 8.0

2013-04-18 Thread Jambunathan K
Bastien Could you please correct the headers to ox-html.el and ox-odt.el. I have not assigned the rights to my changes to FSF. These files - due to Emacs project policy - cannot be part of Emacs. Jambunathan K.

Re: [O] New maintainer

2013-04-18 Thread Jambunathan K
Carsten accepted to step up, if the community agrees. Please raise your thumbs up or your concerns, if any. To the new maintainer, My changes to ox-html.el and ox-odt.el are not assigned to FSF. So please correct the headers of these file to reflect the reality. Also be respectful of my

Re: [O] New maintainer

2013-04-18 Thread Glyn Millington
Bastien b...@gnu.org writes: I'm stepping down as the Org maintainer. Carsten accepted to step up, if the community agrees. Please raise your thumbs up or your concerns, if any. I'm glad I had this opportunity to work as Robin and I'm even more glad Batman may strike back! A huge thumbs

Re: [O] Release 8.0

2013-04-18 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: Could you please correct the headers to ox-html.el and ox-odt.el. I corrected the header for ox-html.el: the header said you were the only author while it's clear half of the code was simply copied from Carsten. I added Carsten as

Re: [O] Release 8.0

2013-04-18 Thread François Pinard
Bastien b...@gnu.org writes: I'm releasing Org 8.0. Fantastic work. Warm congratulations to all those involved! François

Re: [O] Best practices for literate programming [was: Latex export of tables]

2013-04-18 Thread Aaron Ecay
Hi Rasmus, 2013ko apirilak 18an, Rasmus-ek idatzi zuen: I too rely heavily on filters and customizations. I haven't been able to fully appreciate the asynchronous exporter yet. For instance I set some defaults for tables, pictures, add lots of entities etc. in my init file, and I went as

Re: [O] Release 8.0

2013-04-18 Thread John Hendy
On Thu, Apr 18, 2013 at 11:41 AM, Bastien b...@gnu.org wrote: Dear all, I'm releasing Org 8.0. Simply fantastic. Many thanks and great work on such a detailed list of changes. Just mind-blowing how awesome this project is. Thanks to all the contributors for this great piece of software -- I

Re: [O] Release 8.0

2013-04-18 Thread Achim Gratz
Neuwirth Erich writes: I compiled from the repository after the announcement. On my Mac (OSX 10.8.3, Emacs 24.3.1) the test for maxima still fail. I reported this a few weeks ago. I can't find any post from you on this mailing list that fits that description and your last post mentioning

Re: [O] Release 8.0

2013-04-18 Thread Jambunathan K
I added Carsten as the author. I have no problem with that. You can even add N other authors as long as my name stays there. I'm following the advice of the FSF for now. FSF position is ambivalent. They have made a decision (to suit their convenience) and shifting the burden on me. Their

Re: [O] New maintainer

2013-04-18 Thread John Hendy
On Thu, Apr 18, 2013 at 12:10 PM, Jambunathan K kjambunat...@gmail.com wrote: Carsten accepted to step up, if the community agrees. Please raise your thumbs up or your concerns, if any. To the new maintainer, My changes to ox-html.el and ox-odt.el are not assigned to FSF. So please

Re: [O] Release 8.0

2013-04-18 Thread Glyn Millington
François Pinard pin...@iro.umontreal.ca writes: Bastien b...@gnu.org writes: I'm releasing Org 8.0. Fantastic work. Warm congratulations to all those involved! Seconded!! The new exporter is terrific :-) atb Glyn

Re: [O] Release 8.0

2013-04-18 Thread Aaron Ecay
Excellent news! Thanks to you Bastien and to all the other people who have helped make this possible. -- Aaron Ecay

Re: [O] Release 8.0

2013-04-18 Thread Jambunathan K
Aaron Ecay aarone...@gmail.com writes: Excellent news! Thanks to you Bastien and to all the other people who have helped make this possible. You speak as though other people don't exist or matter. IMO, you are doing a disservice to other contributors by *not* naming them. Is it really

Re: [O] Release 8.0

2013-04-18 Thread Rasmus
Bastien b...@gnu.org writes: I would like to thank you all again for your patience, and special thanks to Nicolas who is just great to work with. I'm happy to see his code finally widely available for all Org users, not just the happy few. I would also like to thank Nicolas for this

Re: [O] New maintainer

2013-04-18 Thread Bastien
Please let's not reopen this issue. Jambunathan signed the FSF copyright assignment for his past and future changes to Emacs code. He claims that he can retract this assignment for changes he made against some Emacs files. FSF says this is not possible. And it does not take too big a brain to

Re: [O] New maintainer

2013-04-18 Thread Detlef Steuer
The king is dead, long live the king! :-) Thank you, Bastien, for all the work! And thank you, Carsten, for all the work to come! Detlef On Thu, 18 Apr 2013 18:53:32 +0200 Bastien b...@gnu.org wrote: Dear all, I'm stepping down as the Org maintainer. Carsten accepted to step up, if

Re: [O] New maintainer

2013-04-18 Thread Aaron Ecay
Hi Bastien, 2013ko apirilak 18an, Bastien-ek idatzi zuen: [...] I'm glad I had this opportunity to work as Robin and I'm even more glad Batman may strike back! Just as Batman and Robin are often seen together, I hope you’ll continue to be a presence in the org community. I always appreciate

Re: [O] Release 8.0

2013-04-18 Thread Bastien
Jambunathan K kjambunat...@gmail.com writes: You speak as though other people don't exist or matter. IMO, you are doing a disservice to other contributors by *not* naming them. All contributors, including you, have been thanked in the release notes I attached with the original announcement.

Re: [O] New maintainer

2013-04-18 Thread Bastien
Rasmus ras...@gmx.us writes: I expect you will still be around the mailing list, no? I'll focus on something else, but I'll stick around for sure, at least to ask questions and report bugs! -- Bastien

Re: [O] Release 8.0

2013-04-18 Thread Jambunathan K
François Pinard pin...@iro.umontreal.ca writes: Fantastic work. Warm congratulations to all those involved! You are a regular. Is it really difficult for you to spell out the names explicitly? All those involved is politically correct but it is a disservice to few individuals whose efforts

Re: [O] Best practices for literate programming [was: Latex export of tables]

2013-04-18 Thread Rasmus
Aaron Ecay aarone...@gmail.com writes: If your external org configuration file were kept under version control (I’ll discuss git but the principle is general), then reproducibility would be possible. There are ways of embedding git hashes in LaTeX documents (for one example:

Re: [O] New maintainer

2013-04-18 Thread François Pinard
Bastien b...@gnu.org writes: Please raise your thumbs up or your concerns, if any. Bastien, your maintainership has been just outstanding, so far that I could judge. You're among the great maintainers I happened to meet, and I tremendously enjoyed your way of driving the project. Let me thank

Re: [O] New maintainer

2013-04-18 Thread Jambunathan K
Bastien b...@gnu.org writes: And it does not take too big a brain to understand why: if people were allowed to retract their assignment when they want for changes that have been published, the copyright assignment process would undermine the whole purpose of the GPL license, which is to make

Re: [O] New maintainer

2013-04-18 Thread Jambunathan K
Just trying to reconcile my understanding of your situation with how you write about it. This post (not by me) summarizes my position well. http://lists.gnu.org/archive/html/emacs-devel/2013-04/msg00096.html I have also criticized FSF's arbitrary handling of my request here.

Re: [O] Release 8.0

2013-04-18 Thread Jambunathan K
Bastien b...@gnu.org writes: Jambunathan K kjambunat...@gmail.com writes: You speak as though other people don't exist or matter. IMO, you are doing a disservice to other contributors by *not* naming them. All contributors, including you, have been thanked in the release notes I attached

Re: [O] Release 8.0

2013-04-18 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Perceptions matter. A name that is repeated gets remembered. All credits go to that name while other names fade. See this post: http://lwn.net/Articles/501751/ People still continue to thank RMS for new Emacs releases. IIRC, it is good 5-6 years

Re: [O] Release 8.0

2013-04-18 Thread Billy O'Connor
Jambunathan K kjambunat...@gmail.com writes: Bastien b...@gnu.org writes: Jambunathan K kjambunat...@gmail.com writes: You speak as though other people don't exist or matter. IMO, you are doing a disservice to other contributors by *not* naming them. All contributors, including you, have

Re: [O] Release 8.0

2013-04-18 Thread Samuel Wales
Thanks to everybody who made this release possible.

Re: [O] Best practices for literate programming [was: Latex export of tables]

2013-04-18 Thread Thomas S. Dye
Aloha Rasmus, Rasmus ras...@gmx.us writes: The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. Thomas, Tom, do tell us more about what these habits are. The new exporter is really your friend. Where before I might choose to

Re: [O] New maintainer

2013-04-18 Thread Alan L Tyree
Jambunathan K writes: Bastien b...@gnu.org writes: And it does not take too big a brain to understand why: if people were allowed to retract their assignment when they want for changes that have been published, the copyright assignment process would undermine the whole purpose of the GPL

Re: [O] New maintainer

2013-04-18 Thread Alan Schmitt
Bastien writes: Carsten accepted to step up, if the community agrees. Please raise your thumbs up or your concerns, if any. Thumbs up! And thank you so much for what you did. Alan

Re: [O] New maintainer

2013-04-18 Thread Thomas S. Dye
Aloha Bastien, Bastien b...@gnu.org writes: Dear all, I'm stepping down as the Org maintainer. Thank you for your excellent work as maintainer. I'm pleased to have had the opportunity to work with you. Carsten accepted to step up, if the community agrees. Please raise your thumbs up or

Re: [O] New maintainer

2013-04-18 Thread Bastien
Hi Thomas, t...@tsdye.com (Thomas S. Dye) writes: Thank you for your excellent work as maintainer. I'm pleased to have had the opportunity to work with you. Having you improve the documentation while Nicolas and I were hard working on it was a great relief, thanks again for that. You

Re: [O] Release 8.0

2013-04-18 Thread Bastien
Jambunathan K kjambunat...@gmail.com writes: Can you name the person who funds http://orgmode.org website? Indeed, I forget to add Jason Dunsmore in the list of people to thank. Sorry for that. Jason is still helping with anything regarding the server, we are lucky to have him! -- Bastien

Re: [O] New maintainer

2013-04-18 Thread Alan L Tyree
Jambunathan K writes: Alan L Tyree alanty...@gmail.com writes: Of course, I know that you will think that I am confused. You are not only confused. You are in hurry and in grave error. I thought so. Thanks so much for clearing this up for me. I am quoting an extract of Bastien's words,

Re: [O] New maintainer

2013-04-18 Thread Jonathan Leech-Pepin
Hello Bastien, On 18 April 2013 12:53, Bastien b...@gnu.org wrote: Dear all, I'm stepping down as the Org maintainer. Thank you for all the work you've done. Carsten accepted to step up, if the community agrees. Please raise your thumbs up or your concerns, if any. Thumbs up from me

Re: [O] Release 8.0

2013-04-18 Thread Glyn Millington
Jambunathan K kjambunat...@gmail.com writes: There is very little danger that your name will not be remembered. Let me be clear, it's not about me. I am a nobody who likes to troll. Confession noted. In which case it IS all about you. It is about others (as well) who deserve a explicit

Re: [O] Fixing footnote HTML

2013-04-18 Thread Samuel Wales
Hi Bastien, On 3/24/13, Bastien b...@altern.org wrote: So in Firefox for me at least, there is no blank line between Footnotes: and 1. Footnotes: is inserted as a h2 header in the HTML file. So there should be a visual space after it. I don't know why there isn't. I guess it means CSS is

Re: [O] Enriched/Org is a colorful Org

2013-04-18 Thread Samuel Wales
I want to add to the thanks to everybody for making speed improvements. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. There is NO hope without action. This means YOU.

Re: [O] [babel] Specified colnames

2013-04-18 Thread Sebastien Vauban
Eric, Eric Schulte wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Extra question: tested with a sh block, both of the above do work, that is with strings or symbols. Which one is supposed to be better (that is, will be more portable with time), if there is

Re: [O] New maintainer

2013-04-18 Thread Tom Davey
Hi everybody, I'm just an Org user, one of the many anonymous persons who have benefited from this fantastic piece of software. Over the past two years I have come to use Org every day, all day long, more than any other application with the possible exception of a Web browser. It's hard to

Re: [O] Release 8.0

2013-04-18 Thread Carsten Dominik
On 18.4.2013, at 18:41, Bastien b...@gnu.org wrote: Dear all, I'm releasing Org 8.0. See the release notes below or at http://orgmode.org/Changes.html This is a beautiful release. Just reading the list of changes wets my appetite to try it all out. A looong list con contributors.

[O] Changing the maintainer

2013-04-18 Thread Carsten Dominik
Hello everyone, as Bastien has written in a related thread, the current idea is that I will take over the maintainership of Org-mode once more. I have seen no objections so far, so I am assuming that we should go ahead with this plan. Let me start by extending my (and I am sure, everyones)

Re: [O] Release 8.0

2013-04-18 Thread Bernt Hansen
Bastien b...@gnu.org writes: I'm releasing Org 8.0. Great work! Wow what a huge list of new things to try :) I'm looking forward to experimenting with it. Thanks!! Bernt

Re: [O] New maintainer

2013-04-18 Thread Charles Berry
Bastien bzg at gnu.org writes: Dear all, I'm stepping down as the Org maintainer. You have done an awesome job. This is still the friendliest little town on the internet thanks to your patience and good judgment in no small part. And 8.0 is a fine product. Carsten accepted to step

Re: [O] New maintainer

2013-04-18 Thread Bernt Hansen
Bastien b...@gnu.org writes: Dear all, I'm stepping down as the Org maintainer. Carsten accepted to step up, if the community agrees. Please raise your thumbs up or your concerns, if any. I'm glad I had this opportunity to work as Robin and I'm even more glad Batman may strike back! :)

Re: [O] New maintainer

2013-04-18 Thread Yagnesh Raghava Yakkala
Hello Bastien, Thanks a lot for the great work so far. You are the best. On Apr 19 2013, Bastien b...@gnu.org wrote: Dear all, I'm stepping down as the Org maintainer. Carsten accepted to step up, if the community agrees. Please raise your thumbs up or your concerns, if any.  I'm

Re: [O] Changing the maintainer

2013-04-18 Thread Mike McLean
On Apr 18, 2013, at 6:07 PM, Carsten Dominik carsten.domi...@gmail.com wrote: I will leave the donations button on his name until the end of April, so if you want to express your thanks to him in this way, you have that possibility. If not, writing to him and expressing your amazement with

[O] org-macro need to provide org-macs

2013-04-18 Thread Ivan Kanis
Just add (require 'org-macs) in org-macro.el. -- Elle n'était vêtue que de bonnes fortunes du jeu ou de la sottise de ses amants. -- Antoine Furetière

Re: [O] New maintainer

2013-04-18 Thread Noorul Islam Kamal Malmiyoda
Bastien, I use org-mode every day and it is really great to see that this project is always growing. You did an excellent job taking this to 8.0. Carsten, Welcome back and looking forward to 8.x Thanks and Regards Noorul On Thu, Apr 18, 2013 at 10:23 PM, Bastien b...@gnu.org wrote: Dear

Re: [O] Changing the maintainer

2013-04-18 Thread John Wiegley
Carsten Dominik carsten.domi...@gmail.com writes: Bastien's activity has been unmatched. He has answered a huge amount of questions in the mailing list, fixed an uncounted number of bugs and he has been designing and applying changes over the entire breadth of the Org code base. This is no

Re: [O] Release 8.0

2013-04-18 Thread Brian van den Broek
On 18 Apr 2013 18:05, Carsten Dominik carsten.domi...@gmail.com wrote: On 18.4.2013, at 18:41, Bastien b...@gnu.org wrote: Dear all, I'm releasing Org 8.0. This is a beautiful release. Just reading the list of changes wets my appetite to try it all out. A looong list con