[O] org-mode for swi-prolog and latex export ?

2014-07-20 Thread Joseph Vidal-Rosset
Hello the list, Here is my question : is there a mean to use org-mode to export both the prolog file (for example my-program.pl) and the documentation in .tex (my-program.tex) ? I see that there are solutions in swi-prolog but I have difficulties to understand the documentation, and therefore I

Re: [O] org-mode for swi-prolog and latex export ?

2014-07-20 Thread Thorsten Jolitz
Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com writes: Hello the list, Here is my question : is there a mean to use org-mode to export both the prolog file (for example my-program.pl) and the documentation in . tex (my-program.tex) ? I see that there are solutions in swi-prolog but I

Re: [O] Bug: org-contacts show Non-existent agenda file ~/org/* virexit. [R]emove from list or [A]bort? when trying to find contacts with M-x org-contactsRET [8.2.7b (8.2.7b-dist @ c:/Users/Seam/A

2014-07-20 Thread Daimrod
seamw...@gmail.com writes: I put my captured contacts to ~/.orgmode/data/contact.org and I can successfully capture the contacts, however, when I eval the function org-contacts in org mode, it just shows the message in the title. if the contact file is empty, it does not show the message,

[O] Bug: syntax highlighting of elisp:blahblah and shell:blablah [8.2.6 (8.2.6-67-g9e09b2-elpa @ c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140602/)]

2014-07-20 Thread Andrea Rossetti
Hi all, when I insert some text like elisp:sometext or shell:sometext in an Org buffer, it becomes highlighted and clickable. On click, a prompt asks for confirm to execute sometext. I get the same behaviour if I add tags to a headline, and one of the tags is elisp or shell. I expected

[O] Request to patch the =org-html-fontify-code= function in =ox-html.el=

2014-07-20 Thread Kaushal
Hi, I have been using org for technical documentation and that involves inserted code snippets. The org to pdf export works great but I faced issues when exporting to html. After some digging around, I figured that having fci-mode enabled on a LANG-mode-hook caused insertion of some strange

Re: [O] [BUG] in org-element (was Re: Replacing property-name hangs Emacs)

2014-07-20 Thread Nicolas Goaziou
Hello, Thorsten Jolitz tjol...@gmail.com writes: Thorsten Jolitz tjol...@gmail.com writes: This turned out to be an Org-mode bug. [...] Here is the recipe: 1. emacs -Q 2. M-x find-file instruments.org (content posted below) 3. M-% resource_id RET name RET 4. hit space quickly (-

Re: [O] [bug?, org-element] latex-environment delimiters must be at BOL

2014-07-20 Thread Nicolas Goaziou
Hello, Rasmus ras...@gmx.us writes: I changed a couple of things, A couple of things? AFAIU, it only requires to change the regexp in `org-element-latex-environment-parser', doesn't it? [...] 2. Load my modified org-element.el file and rerun tests. The only new fail is this one,

Re: [O] Bug: syntax highlighting of elisp:blahblah and shell:blablah [8.2.6 (8.2.6-67-g9e09b2-elpa @ c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20140602/)]

2014-07-20 Thread Nick Dokos
Andrea Rossetti andrea.rosse...@gmail.com writes: when I insert some text like elisp:sometext or shell:sometext in an Org buffer, it becomes highlighted and clickable. On click, a prompt asks for confirm to execute sometext. I get the same behaviour if I add tags to a headline, and one

Re: [O] Request to patch the =org-html-fontify-code= function in =ox-html.el=

2014-07-20 Thread Nick Dokos
Kaushal kaushal.m...@gmail.com writes: Full details are in my reddit post here: http://www.reddit.com/r/emacs/comments/2b5x5g/funny_characters_appended_at_new_line_to_source/ To fix this problem by adding the following code after the line (funcall lang-mode) in the org-html-fontify-code 

[O] [PATCH] New user option for org-agenda-show-and-scroll-up

2014-07-20 Thread Trevor Murphy
Hi, all. The current behavior of `org-agenda-show-and-scroll-up' (SPC from the Agenda) reveals drawers and logbooks unless the user passes a prefix argument. This doesn't work for my flow - I prefer the drawers stay hidden all the time, unless I prefix the command. My workflow may be unique to

[O] [PATCH] org-agenda: Customize agenda-show's drawer hide/show behavior.

2014-07-20 Thread Trevor Murphy
* lisp/org-agenda.el (org-agenda-show-and-scroll-up-show-drawers): New user option. Controls whether `org-agenda-show-and-scroll-up' hides or shows drawers without a prefix arg. Pre-patch behavior corresponds to setting this to t (the default). * lisp/org-agenda.el

Re: [O] org-mode for swi-prolog and latex export ?

2014-07-20 Thread Joseph Vidal-Rosset
2014-07-20 10:05 GMT+02:00 Thorsten Jolitz tjol...@gmail.com: I have not seen an ob-prolog.el yet, but maybe it does exist? If so, exporting both code and result of its execution would be: , | * My documentation | | Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec |

Re: [O] org-mode for swi-prolog and latex export ?

2014-07-20 Thread Thomas S. Dye
Aloha Jo, Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com writes: 2014-07-20 10:05 GMT+02:00 Thorsten Jolitz tjol...@gmail.com: I have not seen an ob-prolog.el yet, but maybe it does exist? If so, exporting both code and result of its execution would be: Thanks for this reply.

Re: [O] org-mode for swi-prolog and latex export ?

2014-07-20 Thread Nick Dokos
t...@tsdye.com (Thomas S. Dye) writes: Aloha Jo, Joseph Vidal-Rosset joseph.vidal.ros...@gmail.com writes: 2014-07-20 10:05 GMT+02:00 Thorsten Jolitz tjol...@gmail.com: I have not seen an ob-prolog.el yet, but maybe it does exist? If so, exporting both code and result of its execution