[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 00:

Re: [O] capture problem

2012-01-06 Thread Sebastien Vauban
Hi Thomas, Thomas S. Dye wrote: > "Sebastien Vauban" > 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 me. Th

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

2012-01-06 Thread Bastien
Martyn Jago 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 commit has also been r

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 writes: > >> Bernt Hansen writes: >> >>> Lasse Bombien writes: >>> Hi, first of all: thanks for org-mode. I'm still new to it but love it already. Now, I need to find a way to produc

Re: [O] Agenda buffer and relative links

2012-01-06 Thread François Pinard
Nick Dokos writes: > François Pinard 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 affect many Org mode users, and for

Re: [O] Agenda buffer and relative links

2012-01-06 Thread Sebastien Vauban
Hi François, François Pinard wrote: > Nick Dokos writes: > >> François Pinard 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 >

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

2012-01-06 Thread Sebastien Vauban
Hi Nick, Nick Dokos wrote: > Sebastien Vauban 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? Could

Re: [O] About headlines, checkboxes and heritage

2012-01-06 Thread Nicolas Goaziou
Hello, Ab Cd 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 2 >  

Re: [O] org-jira.el

2012-01-06 Thread Bao Haojun
Hi Jonathan, Jonathan Arkell 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 abandoned it (as mentioned e

Re: [O] org-jira.el

2012-01-06 Thread Bao Haojun
Hi, OSiUX OSiUX 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 versi

[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 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 journals and

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

2012-01-06 Thread Achim Gratz
Achim Gratz 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 assume C:\ for

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 wrote: > On Thu, Jan 5, 2012 at 6:03 PM, Chris Malone wrote: > >> 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 file >> header /and/ the output t

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 wrote: > On Thu, Jan 5, 2012 at 9:01 PM, John Hendy wrote: > >> On Thu, Jan 5, 2012 at 6:03 PM, Chris Malone wrote: >> >>> Hi John, >>> >>> I'm not sure what Org mode is doing behind the scenes, but I suspect >>> something is getting muddled because yo

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

2012-01-06 Thread cberry
Torsten Wagner 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 value to 5 for e

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

2012-01-06 Thread Martyn Jago
Achim Gratz writes: > Achim Gratz 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

Re: [O] org-jira.el updated

2012-01-06 Thread Richard Riley
Ken Williams writes: > Bao Haojun 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 > mu

[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. #+begin_src

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 results

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

2012-01-06 Thread Martyn Jago
Bastien writes: > Martyn Jago 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!

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

2012-01-06 Thread Eric Schulte
Torsten Wagner 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 value to 5 for

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

2012-01-06 Thread Eric Schulte
cbe...@tajo.ucsd.edu writes: > Torsten Wagner 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 b

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

2012-01-06 Thread Martyn Jago
Eric Schulte 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, and ultimately

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 vers

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

2012-01-06 Thread Eric Schulte
Martyn Jago writes: > Eric Schulte 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

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

2012-01-06 Thread Martyn Jago
Hi Eric Eric Schulte 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 apply? This

Re: [O] How to force redisplay?

2012-01-06 Thread François Pinard
Nicolas Goaziou 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 headline, and write te

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

2012-01-06 Thread Eric Schulte
Applied, Thanks, Martyn Jago writes: > Hi Eric > > Eric Schulte 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 inc

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

2012-01-06 Thread Milan Zamazal
> "JK" == Joost Kremers 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 i can't figur

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 ind

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!