Re: [O] still seeing semi-regular lockups

2014-06-03 Thread Eric Abrahamsen
Daimrod writes: > Bastien writes: > >> Hi Eric, >> >> Eric Abrahamsen writes: >> >>> After Nicolas made the last round of improvements to the caching >>> mechanism I got far fewer hangs with Org, but they are still happening. >>> Maybe once a day or so, on average, editing something in an Org b

Re: [O] How to find the headline matching a string

2014-06-03 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> I guess it shouldn't be too surprising -- the org element stuff is >> completely parsing the entire buffer on every pass. The other function >> probably boils down to passing a few targeted regexps over the buffer. >> I've sneakil

Re: [O] #+INCLUDE: myfile.html html does not include /literally/; Org processes

2014-06-03 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > I'm not wedded to the name, maybe "export" has a nicer ring to it (but > that#s also been used differently in Babel, just like almost anything > else you#d be able to come up with). True. > What I'm talking about is the list of blocks that never can be export > blo

Re: [O] How to find the headline matching a string

2014-06-03 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > I guess it shouldn't be too surprising -- the org element stuff is > completely parsing the entire buffer on every pass. The other function > probably boils down to passing a few targeted regexps over the buffer. > I've sneakily cc'd Nicolas to see what he thinks

Re: [O] how to use :options-alist in org-export-define-derived-backend ?

2014-06-03 Thread Nicolas Goaziou
Hello, Bastien writes: > Perhaps some hint lies down here (like "toc" indicating the exporter > should rely on the buffer-local value of `org-export-with-toc'?) but > I'm not really sure, I hope Nicolas can clarify. I spoke too soon. I had `org-export-with-toc' set to nil. Anyway, this bug is

Re: [O] DTD prohibited

2014-06-03 Thread AW
Am Dienstag, 3. Juni 2014, 00:34:58 schrieb James Harkins: > Bastien gnu.org> writes: > > Hi Alexander, > > > > AW t-online.de> writes: > > > Now, Word no longer can open the html-documents produced by orgmode. The > > error > > > > message is (translated from German): "DTD prohibited". > > >

Re: [O] problem with org-caldav and ox-icalendar: UID property wrapping

2014-06-03 Thread David Engster
David Engster writes: > Nicolas Goaziou writes: >> Eric S Fraga writes: >>> I have tracked this down to org-icalendar outputing wrapped lines even >>> for UID entries: >>> >>> , >>> | BEGIN:VEVENT >>> | DTSTAMP:20140507T114443Z >>> | UID:0400[...]00 >>> | 00[...]6 >>> | DTSTART;TZID=Europe/Lo

Re: [O] src blocks not fontified

2014-06-03 Thread Nick Dokos
Shiyuan writes: > I can only find htmlfontify in ELPA, but not htmlize. Which ELPA > repository will have htmlize?  Or I need to install the .el file > manually. I can find the htmlize.el in the following link, but not > sure it's up to date.   > http://www.emacswiki.org/emacs-ja/htmlize.el.  >

Re: [O] src blocks not fontified

2014-06-03 Thread Shiyuan
I can only find htmlfontify in ELPA, but not htmlize. Which ELPA repository will have htmlize? Or I need to install the .el file manually. I can find the htmlize.el in the following link, but not sure it's up to date. http://www.emacswiki.org/emacs-ja/htmlize.el. Thank you. On Sun, Jun 1, 2014

Re: [O] org-agenda-mode: Symbol's value as variable is void: org-agenda-archives-mode

2014-06-03 Thread Thorsten Jolitz
Bastien writes: Hi Bastien, > Thorsten Jolitz writes: > >> Is this a bug/regression or a personnal setup thing? > > Probably something in your setup. yes, apparently, > Can you try > > emacs -l ~/minimal.el > > with minimal.el containing something like > > (add-to-list 'load-path "~/insta

Re: [O] how to use :options-alist in org-export-define-derived-backend ?

2014-06-03 Thread Nicolas Goaziou
Hello, Nicolas Richard writes: > I'm trying to play with the exporter but I'd like my back-end to have no > toc by default. I tried > > (org-export-define-derived-backend 'mytest 'html > :translate-alist > ;; don't use the template, concentrate on the toc. > (list (cons 'template (lambda (

Re: [O] how to use :options-alist in org-export-define-derived-backend ?

2014-06-03 Thread Bastien
Hi Nicolas, Nicolas Richard writes: > I'm trying to play with the exporter but I'd like my back-end to have no > toc by default. I tried > > (org-export-define-derived-backend 'mytest 'html > :translate-alist > ;; don't use the template, concentrate on the toc. > (list (cons 'template (lam

Re: [O] org-agenda-mode: Symbol's value as variable is void: org-agenda-archives-mode

2014-06-03 Thread Bastien
Hi Thorsten, Thorsten Jolitz writes: > Is this a bug/regression or a personnal setup thing? Probably something in your setup. Can you try emacs -l ~/minimal.el with minimal.el containing something like (add-to-list 'load-path "~/install/git/org-mode/lisp/") (require 'org) then call M

[O] org-agenda-mode: Symbol's value as variable is void: org-agenda-archives-mode

2014-06-03 Thread Thorsten Jolitz
Hi List, after updating yesterday to #+begin_src emacs-lisp (call-interactively 'org-version) #+end_src #+results: : Org-mode version 8.2.6 (release_8.2.6-1123-g024a05 @ /usr/share/emacs/24.3/lisp/org/lisp/) I got this error when opening the agenda today: ,

Re: [O] Tests do not work

2014-06-03 Thread Cecil Westerhof
2014-06-03 12:11 GMT+02:00 Bastien : > Cecil Westerhof writes: > > > ​I​ > > > > ​just downloaded again from: > > http://orgmode.org/ > > > > But get the same error as before. > > As the website says, the tarballs that you download from > http://orgmode.org are built from the latest stable ve

Re: [O] org-contacts development

2014-06-03 Thread Michael Strey
Hi Daimrod, On 2014-05-29, Daimrod wrote: > Hmm, I kinda like this. It seems a bit verbose but it's better than > having multiple values per properties (IMHO). > > Though, if we adopt this scheme, we would need to add some helper > bindings/functions so that we don't have to fill this by hands.

Re: [O] Tests do not work

2014-06-03 Thread Bastien
Cecil Westerhof writes: > ​I​ >   > ​just downloaded again from: >     http://orgmode.org/ > > But get the same error as before. As the website says, the tarballs that you download from http://orgmode.org are built from the latest stable version, which is currently 8.2.6. Achim fixed this for t

Re: [O] Tests do not work

2014-06-03 Thread Cecil Westerhof
2014-06-02 20:17 GMT+02:00 Achim Gratz : > Bastien writes: > > I'd rather add the tests to the Org archives. > > Done. > ​I​ ​just downloaded again from: http://orgmode.org/ But get the same error as before. -- Cecil Westerhof

Re: [O] How to find the headline matching a string

2014-06-03 Thread Eric Abrahamsen
Thorsten Jolitz writes: > Eric Abrahamsen writes: > >> Thorsten Jolitz writes: >> >>> Chris Poole writes: >>> Eric Abrahamsen: > the `org-map-entries' function can be given a scope of 'agenda That worked perfectly, thanks. Here's what I ended up with: (org-map-entr

Re: [O] How to find the headline matching a string

2014-06-03 Thread Thorsten Jolitz
Eric Abrahamsen writes: > Thorsten Jolitz writes: > >> Chris Poole writes: >> >>> Eric Abrahamsen: the `org-map-entries' function can be given a scope of 'agenda >>> >>> That worked perfectly, thanks. Here's what I ended up with: >>> >>> (org-map-entries (lambda () >>> (when (equal title (

Re: [O] Patch for testing `org-open-at-point'

2014-06-03 Thread Bastien
Hi Achim, Achim Gratz writes: > Bastien writes: >> Achim Gratz writes: >>> Shouldn't the test check that the desired target is actually >>> reached? >> >> That would be too complicated. Checking that `org-open-at-point' >> does not throw an error is enough IMO. > > I don't think so. Implement