emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] how to get "org-version" using emacs batch mode.


From: Supriya Sawant
Subject: Re: [O] how to get "org-version" using emacs batch mode.
Date: Wed, 23 Apr 2014 13:23:16 +0530

Is it possible to redirect or get the output of batch mode command in variable.


cmd = emacs --batch --eval '(message (org-version))'

ouput=cmd

print output

i.e output contains version no.(output=7.9.3f)


On Wed, Apr 23, 2014 at 12:00 PM, Bastien <address@hidden> wrote:
Supriya Sawant <address@hidden> writes:

> emacs --batch --eval '(org-version)'
>
> but it doesn't work. It gives me blank result.

emacs --batch --eval '(message (org-version))'

HTH,

--
 Bastien



--

Thanks & Regards,
Supriya Pravin Sawant

reply via email to

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