Re: [O] Classification of Org mode elements

2013-06-18 Thread Thomas S. Dye
Aloha Thorsten, Thorsten Jolitz tjol...@gmail.com writes: t...@tsdye.com (Thomas S. Dye) writes: Hi Thomas, The attached Org mode document contains some notes on the classification of Org mode elements that might be a useful addition to Nicolas Goaziou's draft Org syntax document

[O] Bug: HTML export adds trailing junk characters for each line in source code block [8.0.3 (release_8.0.3-243-g0e3543 @ /Users/yuezhu/.emacs.d/el-get/org-mode/lisp/)]

2013-06-18 Thread Yue Zhu
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

[O] [PATCH] minor patch to org-babel-load-file

2013-06-18 Thread Levin Du
Hi, all I find org-babel-load-file not work for my emacs-starter-kit org file. After some traces, I find that (org-babel-merge-params nil nil nil) returns: ((:comments . ) (:shebang . ) (:cache . ) (:padline . ) (:noweb . ) (:tangle . ) (:exports . ) (:results . )) which will override

Re: [O] [PATCH] minor patch to org-babel-load-file

2013-06-18 Thread Michael Brand
Hi Levin On Tue, Jun 18, 2013 at 9:44 AM, Levin Du zsle...@gmail.com wrote: Below is the patch that solves this problem. Recently I also noticed a regression of org-babel-load-file that is resolved with your patch. Thank you for saving me of one of my TODOs. Michael

Re: [O] Classification of Org mode elements

2013-06-18 Thread Suvayu Ali
On Mon, Jun 17, 2013 at 09:08:38PM -1000, Thomas S. Dye wrote: Also, I'd like to see the Org Syntax document become an appendix to the manual. I know some think that it is too developer-ish to be a part of the manual, but it has helped me see Org Mode documents more clearly and I think it

Re: [O] org-caldav will continue to work with Google Calendar

2013-06-18 Thread Eric S Fraga
David Engster d...@randomsample.de writes: [...] PS: I know that there are problems with org-caldav and the new exporter. I'll switch to Org 8 soon and will then merge the pending pull requests. David, What is the status on this? I'm asking because my phone suffered a mishap yesterday and

[O] org-element: property now always uppercase?

2013-06-18 Thread Peter Münster
Hi, After updating org-mode from git, I noticed, that org-element-parse-buffer uppercases the properties now. Is this a feature or a bug? Example: * TODO test DEADLINE: 2013-06-18 Tue 12:00 :PROPERTIES: :notify: test :END: Result of (org-element-parse-buffer 'headline): (headline

[O] PDF documentation for new exporter

2013-06-18 Thread Thorsten Jolitz
Hi List, I extracted the documentation parts of the core exporter libraries and converted them to pdf, so they might serve as an detailled reference for the new exporter, much more detailled than any tutorial could be (the pdf's are still impressive in size, some 50 and 80 pages).

Re: [O] PDF documentation for new exporter

2013-06-18 Thread Rasmus
Thorsten Jolitz tjol...@gmail.com writes: Hi List, I extracted the documentation parts of the core exporter libraries and converted them to pdf, so they might serve as an detailled reference for the new exporter, much more detailled than any tutorial could be (the pdf's are still

Re: [O] org-caldav will continue to work with Google Calendar

2013-06-18 Thread Eric S Fraga
David, just to follow up on my own email. With the attached draft, org-caldav-sync works for me now. Thanks, eric -- : Eric S Fraga (0xFFFCF67D), Emacs 24.3.50.1, Org release_8.0.3-193-g334581 diff --git a/org-caldav.el b/org-caldav.el index 0383366..cd5b273 100644 --- a/org-caldav.el +++

Re: [O] PDF documentation for new exporter

2013-06-18 Thread Thorsten Jolitz
Rasmus ras...@gmx.us writes: Please add it to Worg, I'd say, preferably as html, if possible. I cloned the word repo again (because my existing clone had turned into a mess somehow) and added the exporter doc-files (as .org files), and pushed, but got an error:

[O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Feng Shu
#+begin_org * headA ** headB #+end_org When export to latex, how to ignore headA and don't ignore headB? Thanks --

[O] [Help] How to insert a latex command in table environment when export

2013-06-18 Thread Feng Shu
---input--- #+CAPTION: test | a | b | | c | d | output- \begin{table}[htb] \caption{test} % How can I insert a command in this place? for example: % \bitablecaption{你好}{Hello} \centering \begin{tabular}{ll} a b\\ c d\\ \end{tabular} \end{table}

Re: [O] PDF documentation for new exporter

2013-06-18 Thread Bastien
Hi Thorsten, Thorsten Jolitz tjol...@gmail.com writes: Seems I lost my access rights in the process - what do i have to do to regain them? You lost your public key? Either recover it or create a new one that you send to me. Thanks, -- Bastien

Re: [O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Bastien
Hi Feng, Feng Shu tuma...@gmail.com writes: #+begin_org * headA ** headB #+end_org When export to latex, how to ignore headA and don't ignore headB? You can't, sorry. -- Bastien

Re: [O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Marcin Borkowski
Dnia 2013-06-18, o godz. 15:38:27 Bastien b...@gnu.org napisał(a): Hi Feng, Feng Shu tuma...@gmail.com writes: #+begin_org * headA ** headB #+end_org When export to latex, how to ignore headA and don't ignore headB? You can't, sorry. You can (probably), but on the

Re: [O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Feng Shu
Bastien b...@gnu.org writes: Hi Feng, Feng Shu tuma...@gmail.com writes: #+begin_org * headA ** headB #+end_org When export to latex, how to ignore headA and don't ignore headB? You can't, sorry. Thanks for the information --

Re: [O] Bug: HTML export adds trailing junk characters for each line in source code block [8.0.3 (release_8.0.3-243-g0e3543 @ /Users/yuezhu/.emacs.d/el-get/org-mode/lisp/)]

2013-06-18 Thread Nick Dokos
Yue Zhu yuez...@gmail.com writes: I am sending a bug report because in my machine the HTML export cannot work correctly for code block (tested under C and Java). The problem is that it adds several trailing junk characters for each line like `#57344;#57345;#57345;', which are displayed as

[O] One more question on bibliographies in Org

2013-06-18 Thread Vincent Beffara
Hi, Following the recent trend on the list, although this is not a question about BibTeX as such, nor about the syntax to use for references within the text, but rather about how to integrate references in an Org file to be easily exportable. For now, a central database is not part of the

[O] Unexpected behaviour with gnuplot source blocks

2013-06-18 Thread Christopher Witte
Hi all, I had some wierd behaviour with gnuplot source blocks and I'm not sure of the best way to fix it. I have gnuplot source blocks that write output files that I insert into the document using links, as such: #+begin_src gnuplot :file transInc.eps reset set encoding utf8 set

Re: [O] [help] How to ignore a head but don't ignore it's subhead when export

2013-06-18 Thread Charles Berry
Feng Shu tumashu at gmail.com writes: #+begin_org * headA ** headB #+end_org When export to latex, how to ignore headA and don't ignore headB? With a tag. See this: http://article.gmane.org/gmane.emacs.orgmode/67692 HTH, Chuck

Re: [O] PDF documentation for new exporter

2013-06-18 Thread Suvayu Ali
On Tue, Jun 18, 2013 at 01:32:10PM +0200, Thorsten Jolitz wrote: Rasmus ras...@gmx.us writes: Please add it to Worg, I'd say, preferably as html, if possible. I cloned the word repo again (because my existing clone had turned into a mess somehow) and added the exporter doc-files (as .org

[O] how to refile without refiling in order to cache a restricted refile?

2013-06-18 Thread Samuel Wales
I use the refile cache, but there is one operation that is not performed by the caching. The first call to refile after rebuilding the cache takes seconds to run. Subsequent calls are much faster. How can I do a refile without refiling in the following defun? (defun

Re: [O] org-element: property now always uppercase?

2013-06-18 Thread Nicolas Goaziou
Hello, Peter Münster pmli...@free.fr writes: After updating org-mode from git, I noticed, that org-element-parse-buffer uppercases the properties now. Is this a feature or a bug? Example: * TODO test DEADLINE: 2013-06-18 Tue 12:00 :PROPERTIES: :notify: test :END: Result of

Re: [O] PDF documentation for new exporter

2013-06-18 Thread Achim Gratz
Achim Gratz writes: Thorsten Jolitz writes: ,- | $ git --no-pager push -v origin master:refs/heads/master | send to git://orgmode.org/worg.git | fatal: Could not read from remote repository. Try this in your ~/.gitconfig: [url

Re: [O] PDF documentation for new exporter

2013-06-18 Thread Achim Gratz
Thorsten Jolitz writes: ,- | $ git --no-pager push -v origin master:refs/heads/master | send to git://orgmode.org/worg.git | fatal: Could not read from remote repository. Try this in your ~/.gitconfig: --8---cut

Re: [O] PDF documentation for new exporter

2013-06-18 Thread Thorsten Jolitz
Achim Gratz strom...@nexgo.de writes: Achim Gratz writes: Thorsten Jolitz writes: ,- | $ git --no-pager push -v origin master:refs/heads/master | send to git://orgmode.org/worg.git | fatal: Could not read from remote repository. Try

Re: [O] Classification of Org mode elements

2013-06-18 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: My idea is to add the table to Nicolas' draft Org Syntax document, and use the classes as the basis for editing and restructuring the document a bit. Please go ahead, as long as the document stays faithful to the implementation. [...] Also,

Re: [O] Classification of Org mode elements

2013-06-18 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou n.goaz...@gmail.com writes: Hello, t...@tsdye.com (Thomas S. Dye) writes: My idea is to add the table to Nicolas' draft Org Syntax document, and use the classes as the basis for editing and restructuring the document a bit. Please go ahead, as long as the

Re: [O] [PATCH] Override the default class name with a new one.

2013-06-18 Thread Nicolas Goaziou
Hello, Feng Shu tuma...@gmail.com writes: Not all the org-mode users are expert of lisp and not all of the org-mode users are well in English, so finding the variable `org-latex-classes can customize latex class and adding a lisp block to it may be not a easy things for many users. I

Re: [O] Bug in export orgtbl / LaTeX

2013-06-18 Thread Nicolas Goaziou
Hello, AW alexander.will...@t-online.de writes: isn't that quite a contradiction: according to org-syntax tables can not contain lists, but orgtbl-to-latex treats 1. inside a table as if it were a beginning of a list? Of course it is a contradiction. As, I wrote it, orgtbl-to-latex

Re: [O] :session question -- and changes to #+Property: syntax

2013-06-18 Thread Achim Gratz
Hi Eric, while starting to write up a test document I've found some behaviour when executing LOB calls that warrant discussion, I think: 1. The properties are evaluated at the site of the definition rather than the site of the call. This is simply how org-babel-process-params works, it jumps to

Re: [O] [BUG][PATCH] latex export of links in description lists

2013-06-18 Thread Nicolas Goaziou
Hello, Rick Frankel r...@rickster.com writes: There is a bug in the processing of description list. Given the list: , | - not a link :: not a link | - [[http://link.com][http link]] :: baz | - [[#href-test][custom_id link]] :: bar | - [[def list][search link]] :: foo ` The

[O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-18 Thread Peter Münster
* contrib/lisp/org-notify.el (org-notify-make-todo) (org-notify-process, org-notify-on-action-button) (org-notify-action-email, org-notify-action-window): Replace `flet' and `macrolet' by `cl-flet' and `cl-macrolet'. --- contrib/lisp/org-notify.el | 10 +- 1 file changed, 5 insertions(+),

[O] [PATCH 2/2] org-notify: Fix compatibility with latest org-element (uppercase properties)

2013-06-18 Thread Peter Münster
* contrib/lisp/org-notify.el (org-notify-make-todo): Properties from org-element are all uppercase now. --- contrib/lisp/org-notify.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/lisp/org-notify.el b/contrib/lisp/org-notify.el index 3019852..dd4100d 100644 ---

Re: [O] [PATCH 1/2] org-notify: Don't use obsolete flet and macrolet

2013-06-18 Thread Peter Münster
On Tue, Jun 18 2013, David Engster wrote: Peter Münster writes: * contrib/lisp/org-notify.el (org-notify-make-todo) (org-notify-process, org-notify-on-action-button) (org-notify-action-email, org-notify-action-window): Replace `flet' and `macrolet' by `cl-flet' and `cl-macrolet'. cl-lib