emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: "Andreas Röhler" <andreas.roehler@easy-emacs.de>
To: emacs-orgmode@gnu.org
Subject: Re: Org-mode as a metalanguage: calling SQL "functions"
Date: Wed, 03 Apr 2013 07:50:02 +0200	[thread overview]
Message-ID: <515BC30A.80908@easy-emacs.de> (raw)
In-Reply-To: <87mwtgr346.fsf@gmail.com>

Am 02.04.2013 23:54, schrieb Eric Schulte:
> Gary Oberbrunner <garyo@oberbrunner.com> writes:
>
>> Aha -- you have to use the :var syntax on the begin_src line, not the
>> params-in-parens syntax on the name line.  Your version works:
>>
>> #+name: example-block
>> #+begin_src sh :var input=""
>>    echo "input is $input"
>> #+end_src
>>
>> but this doesn't:
>>
>> #+name: example-block(input="")
>> #+begin_src sh
>>    echo "input is $input"
>> #+end_src
>>
>> The doc seems to say it should work the same, in
>> http://orgmode.org/manual/var.html (see "Alternate Argument Syntax").
>>
>
> At this point I'm not sure if the documentation or the code should be
> amended.  I've personally never liked the args-in-block-name syntax, but
> I don't recall if we formally decided to abandon it, or if it has simply
> been broken in a recent commit.
>

Hi Eric,

AFAIU exist considerable backsides when allowing this args-in-block-name.

As languages differ, you must write some translations for every lang somehow, i.e, re-invent it's
handling.

Also can't see a meta-languags than, it would mean address other languages from an Org dialect.

A major backside already visible it breaking the legibility of native languages code.
Org constructs are not easier to read than native lang, it's more difficult with that lined-up args lists.

Andreas

  reply	other threads:[~2013-04-03  5:48 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-01 19:28 Org-mode as a metalanguage: calling SQL "functions" Gary Oberbrunner
2013-04-01 20:41 ` Mike Gauland
2013-04-02  1:19 ` Eric Abrahamsen
2013-04-02  1:45   ` Eric Schulte
2013-04-02  2:46     ` Eric Abrahamsen
2013-04-02  2:54     ` Gary Oberbrunner
2013-04-02 21:54       ` Eric Schulte
2013-04-03  5:50         ` Andreas Röhler [this message]
2013-04-03  5:54         ` Carsten Dominik
2013-04-03 13:09           ` Eric Schulte
2013-04-04 12:26             ` Sebastien Vauban
2013-04-04 12:49               ` Eric Schulte
2013-04-04 20:10                 ` Sebastien Vauban
2013-04-05 15:43                   ` Gary Oberbrunner
2013-04-05 16:31                     ` Eric Schulte
2013-04-05 17:51                       ` Andreas Röhler
2013-04-06 20:44                       ` Bastien

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=515BC30A.80908@easy-emacs.de \
    --to=andreas.roehler@easy-emacs.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).