After some tests :
==> the idea of Michael
>
> * Mean Calculation
> :PROPERTIES:
> :VAL1: 5
> :VAL2: 10
> :COEF: 10
> :END:
>
> Mean Calculation = call_mean() =5.454545454545454=
>
> * code :noexport:
> #+NAME: mean
> #+HEADER: :var val
Eric Schulte writes:
> Thorsten Jolitz writes:
>
>> Eric Abrahamsen writes:
>>
>>> Thierry Pellé writes:
>>>
Hi,
I'm seeking how to do something like that
Let the following text inserted in an org-mode file
* Mean Calculation
:PROPERTIES:
:VAL1: 5
>>
Any chance the fix can be pushed out to http://orgmode.org/elpa/?
Thanks,
Ista
On Mon, Oct 7, 2013 at 11:09 AM, Nicolas Goaziou wrote:
> Hello,
>
> Marvin Doyley writes:
>
> > I just updated to Org 8.2.1 and for some reason when I export a frame I
> get
> >
> > \subsection{Title}
> >
> >
> > r
Suvayu Ali gmail.com> writes:
> Look a bit more carefully ;). The following paragraph has an example
> suggesting the onlyenv environment. As far as I understand,
> environments are prefered over commands with arguments or macros when
> translating headlines. You can nest your block in such an
This patch adds support for oracle databases in code blocks using sqlplus.
Strictly speaking all that is necessary is the addition of the .sql
extension to in-file-name, however I also included header line
specification of dbuser, dbpassword, and dbhost
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.e
Hi Thierry
On Wed, Oct 9, 2013 at 2:19 PM, Thierry Pellé wrote:
> Mean Calculation=RES (where RES is the value of the result)
One more variant would be to use inline source block calls either
interactively with C-c C-c or during export. An example with shell
(python would be very similar) or the
Thorsten Jolitz writes:
> Eric Abrahamsen writes:
>
>> Thierry Pellé writes:
>>
>>> Hi,
>>> I'm seeking how to do something like that
>>>
>>> Let the following text inserted in an org-mode file
>>>
>>> * Mean Calculation
>>> :PROPERTIES:
>>> :VAL1: 5
>>> :VAL2: 10
>>> :COEF: 10
>>> :END:
Thorsten Jolitz writes:
> Eric Abrahamsen writes:
>
>> Thierry Pellé writes:
>>
>>> Hi,
>>> I'm seeking how to do something like that
>>>
>>> Let the following text inserted in an org-mode file
>>>
>>> * Mean Calculation
>>> :PROPERTIES:
>>> :VAL1: 5
>>> :VAL2: 10
>>> :COEF: 10
>>> :END:
Eric Abrahamsen writes:
> Thierry Pellé writes:
>
>> Hi,
>> I'm seeking how to do something like that
>>
>> Let the following text inserted in an org-mode file
>>
>> * Mean Calculation
>> :PROPERTIES:
>> :VAL1: 5
>> :VAL2: 10
>> :COEF: 10
>> :END:
>>
>> I would like to append the result o
I just added a customization variable which controls whether files and
links in comments in tangled files use relative or absolute path names
(this now defaults to relative paths).
See the org-babel-tangle-use-relative-file-links customization variable.
Best,
aditya siram writes:
> Hi all,
> C
Eric S Fraga writes:
> Rainer M Krug writes:
>
> [...]
>
>> Correct me if I am wrong, but I seem to remember that source blocks
>> under a commented heading are not tangled?
>>
>> But I just tried it now, and it doesn't seem to be the case anymore -
>> code blocks under commented header are stil
Le 09/10/2013 16:34, Nick Dokos a écrit :
Garrido Xavier writes:
Dear orgers,
Sometimes ago Eric Schulte posted a Makefile to run the exporter in a
asynchronous way (see
http://lists.gnu.org/archive/html/emacs-orgmode/2012-11/msg00788.html). I
am wondering if it is possible to use =emacsclien
Thierry Pellé writes:
> Hi,
> I'm seeking how to do something like that
>
> Let the following text inserted in an org-mode file
>
> * Mean Calculation
> :PROPERTIES:
> :VAL1: 5
> :VAL2: 10
> :COEF: 10
> :END:
>
> I would like to append the result of a computation
> like RES=(VAL1*COEF+VAL
Garrido Xavier writes:
> Dear orgers,
>
> Sometimes ago Eric Schulte posted a Makefile to run the exporter in a
> asynchronous way (see
> http://lists.gnu.org/archive/html/emacs-orgmode/2012-11/msg00788.html). I
> am wondering if it is possible to use =emacsclient= in order not to
> load any spec
Hi all,
Currently the links generated in tangled files are absolute even if the
path to the tangled file is relative. In such cases is there any way to get
it to create a relative path back to the Org file? It makes it impossible
for other people to de-tangle.
-deech
There is also emacs for Android
https://play.google.com/store/apps/details?id=com.zielm.emacs but
after trying it and playing with some other ports of unix
applications, I decided to bit the bullet and install full Ubuntu on
my Galaxy Note 8 using
https://play.google.com/store/apps/details?id=com.z
Hello,
a few weeks ago, I noted a problem that arose with the more recent
versions of emacs (I track emacs-snapshot for ubuntu):
http://article.gmane.org/gmane.emacs.orgmode/76519/
The problem does not arise with the emacs 24 version distributed with
ubuntu 13.04. I had hoped that this probl
Thank you for the reply
> > PS: I don't want to use org spreadsheet
>
> But that would probably be the appropriate tool.
I know, but I can't figure out how to extract the speadsheet computed value
into the text...
> Otherwise you could use
> the property API in an elisp program
>
> ,--
Hi all,
Sorry about that. It seems to be fixed now (git-daemon had gone crazy).
Regards,
Jason
On Wed, Oct 2, 2013 at 3:50 PM, Josiah Schwab wrote:
> Hi orgmode.org overlords,
>
> I just tried to pull from the main org-mode git repository. I
> encountered the following failure.
>
> ,
>
Thierry Pellé writes:
Hi,
> I'm seeking how to do something like that
>
> Let the following text inserted in an org-mode file
>
> * Mean Calculation
> :PROPERTIES:
> :VAL1: 5
> :VAL2: 10
> :COEF: 10
> :END:
>
> I would like to append the result of a computation
> like RES=(VAL1*COEF+VAL2)
Hi again,
On 10/9/2013 3:17 AM, Carsten Dominik wrote:
Hi,
I just pulled successfully.
- Carsten
It is four hours after Carsten's post and I was not successful on either
my Vista machine using Cygwin 1.7.25 or my Debian Lenny.
Charlie
Hi,
I'm seeking how to do something like that
Let the following text inserted in an org-mode file
* Mean Calculation
:PROPERTIES:
:VAL1: 5
:VAL2: 10
:COEF: 10
:END:
I would like to append the result of a computation
like RES=(VAL1*COEF+VAL2)/(COEF+1)
Something like
* Mean Calculation
I get this:
$ git clone orgm...@orgmode.org:org-mode.git
Cloning into 'org-mode'...
Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Hi all,
I'd like to configure my capture template so that I can select the
target automatically based on the thing captured (use case: I use
capture instead of Firefox bookmarks to store interesting links. I'd
like to store links to youtube videos I'd like to watch some day under
another headline
Rainer M Krug writes:
[...]
> Correct me if I am wrong, but I seem to remember that source blocks
> under a commented heading are not tangled?
>
> But I just tried it now, and it doesn't seem to be the case anymore -
> code blocks under commented header are still tangled - has this feature
> bee
On 08/10/13 11:36, Scot Becker wrote:
Just a quick note to say that it's possible to get a full Emacs+org-mode
on (unrooted) Android using an app called 'zshaolin'. You can either
download the app from the Google Play store for approx $3 or download
the toolchain and source from their website an
It failed for me just now. Maybe someone can take a look at the log
files on the server or check with Rackspace? This seems to me an
intermittent network issue.
I tried git pull with GIT_CURL_VERBOSE=1, no verbose output at all.
Just "Connection reset by peer".
Hope this helps,
On Wed, Oct 09
On Wed, Oct 09, 2013 at 02:28:30AM +, James Harkins wrote:
> Suvayu Ali gmail.com> writes:
>
> > On Tue, Oct 08, 2013 at 11:41:36PM +0800, James Harkins wrote:
> > > Question: How does one use Beamer's \only command with blocks?
> (Successfully, with org-mode's beamer
> > export, I mean.)
> >
Hi,
I just pulled successfully.
- Carsten
On 9.10.2013, at 03:46, Mike McLean wrote:
>
> On Oct 8, 2013, at 9:13 PM, Nick Dokos wrote:
>
>> Charles Millar writes:
>>
>>> Hello,
>>>
>>> On 10/8/2013 1:32 PM, Josiah Schwab wrote:
Hi All,
>> I just tried to pull from the main
29 matches
Mail list logo