Re: [O] Bug: conflict with python-mode [7.8.11]

2012-12-25 Thread Andreas Röhler
Am 25.12.2012 04:14, schrieb Bastien: I can finally reproduce the bug. It comes from python-model.el which set this: (defvar outline-heading-end-regexp nil) Andreas, this breaks outline in Org - can you have a look? Thanks, This was fixed in trunk some days ago. Get it via bzr branch

Re: [O] Bug: conflict with python-mode [7.8.11]

2012-12-25 Thread Bastien
Hi Andreas, Andreas Röhler andreas.roeh...@online.de writes: This was fixed in trunk some days ago. Get it via bzr branch lp:python-mode Thanks. I let Till confirm the fix. BTW bug should not show up, if org-mode gets loaded before python-mode.el Maybe, but normal use of Org don't

Re: [O] org-plus-contrib-20121224 error

2012-12-25 Thread Bastien
Hi Alan, Alan L Tyree alanty...@gmail.com writes: Using the above package in emacs 24.2.1 on Debian Wheezy/Sid, I get an error when trying to call up the agenda with C-C a. The error is Invalid function: org-no-popups. Did you restart Emacs? Can you send a backtrace? -- Bastien

Re: [O] Footnote disable sorting

2012-12-25 Thread Bastien
Hi Alan, Alan L Tyree alanty...@gmail.com writes: I'm using the elpa version of org-plus-contrib-20121224. After I learned how to apply patches (hangs head in shame!!), it solved all the problems that I had - sorting, renumbering, exporting all worked very well. Are you thinking of making

Re: [O] [PATCH] Introduce a new variable for x11idle

2012-12-25 Thread Bastien
Hi Yasushi, Yasushi SHOJI ya...@atmark-techno.com writes: I've signed the paper and it's on its way to FSF. it will take a few more days to reach the office, though. great -- thanks! I've added you to the list of contributors waiting for the FSF confirmation. If you don't get any feedback

[O] [PATCH] Caching latex preview images

2012-12-25 Thread Abdó Roig-Maranges
Hi, Org mode lost the ability to reuse already generated latex preview images in commit 27101a3e0ee7. Now it just regenerates all of them every time. I don't see a reason for removing this feature (am I missing something?), so here is a little patch reintroducing that feature. I'm also mailing

[O] calculate frequencies in a table with calc

2012-12-25 Thread Martin Gross
Dear helpers, on the web I found a formula to get frequencies which I modified to my needs, but it does not yet work well. An example: |-| | [1, 2, 3, 4, 5] | | [6, 7, 8] | | [9, 10, 11, 12, 12] | | 12, 12 | |-| | 15

Re: [O] Python code for producing Org tables

2012-12-25 Thread François Pinard
Bastien b...@altern.org writes: Would you like something like | 3.1 | | 3.1415 | be aligned/modified as | 3.1000 | | 3.1415 | ? More precisely as: | 3.1| | 3.1415 | which is aligning on dots, even if it looks like left-justifying. There is a problem in that I have tables

Re: [O] Python code for producing Org tables

2012-12-25 Thread François Pinard
Dov Grobgeld dov.grobg...@gmail.com writes: Nice! I've needed that often. But please add licensing information to the code to make clear in what contexts it may be used. You mean, for the Python bits I sent to the list? For such a short amount of code, do whatever you feel like it. If you

Re: [O] Rudel - Real-Time collaborative editing of Org-Mode files

2012-12-25 Thread François Pinard
Bastien b...@altern.org writes: I don't have experience with Rudel but I'm also interested in hearing from others -- maybe at some point we can organize some co-writing session where we try to update Worg pages. I tried Rudel, a good while ago, and did not find it satisfying enough to be

Re: [O] Bug: inline tasks behave strange with respect to visibility cycling within plain lists [7.9.2 (release_7.9.2-646-g664217 @ /home/grfz/src/org-mode/lisp/)]

2012-12-25 Thread Gregor Zattler
Hi Bastien, org developers, * Bastien b...@altern.org [24. Dec. 2012]: I think you are misusing inline tasks, the stars should start at the beginning of the line. thank you for spending some of your holiday on this. The blanks at the beginning of the inline task were an artefact of

Re: [O] [PATCH] Introduce a new variable for x11idle

2012-12-25 Thread Yasushi SHOJI
Hi Bastien, At Sun, 23 Dec 2012 21:03:57 +0100, Bastien wrote: Since the patch is substantial, we need you sign the FSF copyright assignment in order to apply it. If that's okay with you, please fill the form here and follow the instructions here:

Re: [O] elp-instrument-package does not return anything

2012-12-25 Thread Sebastien Vauban
Hi Samuel, Samuel Wales wrote: One way to ensure that the symbols exist might be to run the function first without instrumenting, then instrument? That'd solve the problem if all such functions do have autoloads. That should be the case for Org, but not necessarily for all other packages. But

Re: [O] elp-instrument-package does not return anything

2012-12-25 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: Sebastien Vauban wrote: Generating the agenda for 43 files, and more or less 75 entries to display, takes between 17 and 20 seconds, in this case 19 seconds: org-agenda-list 1 19.15619.156

Re: [O] Bug: conflict with python-mode [7.8.11]

2012-12-25 Thread Till Junge
Hi guys, First of all, thank you so much for your quick answers during the holidays, I really didn't expect any answer until next year :) So, Andreas was right, I got the newest version of python-mode and the problem is gone. BTW, the bug also show up if org-mode gets loaded before or after

Re: [O] org-plus-contrib-20121224 error

2012-12-25 Thread Alan L Tyree
Bastien b...@altern.org writes: Hi Alan, Alan L Tyree alanty...@gmail.com writes: Using the above package in emacs 24.2.1 on Debian Wheezy/Sid, I get an error when trying to call up the agenda with C-C a. The error is Invalid function: org-no-popups. Did you restart Emacs? Yes. And it

Re: [O] Footnote disable sorting

2012-12-25 Thread Alan L Tyree
Bastien b...@altern.org writes: Hi Alan, Alan L Tyree alanty...@gmail.com writes: I'm using the elpa version of org-plus-contrib-20121224. After I learned how to apply patches (hangs head in shame!!), it solved all the problems that I had - sorting, renumbering, exporting all worked very

Re: [O] org-plus-contrib-20121224 error [Solved]

2012-12-25 Thread Alan L Tyree
Bastien b...@altern.org writes: Hi Alan, Alan L Tyree alanty...@gmail.com writes: Using the above package in emacs 24.2.1 on Debian Wheezy/Sid, I get an error when trying to call up the agenda with C-C a. The error is Invalid function: org-no-popups. Did you restart Emacs? Can you

Re: [O] elp-instrument-package does not return anything

2012-12-25 Thread Samuel Wales
On 12/25/12, Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: That'd solve the problem if all such functions do have autoloads. That should be the case for Org, but not necessarily for all other packages. In which case you get an error, thus ensuring. :) Samuel -- The Kafka Pandemic:

Re: [O] Agenda highlighting bug

2012-12-25 Thread Simon Thum
On 12/24/2012 09:48 AM, Bastien wrote: Hi Simon, Simon Thumsimon.t...@gmx.de writes: I recently added an org file which is an import from our community service, the so-called Müllabfuhr, which I put in müllabfuhr.org. The agenda fails to highlight these entries however. It's not terrible,

Re: [O] org-plus-contrib-20121224 error

2012-12-25 Thread Nick Dokos
Alan L Tyree alanty...@gmail.com wrote: Bastien b...@altern.org writes: Hi Alan, Alan L Tyree alanty...@gmail.com writes: Using the above package in emacs 24.2.1 on Debian Wheezy/Sid, I get an error when trying to call up the agenda with C-C a. The error is Invalid function:

Re: [O] Rudel - Real-Time collaborative editing of Org-Mode files

2012-12-25 Thread François Pinard
François Pinard pin...@iro.umontreal.ca writes: Bastien b...@altern.org writes: [...] let *anyone* write Org doc collaboratively and seemlessly. Com'on, let's start something great :) It would be great indeed! On the road this morning, I gave some thought on this problem, which does not

Re: [O] org-plus-contrib-20121224 error

2012-12-25 Thread Alan L Tyree
On 26/12/12 06:56, Nick Dokos wrote: Alan L Tyree alanty...@gmail.com wrote: Bastien b...@altern.org writes: Hi Alan, Alan L Tyree alanty...@gmail.com writes: Using the above package in emacs 24.2.1 on Debian Wheezy/Sid, I get an error when trying to call up the agenda with C-C a. The

[O] Bug: source block editing on headings fail on 2nd source block [7.9.2 (release_7.9.2-781-g5de94e @ /home/bernt/git/org-mode/lisp/)]

2012-12-25 Thread Bernt Hansen
The following issues use my org-mode source http://doc.norang.ca/org-mode.org org-mode.org line 117 column 0 #+begin_src sh cd ~/git git clone git://orgmode.org/org-mode.git #+end_src C-c ' works on the first line but not on the one below which is identical. #+begin_src sh cd ~/git git

Re: [O] Opendocument export causes error

2012-12-25 Thread Torsten Anders
Dear Jambunathan and others, Apologies for resending this message, but my email from yesterday seemingly did not arrive. To summarise at first, the results in my 2nd IELM session (at the end of the message below) differed clearly from those in your kindly provided template -- in several cases

[O] Bug: Commas not removed from source blocks [7.9.2 (release_7.9.2-781-g5de94e @ /home/bernt/git/org-mode/lisp/)]

2012-12-25 Thread Bernt Hansen
I have org source blocks in my document http://doc.norang.ca/org-mode.org which have embedded commas on line 1 from previous uses of org-edit-special. Now editing the blocks does not remove all of the commas previously introduced. I use org-indent mode with source blocks starting in column 0

[O] Bug: org-edit-special adds commas to source blocks repeatedly [7.9.2 (release_7.9.2-781-g5de94e @ /home/bernt/git/org-mode/lisp/)]

2012-12-25 Thread Bernt Hansen
The following source blocks refer to my document http://doc.norang.ca/org-mode.org line 564 original : #name : #+begin_...#+end_ : # -- : #+begin_$1 $2 : $0 : #+end_$1 C-c ' twice : #name : #+begin_...#+end_ : # -- : ,#+begin_$1 $2 : $0 : ,#+end_$1 again C-c ' four times : #name :

[O] Bug: Can't edit example blocks [7.9.2 (release_7.9.2-781-g5de94e @ /home/bernt/git/org-mode/lisp/)]

2012-12-25 Thread Bernt Hansen
The following source blocks refer to http://doc.norang.ca/org-mode.org org-mode.org line 1553 #+begin_example Default Task [d] norang Organization -- Task B The task interrupted by starting the last one [i] norang Organization

[O] Bug: Editing org src blocks doesn't work first time [7.9.2 (release_7.9.2-781-g5de94e @ /home/bernt/git/org-mode/lisp/)]

2012-12-25 Thread Bernt Hansen
This may already be fixed by Bastien's commit enabling editing of org source blocks when org-fontify-natively is not set. I can't check that now but in case it isn't here is a bug report of the behaviour I saw before Christmas. I noticed some weird behaviour with source block editing. When

Re: [O] Fix to property inheritance

2012-12-25 Thread Bill Wishon
While I'm figuring out how to create the patch and email it in the right format (I don't think I can with gmail), I've tried to make my bitbucket.orgrepository as public as possible. Perhaps give it another shot in the meantime. https://bitbucket.org/mrvwman/wishon-org-mode.git ~Bill On Mon,

[O] [PATCH 1/2] Fix Property Inheritance

2012-12-25 Thread William V. Wishon
* org.el (org-update-property-plist): Added logic to replace the existing property value if the new value is nil or if the old value is nil. This is to support the usage of nil as a reset in a chain of PROP+ statements. Eg: :prop+: foo - :prop+: nil - :prop+: bar would result in a property

[O] [PATCH 2/2] Updates to test cases

2012-12-25 Thread William V. Wishon
* property-inheritance.org: Updated test cases to include expected outcomes. Adjusted the numeric values to be in order. Removed irrelevant addition tests. --- testing/examples/property-inheritance.org | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff

[O] Bug: Table export to [tc]sv doesn't convert \vert [7.8.11]

2012-12-25 Thread Nathan Trapuzzano
Converting \vert and \vert{} when exporting an Org table to csv or tsv does not properly convert them to the vertical bar. Instead, they are retained literally. Emacs : GNU Emacs 24.2.1 (x86_64-unknown-linux-gnu) of 2012-11-20 on Nathan-GNU Package: Org-mode version 7.8.11