[O] [patch][babel] Fix latest block export tests to suit Emacs 22

2012-01-06 Thread Martyn Jago
What appears to be a subtle difference in html export detail between Emacs 22 and Emacs 23+ breaks these latest tests on Emacs 22. The attached patch fixes them (and the subtle difference is not relevant to these tests). Best, Martyn From b67f2c34fb2bea791b847c3dbb7dc26e313f779f Mon Sep 17

Re: [O] capture problem

2012-01-06 Thread Sebastien Vauban
Hi Thomas, Thomas S. Dye wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Thomas S. Dye wrote: I'm sometimes running into this error message when I capture: condition-case: Capture abort: (quit pasteboard doesn't contain valid data) Unfortunately, this doesn't mean anything to

Re: [O] [patch][babel] Fix latest block export tests to suit Emacs 22

2012-01-06 Thread Bastien
Martyn Jago martyn.j...@btinternet.com writes: What appears to be a subtle difference in html export detail between Emacs 22 and Emacs 23+ breaks these latest tests on Emacs 22. The attached patch fixes them (and the subtle difference is not relevant to these tests). Applied, thanks! This

Re: [O] protect slash - suppress markup

2012-01-06 Thread Lasse Bombien
Thanks a lot! Lasse Am 05.01.2012 um 16:49 schrieb Bernt Hansen: Carson Chittom car...@wistly.net writes: Bernt Hansen be...@norang.ca writes: Lasse Bombien la...@phonetik.uni-muenchen.de writes: Hi, first of all: thanks for org-mode. I'm still new to it but love it already. Now,

Re: [O] Agenda buffer and relative links

2012-01-06 Thread François Pinard
Nick Dokos nicholas.do...@hp.com writes: François Pinard pin...@iro.umontreal.ca wrote: When Org mode defines a link for me, it sometimes changes it so it becomes relative. [...] This is OK in general, but not always. [...] I have feeling that there is something deeper which might likely

Re: [O] Agenda buffer and relative links

2012-01-06 Thread Sebastien Vauban
Hi François, François Pinard wrote: Nick Dokos nicholas.do...@hp.com writes: François Pinard pin...@iro.umontreal.ca wrote: When Org mode defines a link for me, it sometimes changes it so it becomes relative. [...] This is OK in general, but not always. [...] I have feeling that there is

Re: [O] [bug] Invalid face when exporting code block to HTML

2012-01-06 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Quite simple: the following block generates an Invalid face error when exported to HTML. #+begin_src sh svn checkout http://svn/trunk/dev/ mydev #+end_src This worked yesterday. Does it ring a bell to someone?

Re: [O] About headlines, checkboxes and heritage

2012-01-06 Thread Nicolas Goaziou
Hello, Ab Cd nati_...@yahoo.fr writes: Please consider the following file : * TODO working ** TODO 1st part of the work    CLOCK: [2012-01-05 jeu. 17:18] ** TODO second part of the work [0/3]    - [ ] Task 1 - [ ] Subtask 1 - [ ] Subtask 2 - [ ] Subtask 3    - [ ] Task

Re: [O] org-jira.el

2012-01-06 Thread Bao Haojun
Hi Jonathan, Jonathan Arkell jonath...@criticalmass.com writes: Wow Bao! I am just checking out your org-jira2 project right now... Your thing was what my thing (contrib/lisp/org-jira.el) was going to become when I got the time... Then I got put on a project that didn't use Jira, and

Re: [O] org-jira.el

2012-01-06 Thread Bao Haojun
Hi, OSiUX OSiUX xu...@osiux.com.ar writes: El lun, 02 ene 2012, Bao Haojun decía: Hi, all I have implemented org-jira.el, bringing org-mode and Jira system together. Wrote a Wiki page for it on emacswiki: http://www.emacswiki.org/emacs/OrgJiraMode Hope somebody find it useful, if

[O] org-jira.el updated

2012-01-06 Thread Bao Haojun
Hi, all I have updated the org-jira.el as suggested by Bastien and Richard Riley: - Renamed jira2 to jiralib, to avoid confusion with the '2' and add the note that it is a library (I looked to merge with jira.el, but backed off as I myself do not use jira-mode). - Fixed a bug for emacs

[O] How to force redisplay?

2012-01-06 Thread François Pinard
Hi, Org people. There is a little problem I often observed, about bad vertical alignment of text in Org mode buffers. Let me try to illustrate by mimicking from an example right out from the window I currently see ;-). Ellipses [...] have been added to make the example shorter.

Re: [O] org-jira.el updated

2012-01-06 Thread Ken Williams
Bao Haojun baohaojun at gmail.com writes: I have updated the org-jira.el as suggested by Bastien and Richard Riley: Amazing. Just 120 seconds ago I got out of a meeting where we talked about using Jira more widely in our company, and I worried that I'd duplicate too much between my org-mode

Re: [O] [patch][test] Avoid writes to non-temp test-example files

2012-01-06 Thread Achim Gratz
Achim Gratz strom...@nexgo.de writes: It may still have to do with the environment — I start NTemacs from Cygwin to be able to use Cygwin's make and this combination is somewhat fragile. ... and that seems indeed to be the culprit, running NTemacs from the Cygwin shell somehow causes Emacs to

Re: [O] Gnuplot/babel issue with export to eps

2012-01-06 Thread John Hendy
On Thu, Jan 5, 2012 at 9:01 PM, John Hendy jw.he...@gmail.com wrote: On Thu, Jan 5, 2012 at 6:03 PM, Chris Malone chris.m.mal...@gmail.comwrote: Hi John, I'm not sure what Org mode is doing behind the scenes, but I suspect something is getting muddled because you specify both the src block

Re: [O] Gnuplot/babel issue with export to eps

2012-01-06 Thread John Hendy
On Fri, Jan 6, 2012 at 10:59 AM, John Hendy jw.he...@gmail.com wrote: On Thu, Jan 5, 2012 at 9:01 PM, John Hendy jw.he...@gmail.com wrote: On Thu, Jan 5, 2012 at 6:03 PM, Chris Malone chris.m.mal...@gmail.comwrote: Hi John, I'm not sure what Org mode is doing behind the scenes, but I

Re: [O] About the use of PROPERTY meta lines...

2012-01-06 Thread cberry
Torsten Wagner torsten.wag...@gmail.com writes: Hmm... but this point is really interesting at least worse to write down in the manual. From my understanding a #+PROPERTY: var bar=2 sets bar globally to 2 somewhere and many lines and headers later #+PROPERTY: var bar=5 would change this

Re: [O] [patch][test] Avoid writes to non-temp test-example files

2012-01-06 Thread Martyn Jago
Achim Gratz strom...@nexgo.de writes: Achim Gratz strom...@nexgo.de writes: It may still have to do with the environment — I start NTemacs from Cygwin to be able to use Cygwin's make and this combination is somewhat fragile. ... and that seems indeed to be the culprit, running NTemacs from

Re: [O] org-jira.el updated

2012-01-06 Thread Richard Riley
Ken Williams kena...@gmail.com writes: Bao Haojun baohaojun at gmail.com writes: I have updated the org-jira.el as suggested by Bastien and Richard Riley: Amazing. Just 120 seconds ago I got out of a meeting where we talked about using Jira more widely in our company, and I worried that

[O] [patch][babel] `org-babel-result-end' bug fix and regression tests

2012-01-06 Thread Martyn Jago
`org-babel-result-end' bug fix and `org-babel-remove-result' regression tests. * lisp/ob.el: The code block below will currently act as though :results prepend is set. This is due to `org-babel-result-end' being unable to find the correct end of a raw result. This patch fixes that.

Re: [O] [patch][babel] `org-babel-result-end' bug fix and regression tests

2012-01-06 Thread Eric Schulte
Hi Martyn, Unfortunately there is no way to remove raw results because there is no way to know where the results end. While your patch will certainly work most of the time, it will not work in cases where the results includes an empty line, and ultimately I think any attempt to remove raw

Re: [O] [patch][babel] Fix latest block export tests to suit Emacs 22

2012-01-06 Thread Martyn Jago
Bastien b...@altern.org writes: Martyn Jago martyn.j...@btinternet.com writes: What appears to be a subtle difference in html export detail between Emacs 22 and Emacs 23+ breaks these latest tests on Emacs 22. The attached patch fixes them (and the subtle difference is not relevant to

Re: [O] About the use of PROPERTY meta lines...

2012-01-06 Thread Eric Schulte
Torsten Wagner torsten.wag...@gmail.com writes: Hmm... but this point is really interesting at least worse to write down in the manual. From my understanding a #+PROPERTY: var bar=2 sets bar globally to 2 somewhere and many lines and headers later #+PROPERTY: var bar=5 would change

Re: [O] About the use of PROPERTY meta lines...

2012-01-06 Thread Eric Schulte
cbe...@tajo.ucsd.edu writes: Torsten Wagner torsten.wag...@gmail.com writes: Hmm... but this point is really interesting at least worse to write down in the manual. From my understanding a #+PROPERTY: var bar=2 sets bar globally to 2 somewhere and many lines and headers later

Re: [O] [patch][babel] `org-babel-result-end' bug fix and regression tests

2012-01-06 Thread Martyn Jago
Eric Schulte eric.schu...@gmx.com writes: Hi Eric Hi Martyn, Unfortunately there is no way to remove raw results because there is no way to know where the results end. While your patch will certainly work most of the time, it will not work in cases where the results includes an empty line,

Re: [O] How to force redisplay?

2012-01-06 Thread Nicolas Goaziou
Hello, pin...@iro.umontreal.ca (François Pinard) writes: There is a little problem I often observed, about bad vertical alignment of text in Org mode buffers. How do you indent your text in the first place? Do you use C-j at the end of line? Do you use `org-indent-mode'? Also, what Org

Re: [O] [patch][babel] `org-babel-result-end' bug fix and regression tests

2012-01-06 Thread Eric Schulte
Martyn Jago martyn.j...@btinternet.com writes: Eric Schulte eric.schu...@gmx.com writes: Hi Eric Hi Martyn, Unfortunately there is no way to remove raw results because there is no way to know where the results end. While your patch will certainly work most of the time, it will not work

Re: [O] [patch][babel] `org-babel-result-end' bug fix and regression tests

2012-01-06 Thread Martyn Jago
Hi Eric Eric Schulte eric.schu...@gmx.com writes: [...] All the tests supplied with the exception of `test-ob/org-babel-remove-result--results-raw' will still pass without the change. Alright, would you be willing to resubmit the patch including only those tests which should still

Re: [O] How to force redisplay?

2012-01-06 Thread François Pinard
Nicolas Goaziou n.goaz...@gmail.com writes: There is a little problem I often observed, about bad vertical alignment of text in Org mode buffers. How do you indent your text in the first place? I do not, at least so far that I know. Usually, I use a variable number of stars before a

Re: [O] [patch][babel] `org-babel-result-end' bug fix and regression tests

2012-01-06 Thread Eric Schulte
Applied, Thanks, Martyn Jago martyn.j...@btinternet.com writes: Hi Eric Eric Schulte eric.schu...@gmx.com writes: [...] All the tests supplied with the exception of `test-ob/org-babel-remove-result--results-raw' will still pass without the change. Alright, would you be willing to

Re: [O] Org-drill doesn't work...

2012-01-06 Thread Milan Zamazal
JK == Joost Kremers joostkrem...@fastmail.fm writes: JK but org-drill isn't picking up the new entries. i've added a JK bunch of new entries to the file and they've all been given an JK :ID: property, but they are not being drilled. i'm sure i'm JK doing something wrong here, but

Re: [O] How to force redisplay?

2012-01-06 Thread François Pinard
pin...@iro.umontreal.ca (François Pinard) writes: I do not remember TAB has any indenting effect, but has you say, it might not be relevant when using `org-indent-mode'. I take that back! :-) TAB removes prefixing spaces if I happen to have any! Nice. The problem I observed is that the

Re: [O] Org-drill doesn't work...

2012-01-06 Thread Joost Kremers
On Fri, Jan 06, 2012 at 09:27:53PM +0100, Milan Zamazal wrote: It may happen if there is some problem with the contents of the entries (unrecognized items are silently skipped). I was hit by a similar problem but once I realized what's wrong, org-drill started to work perfectly for me.

Re: [O] How to force redisplay?

2012-01-06 Thread François Pinard
pin...@iro.umontreal.ca (François Pinard) writes: There is a little problem I often observed, about bad vertical alignment of text in Org mode buffers. [...] So, my real question : is there a quick way to correct the indentation? I just got the problem again. OK, it seems a solution may

[O] [solved] Re: Org-class: recurring appointments not being displayed

2012-01-06 Thread knubee
* Class 7:00pm-9:00pm %% (org-class 2011 1 10 2011 4 10 2 8) Just figured out the problem. I was using 2011 and looking for the results in agenda for 2012 (now). Classic start of a new year mistake. Doh!