Re: [O] how to quote #+end_src string in a Babel block?

2013-07-24 Thread Thorsten Jolitz
asenal asenalh...@gmail.com writes: Hi Guys I'm trying to do literature programming with org mode. My problem is How can I safely quote #+XXX inside a Babel-block? I found org-mode mismatch the outter #+begin_src with the first #+end_src inside the block hence gives me a wrong parse. Here's

Re: [O] how to quote #+end_src string in a Babel block?

2013-07-24 Thread Nicolas Goaziou
Hello, asenal asenalh...@gmail.com writes: My problem is How can I safely quote #+XXX inside a Babel-block? I found org-mode mismatch the outter #+begin_src with the first #+end_src inside the block hence gives me a wrong parse. Here's an example: #+headers: :var varlist=top_iv

Re: [O] front-matter support in version 8.0?

2013-07-24 Thread Nicolas Goaziou
Hello, Vikas Rawal vikasli...@agrarianresearch.org writes: How is one expected to add front-matter for latex export in ver 8.0? You disable default table of contents and use TOC keyword (see manual) to put it wherever you want. E.g., #+OPTIONS: toc:nil #+BEGIN_ABSTRACT

Re: [O] Encoding Problem in export?

2013-07-24 Thread Nicolas Goaziou
Hello, Robert Eckl eck...@gmx.de writes: The issue seems to be introduced with Org-mode version 8.0.6 (release_8.0.6-4-g21dd83 org-element: Do not url-decode parsed links The description sounds like the issue, no? IIUC, this is different from your issue. You write a URL that is not

Re: [O] Adding support for limits and exclusions to iCal recurring events

2013-07-24 Thread Nicolas Goaziou
Hello, Toke Høiland-Jørgensen t...@toke.dk writes: Handling it in the agenda can be done by an exclusion function. I currently have this in my org-agenda-skip-function-global (along with another function to skip items after their END_DATE): (defun thj/skip-excluded () Skip agenda items

Re: [O] Encoding Problem in export?

2013-07-24 Thread Robert Eckl
Am 24.07.2013 09:34, schrieb Nicolas Goaziou: Hello, Robert Eckl eck...@gmx.de writes: The issue seems to be introduced with Org-mode version 8.0.6 (release_8.0.6-4-g21dd83 org-element: Do not url-decode parsed links The description sounds like the issue, no? IIUC, this is different

Re: [O] [babel] Table as varaiables a differently proccesed by #+call lines vs. source code blocks

2013-07-24 Thread Torsten Wagner
Hi Rick, Hi Sebastien, thanks for your inputs. Well I guess Sebastien is half-right. The different settings make at least it even more tricky to see what is going on. Here is a table with the settings as I found them on my system (which I did not change) #+BEGIN_ORG |

Re: [O] links to files in a zip archive and inline images in zip archive

2013-07-24 Thread Nick Dokos
John Kitchin jkitc...@andrew.cmu.edu writes: I am trying to make an org-mode zip archive. The idea is basically to zip up the org-file, and the images it might refer to. What I would really like is to be able to open the zip-file in emacs, and have the images shown inline like they are when

Re: [O] Encoding Problem in export?

2013-07-24 Thread Nicolas Goaziou
Robert Eckl eck...@gmx.de writes: Ok, using visible-mode i see the link with %3D, i can replace it, then all works fine. If iinsert a new link from clipboard, i get %3D. Then, as I said, `org-link-escape' (called from `org-insert-link', aka C-c C-l) is buggy. I think we should replace every

Re: [O] Encoding Problem in export?

2013-07-24 Thread Nick Dokos
Nicolas Goaziou n.goaz...@gmail.com writes: My guess is that your URL is encoded in the original buffer already. Try to use M-x visible-mode to see what is the real URL. If you see http://example.de/?idprop%3D222;, it probably means that `org-link-escape' is a bit too zealous (BTW why don't

Re: [O] Encoding Problem in export?

2013-07-24 Thread Robert Eckl
Am 24.07.2013 11:16, schrieb Nicolas Goaziou: Robert Eckl eck...@gmx.de writes: Ok, using visible-mode i see the link with %3D, i can replace it, then all works fine. If iinsert a new link from clipboard, i get %3D. Then, as I said, `org-link-escape' (called from `org-insert-link', aka C-c

Re: [O] style the tags with colors in theme

2013-07-24 Thread Xebar Saram
thx again for the answer but it dosent see to work here: https://paste.xinu.at/KlvP/ this is what i have in my config: (setq org-tag-faces '( (mru :inherit org-done :box nil :underline t :height 1.2) (Fav :foreground blue :box nil :underline t :height 1.2))) i

Re: [O] Encoding Problem in export?

2013-07-24 Thread Nicolas Goaziou
Hello, Nick Dokos ndo...@gmail.com writes: Maybe the thing to do is to delete '=' from org-link-escape-chars and see what problems arise. AFAICT, `url-encode-url' is subtler than that. It encodes characters whenever they are really forbidden, which is not the case of `org-link-escape'. Hence

[O] Latex export and missing PDF document properties

2013-07-24 Thread Dieter Wilhelm, H.
Dear (), the keywords #+keywords #+description appear in PDF properties when query them under acrobat reader either under windows or linux, but strangely not the following #+title #+author I'm using pdfTeX-1.40.3 and Org mode 8.0.6 Am I missing something? By the way, the linux version seems

[O] #+header keywords for #+call keyword?

2013-07-24 Thread Dieter Wilhelm, H.
Dear (), I've got a rather long argument list and it doesn't look good to supply all the arguments in one line, could somebody please implement #+header arguments for #+call like in the following example? #+header: :var NO=(org-entry-get nil Report_Dir) #+header: :var DIR=(org-attach-dir)

[O] [BUG] (wrong-type-argument wholenump nil)

2013-07-24 Thread Sebastien Vauban
Hello, With a *minimal config file* and Org-mode version 8.0.6 (release_8.0.6-357-gf00d75 @ d:/Users/sva/Public/Repositories/org-mode/lisp/) there is a Lisp error generated when trying to split a block of code into two pieces through `C-c C-v C-d' (org-babel-demarcate-block). ECM:

Re: [O] style the tags with colors in theme

2013-07-24 Thread Darlan Cavalcante Moreira
That is strange. It works for me and has being working for a long time. For reference, my org-mode version is 8.06 and Emacs version is 24.3.50.2. Maybe it is something related to you configuration. Try to start Emacs with a different and minimum configuration including setting org-tag-faces and

Re: [O] auto pack empty space between headers?

2013-07-24 Thread Xebar Saram
thx bastian, you suggested this: I sometimes use this crude method: M- C-M-% ^C-qC-jC-qC-j+ RET C-qC-j RET i cant seem to get it working, i always get a replace 0 occurrences message. to be clear i do the following: i press M- (mark set?) then C-M-% (query reolace) then enter :

Re: [O] Latex export and missing PDF document properties

2013-07-24 Thread Suvayu Ali
On Wed, Jul 24, 2013 at 01:47:21PM +0200, Dieter Wilhelm, H. wrote: the keywords #+keywords #+description appear in PDF properties when query them under acrobat reader either under windows or linux, but strangely not the following #+title #+author I'm using pdfTeX-1.40.3 and Org

[O] org-forward-element looses selection on code blocks

2013-07-24 Thread Sebastien Vauban
Hello, Up to quite recently, I could select (region) code blocks or multiple consecutive paragraphs by pressing C-down which ran `forward-paragraph'. Now that C-down is mapped to `org-forward-element': - I can't select any code block anymore via C-down (well line by line with down). - I

Re: [O] org-forward-element looses selection on code blocks

2013-07-24 Thread Nicolas Goaziou
Hello, Sebastien Vauban sva-news-D0wtAvR13HarG/idocf...@public.gmane.org writes: Up to quite recently, I could select (region) code blocks or multiple consecutive paragraphs by pressing C-down which ran `forward-paragraph'. Now that C-down is mapped to `org-forward-element': - I can't

Re: [O] Adding support for limits and exclusions to iCal recurring events

2013-07-24 Thread Michael Brand
Hi Nicolas On Wed, Jul 24, 2013 at 10:38 AM, Nicolas Goaziou n.goaz...@gmail.com wrote: I'm clearly no Agenda specialist. I thought a DEADLINE would end a repeated event already. No, DONE shifts it to the repeat date and like this it will never end. If it's not the case, does it make sense

Re: [O] Emacs-orgmode Digest, Vol 89, Issue 30

2013-07-24 Thread John Kitchin
-- Forwarded message -- From: Nick Dokos ndo...@gmail.com To: emacs-orgmode@gnu.org Cc: Date: Wed, 24 Jul 2013 04:50:36 -0400 Subject: Re: [O] links to files in a zip archive and inline images in zip archive John Kitchin jkitc...@andrew.cmu.edu writes: I am trying to

Re: [O] Adding support for limits and exclusions to iCal recurring events

2013-07-24 Thread Toke Høiland-Jørgensen
Michael Brand michael.ch.br...@gmail.com writes: When implementing this, consider also whether the END_DATE should be an agenda entry on its own and of which kind, warning period etc. I tried to make an example that shows this issue. Adding to this, as mentioned previously, I interpret the

Re: [O] Orgmode fails to export specific web-links as latex/pdf

2013-07-24 Thread Nicolas Goaziou
Hello, Bastien b...@gnu.org writes: Nicolas Goaziou n.goaz...@gmail.com writes: I will have a look at it, but this is not clear to me either. I still have to understand what should be escaped, and when. All right, no hurry! And thanks a lot in advance, I cannot reproduce the bug anymore.

Re: [O] Adding support for limits and exclusions to iCal recurring events

2013-07-24 Thread David Rogers
Nicolas Goaziou n.goaz...@gmail.com writes: I'm clearly no Agenda specialist. I thought a DEADLINE would end a repeated event already. If it's not the case, does it make sense to implement it too? I consider DEADLINE, in our context, to mean when my finished work will be needed, and therefore

Re: [O] Emacs-orgmode Digest, Vol 89, Issue 30

2013-07-24 Thread Nick Dokos
John Kitchin jkitc...@andrew.cmu.edu writes:   This works if the unzipped directory images exists. In my case that won't be true. What I am doing is creating a script that runs a python script, captures any images created by matplotlib, creates an org-file, then creates a zip-file that

Re: [O] #+header keywords for #+call keyword?

2013-07-24 Thread Torsten Wagner
Dear Dieter Wilhelm, I do not know a way to change the standard properties for a #+CALL construct. However, we recently discussed a problems with tables and source code calls. Sebastien pointed to the following variables. org-babel-default-header-args ((:session . none) (:results . replace)

Re: [O] #+header keywords for #+call keyword?

2013-07-24 Thread Eric Schulte
Dieter Wilhelm, H. die...@duenenhof-wilhelm.de writes: Dear (), I've got a rather long argument list and it doesn't look good to supply all the arguments in one line, could somebody please implement #+header arguments for #+call like in the following example? #+header: :var

Re: [O] [babel] feature request: debug messages

2013-07-24 Thread Eric Schulte
Andreas Leha andreas.l...@med.uni-goettingen.de writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Eric, Eric Schulte schulte.e...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: Hi Eric,

Re: [O] how to quote #+end_src string in a Babel block?

2013-07-24 Thread Eric Schulte
asenal asenalh...@gmail.com writes: Hi Guys I'm trying to do literature programming with org mode. My problem is How can I safely quote #+XXX inside a Babel-block? I found org-mode mismatch the outter #+begin_src with the first #+end_src inside the block hence gives me a wrong parse.

Re: [O] [babel] Table as varaiables a differently proccesed by #+call lines vs. source code blocks

2013-07-24 Thread Eric Schulte
Torsten Wagner torsten.wag...@gmail.com writes: Hi Rick, Hi Sebastien, thanks for your inputs. Well I guess Sebastien is half-right. The different settings make at least it even more tricky to see what is going on. Here is a table with the settings as I found them on my system (which I did

Re: [O] Import files to babel blocks

2013-07-24 Thread Michael Bach
Hi Myles, On 7/21/13 12:31 PM, Myles English wrote: From the documentation (C-h f insert-file-contents), it says that it returns list of absolute file name and number of characters but doesn't move the marker forwards, unlike insert does. So, I guess you would have to then move the marker

[O] Auto insert and change date in header?

2013-07-24 Thread Xebar Saram
Hi list does any one know of a way to auto insert/change the date in each sections header when the section is edited?IE have a date in the header showing last edited date. Is this technically possible? best Z

Re: [O] Encoding Problem in export?

2013-07-24 Thread David Maus
Hi Nicolas, Hi Nick, At Wed, 24 Jul 2013 13:09:05 +0200, Nicolas Goaziou wrote: Hello, Nick Dokos ndo...@gmail.com writes: Maybe the thing to do is to delete '=' from org-link-escape-chars and see what problems arise. AFAICT, `url-encode-url' is subtler than that. It encodes