Re: [O] how to handle svg files when exporting orgmode to html and pdf?

2013-07-26 Thread Aaron Ecay
Hi Malcom, 2013ko uztailak 17an, malcolm cook-ek idatzi zuen: > > Hi, > > I am creating .svg files with R source blocks and ESS in org. > > I am happily viewing them in-line in my emacs buffer. > > I am happily exporting as html and viewing them in-line in the resulting web > page, includi

Re: [O] Wrong Type Error When Publishing Project

2013-07-26 Thread Nick Dokos
Nick Dokos writes: > Brian Callies writes: > >> I'm sure I must be doing something obviously wrong, but I've had no >> success at publishing a project I've just created. I've been working >> on this error for some time, incidentally fixing other mistakes, but >> I'm unable to get it working. I

Re: [O] Wrong Type Error When Publishing Project

2013-07-26 Thread Nick Dokos
Brian Callies writes: > I'm sure I must be doing something obviously wrong, but I've had no > success at publishing a project I've just created. I've been working > on this error for some time, incidentally fixing other mistakes, but > I'm unable to get it working. I get the same error on Arch L

Re: [O] [Bug] #+call does not respect :colnames argument

2013-07-26 Thread Eric Schulte
Rick Frankel writes: > On Fri, Jul 26, 2013 at 11:53:33AM -0600, Eric Schulte wrote: >> Rick Frankel writes: >> >> > I have debugged why the :colnames argument is not respected as to >> > removing the header from a table var. > >> Thanks for taking the time to find the root of this problem. I

[O] Wrong Type Error When Publishing Project

2013-07-26 Thread Brian Callies
Good Day, I'm sure I must be doing something obviously wrong, but I've had no success at publishing a project I've just created. I've been working on this error for some time, incidentally fixing other mistakes, but I'm unable to get it working. I get the same error on Arch Linux, as I do on

Re: [O] [Bug] #+call does not respect :colnames argument

2013-07-26 Thread Rick Frankel
On Fri, Jul 26, 2013 at 11:53:33AM -0600, Eric Schulte wrote: > Rick Frankel writes: > > > I have debugged why the :colnames argument is not respected as to > > removing the header from a table var. > Thanks for taking the time to find the root of this problem. I believe > I've fixed this by ch

Re: [O] Auto insert and change date in header?

2013-07-26 Thread Dave Marquardt
Xebar Saram writes: > 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? Try setting before-save-hook. See "(elisp) Saving Buffers". -Dave

Re: [O] [Bug] #+call does not respect :colnames argument

2013-07-26 Thread Eric Schulte
Rick Frankel writes: > Eric- > > I have debugged why the :colnames argument is not respected as to > removing the header from a table var. > > * Given > #+name: with-hline > | A | B | C | > |---+---+---| > | 1 | 2 | 3 | > | 4 | 5 | 6 | > > #+name: with-hline2 > | B | C | D | > |---+---+---| > | 2

Re: [O] [patch][ox-koma-letter] missing backtick

2013-07-26 Thread Bastien
Rasmus writes: > There's a missing backtick in a function. I could swear it used to be > there. . . Applied, thanks! -- Bastien

Re: [O] Interpreter/shell prompts when exporting code blocks?

2013-07-26 Thread Rick Frankel
On 2013-07-26 10:14, Brett Viren wrote: I'd like to have my executable code blocks get exported to HTML/LaTeX with some prompt prefixed to each line of code but still let the blocks themselves remain executable in their given language. Is there already a nice way to do this? [snip] Not exactly

Re: [O] Interpreter/shell prompts when exporting code blocks?

2013-07-26 Thread Eric Schulte
Brett Viren writes: > Hi organistas. > > I'd like to have my executable code blocks get exported to HTML/LaTeX > with some prompt prefixed to each line of code but still let the blocks > themselves remain executable in their given language. Is there already > a nice way to do this? > > For examp

[O] [Bug] #+call does not respect :colnames argument

2013-07-26 Thread Rick Frankel
Eric- I have debugged why the :colnames argument is not respected as to removing the header from a table var. * Given #+name: with-hline | A | B | C | |---+---+---| | 1 | 2 | 3 | | 4 | 5 | 6 | #+name: with-hline2 | B | C | D | |---+---+---| | 2 | 3 | 4 | | 5 | 6 | 7 | #+name: emacs-echo #+BEGI

[O] Ye Olde org-with-silent-modifications problem

2013-07-26 Thread Tom Slee
I know that the cause of this message is usually installing org-mode from elpa in a session that has already accessed org files: org-refresh-category-properties: Invalid function: org-with-silent-modifications However, I have tried to reinstall in a "clean" fashion several times and so far no lu

[O] Interpreter/shell prompts when exporting code blocks?

2013-07-26 Thread Brett Viren
Hi organistas. I'd like to have my executable code blocks get exported to HTML/LaTeX with some prompt prefixed to each line of code but still let the blocks themselves remain executable in their given language. Is there already a nice way to do this? For example, if there was something like a "p

Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Stefan Reichör
Hello Alan! > ste...@xsteve.at writes: > >> Hello Alan! >> >>> ste...@xsteve.at writes: >>> Yes, I get the error message after hitting C-c C-e. I installed org via M-x list-packages yesterday. >>> >>> Are you able to export an org file to a different format (like html)? >>> I'm tryi

Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Rick Frankel
On 2013-07-26 08:00, Alan Schmitt wrote: ste...@xsteve.at writes: Hello Alan! ste...@xsteve.at writes: Yes, I get the error message after hitting C-c C-e. I installed org via M-x list-packages yesterday. Are you able to export an org file to a different format (like html)? I'm trying to see

Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Alan Schmitt
ste...@xsteve.at writes: > Hello Alan! > >> ste...@xsteve.at writes: >> >>> Yes, I get the error message after hitting C-c C-e. >>> >>> I installed org via M-x list-packages yesterday. >> >> Are you able to export an org file to a different format (like html)? >> I'm trying to see whether this is

Re: [O] "ignoreheading" for non-beamer export

2013-07-26 Thread Suvayu Ali
Hi James, On Thu, Jul 25, 2013 at 05:42:00PM -0400, James Harkins wrote: > Hi, I found an inventive solution by Suvayu to discard headlines from export > here [1], but the 8.0+ solution throws an error in my environment. > > (defun sa-ignore-headline (contents backend info) [...chomp...chomp..

Re: [O] Finding LAST copy of a given headline in a file

2013-07-26 Thread Suvayu Ali
On Thu, Jul 25, 2013 at 04:39:08PM -0700, Subhan Tindall wrote: > Yes, you are correct, file+datetree does not do this. A while ago I > suggested a file+datetree+headline type function be added, but it was not > received well. I tend to agree with that. Your case is a corner case I believe. We

Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Robert Klein
On 07/26/2013 12:12 PM, Stefan Reichör wrote: > Hello Alan! > >> ste...@xsteve.at writes: >> >>> Yes, I get the error message after hitting C-c C-e. >>> >>> I installed org via M-x list-packages yesterday. >> >> Are you able to export an org file to a different format (like html)? >> I'm trying to

Re: [O] Encoding Problem in export?

2013-07-26 Thread Nicolas Goaziou
David Maus writes: Thanks for your answer. It seems I got confused with the current state of URI-encoding. Please scratch my previous suggestion and let's start over. > The assumption underlying the current implementation is > to delegate dealing with forbidden characters to the consuming > appl

Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Stefan Reichör
Hello Alan! > ste...@xsteve.at writes: > >> Yes, I get the error message after hitting C-c C-e. >> >> I installed org via M-x list-packages yesterday. > > Are you able to export an org file to a different format (like html)? > I'm trying to see whether this is koma-specific. No. In my installatio

Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Rasmus
Rasmus writes: > Stefan Reichör writes: > I tried the recipe on this site: http://orgmode.org/worg/exporters/koma-letter-export.html C-c C-e gives the following error message: Debugger entered--Lisp error: (error "org-export-backend-menu accessing a non-org-export-b

[O] [patch][ox-koma-letter] missing backtick

2013-07-26 Thread Rasmus
Hi, There's a missing backtick in a function. I could swear it used to be there. . . –Rasmus -- This is the kind of tedious nonsense up with which I will not put>From b6cdbb74fc4f2bb6d1e497a932d33c640e2f2bc1 Mon Sep 17 00:00:00 2001 From: rasmus Date: Fri, 26 Jul 2013 11:20:41 +0200 Subject:

Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Rasmus
Stefan Reichör writes: >>> I tried the recipe on this site: >>> http://orgmode.org/worg/exporters/koma-letter-export.html >>> >>> C-c C-e gives the following error message: >>> Debugger entered--Lisp error: (error "org-export-backend-menu >>> accessing a non-org-export-backend") >>> signal(erro

Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Alan Schmitt
ste...@xsteve.at writes: > Yes, I get the error message after hitting C-c C-e. > > I installed org via M-x list-packages yesterday. Are you able to export an org file to a different format (like html)? I'm trying to see whether this is koma-specific. Alan

Re: [O] using a simple numerical variable in an org text ocument

2013-07-26 Thread Sebastien Vauban
Matt Price wrote: > I'm making a very simple org-document -- a packing list for a trip. > It has entries like > > - 4 mugs > - for sleeping bags > - 4 thermarest pads > > > I'd like to replace the numbers there by a variable -- so if I make a > list for 4 people, the number displayed will be '4'; b

Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Stefan Reichör
Hello Alan! > Hello Stefan, > > ste...@xsteve.at writes: > >> I tried the recipe on this site: >> http://orgmode.org/worg/exporters/koma-letter-export.html >> >> C-c C-e gives the following error message: >> Debugger entered--Lisp error: (error "org-export-backend-menu accessing a >> non-org-expo

Re: [O] Bug: koma-letter-export does not work [8.0.6(8.0.6-5-gb4a8ec-elpa @ /home/stefan/.emacs.d/elpa/org-20130722/)]]

2013-07-26 Thread Alan Schmitt
Hello Stefan, ste...@xsteve.at writes: > I tried the recipe on this site: > http://orgmode.org/worg/exporters/koma-letter-export.html > > C-c C-e gives the following error message: > Debugger entered--Lisp error: (error "org-export-backend-menu accessing a > non-org-export-backend") > signal(e

[O] org-mode `org-capture-templates' %(sexp) must return string restriction

2013-07-26 Thread Oleh
Hi all, Is this restriction really necessary? This results in code like: (setq org-capture-templates '(("e" "elisp todo" entry (file+headline (concat org.d "gtd.org") "Tasks") "* TODO %(progn (org-set-tags-to \"ELISP\") \"\")%^{Brief Description}\n Added: %U %i\n %?\n"))) I thin