Re: [O] Stop exporting certain sections

2015-02-05 Thread Rasmus
phillip.l...@newcastle.ac.uk (Phillip Lord) writes: I know that I can add :noexport to a section to stop it being exported, but is there a way of doing this for headers with a specific name? I have lots of them, and would rather not :noexport to them all. Use a filter an export an empty quote

Re: [O] ERT test for checking HTML export: void-variable org-export-filters-alist

2015-02-05 Thread Sebastien Vauban
Hello, May I bump up this thread? Sebastien Vauban wrote: Here is my code to do so: (require 'ox) (defun compare-org-html-export-files (orgfile) Compare current export of ORGFILE with HTML file already present on disk. (let* ((base-name (concat (file-name-directory orgfile)

[O] Stop exporting certain sections

2015-02-05 Thread Phillip Lord
I know that I can add :noexport to a section to stop it being exported, but is there a way of doing this for headers with a specific name? I have lots of them, and would rather not :noexport to them all. Phil

[O] org.texi error

2015-02-05 Thread J. David Boyd
I haven't seen this reported by anyone, but it's been getting me for a month or more now. org.texi has an error at the @orgcmd line for org-timer-pause-or-continue The keystroke is listed as 'C-c C-x \,,' which fails to compile on my system. I have to change it to 'C-c C-x \\,' everytime for it

[O] Limit agenda length

2015-02-05 Thread Rasmus
Hi, I want to limit the length of each agenda line so that it does not exceed the window width (typically 72 chars or more). I tried something like (setcdr (assoc 'agenda org-agenda-prefix-format) %-11i %?-12t %-10s) And other variants but the length argument to %s seems to be

[O] [ANN] Lentic 0.7

2015-02-05 Thread Phillip Lord
Lentic.el 0.7 is now available. Lentic is an Emacs mode which supports multiple views over the same text. This can be used for a form of literate programming. It has specific support for Clojure which it can combine with either LaTeX, Asciidoc or Org-Mode. Two lentic buffers, by default, the

Re: [O] Change folded headline symbol

2015-02-05 Thread Fabrice Niessen
Centre ML personnel wrote: I wonder if it is possible, without a deep knowledge of emacs/org, to change the ... symbol used when headlines are folded into something else (--- for instance)? Yes, it is! For example, that's what I have in my .emacs file [1] to get a black right-pointing pointer

[O] Change folded headline symbol

2015-02-05 Thread Centre ML personnel
Hi, I wonder if it is possible, without a deep knowledge of emacs/org, to change the ... symbol used when headlines are folded into something else (--- for instance)? Thanks Thierry

Re: [O] [bug] Export to FreeMind (HTML) fails due to ampersant in URL

2015-02-05 Thread Nicolas Goaziou
Hello, Karl Voit devn...@karl-voit.at writes: When I export a simple heading like below, which contains an URL with an ampersant (), FreeMind throws an error: ,[ The exported heading ] | ** Freemind-Tests | | -

Re: [O] fix is with another glitch when adding two dates

2015-02-05 Thread Nicolas Goaziou
Hello, Gregor Zattler telegr...@gmx.net writes: there is still a glitch. If I now add two items at the same day.: rm /tmp/*diary* ; emacs-snapshot -Q -L /home/grfz/src/org-mode/lisp/ -nw --eval '(setq org-agenda-diary-file €ž/tmp/diary.org€œ)' /tmp/diary.org -f org-agenda a i d

Re: [O] Stop exporting certain sections

2015-02-05 Thread Phillip Lord
Rasmus ras...@gmx.us writes: phillip.l...@newcastle.ac.uk (Phillip Lord) writes: I know that I can add :noexport to a section to stop it being exported, but is there a way of doing this for headers with a specific name? I have lots of them, and would rather not :noexport to them all. Use a

[O] naming image files before exporting to PDF

2015-02-05 Thread Timothée Flutre
Hello, I am using Emacs 24.3.1 + Org-mode 8.2.10 for my work and would like to include images (typically output files in PDF from R) in my org files. Such image files correspond to graphics describing computer simulations. Thus, I would like to name them as meaningfully as possible, for instance

Re: [O] Help: Saving Agenda Views

2015-02-05 Thread Tory S. Anderson
That's the winner! I was able to get exactly what I wanted with the prefilter option: --8---cut here---start-8--- (setq org-agenda-custom-commands '((c . Weekly class agendas 2015-S) (c6 LMC 6215 ((agenda ((org-agenda-span 7)

Re: [O] naming image files before exporting to PDF

2015-02-05 Thread John Kitchin
Dashes are usually fine. Did you try replacing the _ with -? I try to avoid _ in filenames, but - works for me. On Thu, Feb 5, 2015 at 6:42 PM, Timothée Flutre timflu...@gmail.com wrote: In the org file, it would look like this: #+latex_header: \graphicspath{ {./images/} }

Re: [O] Help: Saving Agenda Views

2015-02-05 Thread Subhan Michael Tindall
-Original Message- From: Tory S. Anderson [mailto:torys.ander...@gmail.com] Sent: Thursday, February 05, 2015 3:39 AM To: Subhan Michael Tindall Cc: orgmode list Subject: Re: [O] Help: Saving Agenda Views THanks for the good tips and examples; I'll keep them handy. So, listing

Re: [O] org.texi error

2015-02-05 Thread J. David Boyd
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Hello, dbo...@mmm.com (J. David Boyd) writes: I haven't seen this reported by anyone, but it's been getting me for a month or more now. org.texi has an error at the @orgcmd line for org-timer-pause-or-continue The keystroke is listed as

Re: [O] org.texi error

2015-02-05 Thread Nicolas Goaziou
Hello, dbo...@mmm.com (J. David Boyd) writes: I haven't seen this reported by anyone, but it's been getting me for a month or more now. org.texi has an error at the @orgcmd line for org-timer-pause-or-continue The keystroke is listed as 'C-c C-x \,,' which fails to compile on my system.

Re: [O] [bug] Export to FreeMind (HTML) fails due to ampersant in URL

2015-02-05 Thread Karl Voit
* Achim Gratz strom...@nexgo.de wrote: Nicolas Goaziou writes: This looks like valid HTML code to me. Also it exports fine to HTML. Is there any restriction related to this specific to FreeMind? Valid HTML, maybe (I've not checked). Valid XML, no.

Re: [O] export subtree from the command line

2015-02-05 Thread Charles C. Berry
On Thu, 5 Feb 2015, Alan Schmitt wrote: Hello, I'm teaching a class where I have a big monolithic file for all the lectures. Right now I export each lecture as a subtree from the file itself, but I would like to do it from a Makefile. Is it possible to export a subtree from the command line?

Re: [O] Bug: bulk TODO state change creates a LOGBOOK state change note only for one task

2015-02-05 Thread Yuri Niyazov
I can confirm - this has happened to me too On Wednesday, February 4, 2015, Maxim Baz z0rch.cod...@gmail.com wrote: The important piece of org-mode configuration is: org-minimal.el (setq org-todo-keywords '( (sequence TODO(t) NEXT(n!) | DONE(d So I expect the following

Re: [O] How to use Calc constants in an Org table?

2015-02-05 Thread Eric Abrahamsen
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Hello Orgers, I'd like Org to compute Fibonacci numbers for me (using a simplified Binet formula, i.e., Fib(n)=round(phi^n)/sqrt(5)). Here's my (unsuccessful) attempt: | n | Fib(n) | |---+--| | 1 |

[O] How to use Calc constants in an Org table?

2015-02-05 Thread Marcin Borkowski
Hello Orgers, I'd like Org to compute Fibonacci numbers for me (using a simplified Binet formula, i.e., Fib(n)=round(phi^n)/sqrt(5)). Here's my (unsuccessful) attempt: | n | Fib(n) | |---+--| | 1 | round(phi / 2.2360680) | | 2 | round(phi^2 /

Re: [O] [bug] Export to FreeMind (HTML) fails due to ampersant in URL

2015-02-05 Thread Nicolas Goaziou
Achim Gratz strom...@nexgo.de writes: Nicolas Goaziou writes: This looks like valid HTML code to me. Also it exports fine to HTML. Is there any restriction related to this specific to FreeMind? Valid HTML, maybe (I've not checked). Valid XML, no.

[O] export subtree from the command line

2015-02-05 Thread Alan Schmitt
Hello, I'm teaching a class where I have a big monolithic file for all the lectures. Right now I export each lecture as a subtree from the file itself, but I would like to do it from a Makefile. Is it possible to export a subtree from the command line? if so, how do I specify the subtree that I

Re: [O] [bug] Export to FreeMind (HTML) fails due to ampersand in URL

2015-02-05 Thread Karl Voit
* Nicolas Goaziou m...@nicolasgoaziou.fr wrote: Hello, Hi! Karl Voit devn...@karl-voit.at writes: ,[ resulting mm-file ] | lia href=https://www.youtube.com/watch?v=qwtVtcQQfqcfeature=player_embedded;Emacs Rocks 11 - swank-js/a/li ` When I remove the from the mm-file,

Re: [O] Help: Saving Agenda Views

2015-02-05 Thread Tory S. Anderson
THanks for the good tips and examples; I'll keep them handy. So, listing the org-agenda variables the one I want to edit is org-agenda filter; however, changing this in my function does NOT change my agenda view the way it should. Here's what I'm trying: --8---cut

Re: [O] Turn a plain list item into a headline bahevious differently for level (1, 2) and (3 and higher) levels

2015-02-05 Thread Rainer Stengele
Am 03.02.2015 um 21:40 schrieb Nicolas Goaziou: Hello, Rainer Stengele rainer.steng...@online.de writes: Hi, having *** headline level 3 - item1 ^ and executing C-c * having put cursor as indicated results in *** headline level 3 *** item1 whereas I would expect ***

Re: [O] [bug?] Link to be exported only in HTML

2015-02-05 Thread Sebastien Vauban
Ista Zahn wrote: On Wed, Feb 4, 2015 at 10:15 AM, Sebastien Vauban wrote: #+TITLE: ECM Links for HTML only * Test OTOH, the link on its own is correctly exported to HTML: [[http://opensource.org/licenses/GPL-3.0][http://img.shields.io/:license-gpl-blue.svg]] ... but it fails to be

Re: [O] [bug] Export to FreeMind (HTML) fails due to ampersant in URL

2015-02-05 Thread Achim Gratz
Nicolas Goaziou writes: This looks like valid HTML code to me. Also it exports fine to HTML. Is there any restriction related to this specific to FreeMind? Valid HTML, maybe (I've not checked). Valid XML, no. http://freemind.sourceforge.net/wiki/index.php/File_format Regards, Achim. -- +[Q+

[O] PATCH Re: Bug: org-wikinodes: Failed to add wikinodes to `org-font-lock-extra-keywords'. [8.2.10 (8.2.10-30-gca21b7-elpa at /home/scott/.emacs.d/elpa/org-20150202/)]

2015-02-05 Thread Scott Campbell
Solved it. In org-wikinodes.el, change L328 from: (let ((m (member '(org-activate-plain-links) org-font-lock-extra- keywords))) to: (let ((m (member '(org-activate-plain-links (0 'org-link t)) org-font- lock-extra-keywords))) to account for a change in org.el to