emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: Xebar Saram <zeltakc@gmail.com>
Cc: org mode <emacs-orgmode@gnu.org>
Subject: Re: Error: org-babel-execute-src-block: No org-babel-execute function for conf!
Date: Mon, 07 Nov 2016 01:28:50 +0100	[thread overview]
Message-ID: <87pom8ku9p.fsf@nicolasgoaziou.fr> (raw)
In-Reply-To: <CAOQHXPrgtG0Rc8N8dm_8pW+1mYi=XMWSf8uXkz2MKPRc1BeNZQ@mail.gmail.com> (Xebar Saram's message of "Sun, 6 Nov 2016 15:20:44 +0200")

Hello,

Xebar Saram <zeltakc@gmail.com> writes:

> I have my dot files in orgmode format and have been using it for a year or
> so with great success. today i noticed that code block (conf blocks) that i
> used to tangle recursively have stopped working and i get this error
>
> org-babel-execute-src-block: No org-babel-execute function for conf!
>
>
> this is an example of how the code block looks
>
>
> *** sxhkd
>     :PROPERTIES:
>     :ID:       781eaed4-2ce8-49ff-9516-b84de52cfaab
>     :tangle:   ~/.config/sxhkd/sxhkdrc
>     :END:
> https://github.com/baskerville/sxhkd
> **** X system
>      :PROPERTIES:
>      :ID:       4a3ed3e0-fdf8-4fd1-bc2b-2ab87cae3633
>      :END:
>

[...]

> any one knows whats changed with latest org?

According to the release notes, "Incompatible changes" section,

  *** Old Babel header properties are no longer supported

  Using header arguments as property names is no longer possible.  As
  such, the following

  #+BEGIN_EXAMPLE
  ,* Headline
  :PROPERTIES:
  :exports: code
  :var: a=1 b=2
  :var+: c=3
  :END:
  #+END_EXAMPLE

  should be written instead

  #+BEGIN_EXAMPLE
  ,* Headline
  :PROPERTIES:
  :header-args: :exports code
  :header-args: :var a=1 b=2
  :header-args+: :var c=3
  :END:
  #+END_EXAMPLE


Regards,

-- 
Nicolas Goaziou

  reply	other threads:[~2016-11-07  0:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-06 13:20 Error: org-babel-execute-src-block: No org-babel-execute function for conf! Xebar Saram
2016-11-07  0:28 ` Nicolas Goaziou [this message]
2016-11-07  6:06   ` Xebar Saram
2016-11-07  6:46     ` Nicolas Goaziou
2016-11-07  7:10       ` Xebar Saram
2016-11-07 11:43         ` Nicolas Goaziou
2016-11-07 14:12           ` Xebar Saram

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=87pom8ku9p.fsf@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=emacs-orgmode@gnu.org \
    --cc=zeltakc@gmail.com \
    /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).