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

2014-06-03 Thread Bastien
Hi Achim, Achim Gratz strom...@nexgo.de writes: Bastien writes: Achim Gratz strom...@nexgo.de 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

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

2014-06-03 Thread Thorsten Jolitz
Eric Abrahamsen e...@ericabrahamsen.net writes: Thorsten Jolitz tjol...@gmail.com writes: Chris Poole li...@chrispoole.com 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

Re: [O] Tests do not work

2014-06-03 Thread Cecil Westerhof
2014-06-02 20:17 GMT+02:00 Achim Gratz strom...@nexgo.de: 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] Tests do not work

2014-06-03 Thread Bastien
Cecil Westerhof cldwester...@gmail.com 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

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. I'm

Re: [O] Tests do not work

2014-06-03 Thread Cecil Westerhof
2014-06-03 12:11 GMT+02:00 Bastien b...@gnu.org: Cecil Westerhof cldwester...@gmail.com 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

[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] org-agenda-mode: Symbol's value as variable is void: org-agenda-archives-mode

2014-06-03 Thread Bastien
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com 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

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

2014-06-03 Thread Bastien
Hi Nicolas, Nicolas Richard theonewiththeevill...@yahoo.fr 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.

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

2014-06-03 Thread Nicolas Goaziou
Hello, Nicolas Richard theonewiththeevill...@yahoo.fr 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

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

2014-06-03 Thread Thorsten Jolitz
Bastien b...@gnu.org writes: Hi Bastien, Thorsten Jolitz tjol...@gmail.com 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

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] src blocks not fontified

2014-06-03 Thread Nick Dokos
Shiyuan gshy2...@gmail.com 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.  

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 e.fr...@ucl.ac.uk 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 |

Re: [O] DTD prohibited

2014-06-03 Thread AW
Am Dienstag, 3. Juni 2014, 00:34:58 schrieb James Harkins: Bastien bzg at gnu.org writes: Hi Alexander, AW alexander.willand at 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] #+INCLUDE: myfile.html html does not include /literally/; Org processes

2014-06-03 Thread Nicolas Goaziou
Hello, Achim Gratz strom...@nexgo.de 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

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

2014-06-03 Thread Eric Abrahamsen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net 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