emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Tidy automatically HTML files


From: Bastien
Subject: Re: [O] Tidy automatically HTML files
Date: Wed, 25 Jun 2014 11:17:28 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)


Sebastien Vauban <sva-news-D0wtAvR13HarG/address@hidden>
writes:

> Though, when executed interactively on an HTML buffer, it does work as
> expected.
>
> I don't get what's wrong... Maybe one of you can have an idea?

What's wrong is that

(with-output-to-string (shell-command-on-region ...))

will not give you what you want, since the output of
(shell-command-on-region ...) is not sent to standard-output.

-- 
 Bastien




reply via email to

[Prev in Thread] Current Thread [Next in Thread]