Hello again,

For source code blocks with long header lines, org allows the use of
the #+header: or #+headers: alternative for specifying these.  Attached
is an example.  

The problem is that using these seems to cause fontification to stop
working and, unfortunately in a non-reproducible manner, also causes
some problems with C-c' working for allowing me to edit the code in a
code specific mode.  Fontification works just fine if the header
arguments are on the #+begin_src line, however.

# -*- coding: utf-8; -*-
#+TITLE:     examplebug.org
#+AUTHOR:    Eric S Fraga
#+EMAIL:     e.fr...@ucl.ac.uk
#+OPTIONS:   H:3 num:t toc:nil \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
#+OPTIONS:   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:nil

* finances
  #+srcname: transactions
  #+header:  :noweb yes
  #+begin_src ledger
    2011/06/01 * Income
      assets:bank  £1000
      income:pay
    2011/06/30 * Rent
      expenses:rent  £500
      assets:bank
  #+end_src

  #+source: balance
  #+header:  :cmdline bal :noweb yes
  #+begin_src ledger
    <<transactions>>
  #+end_src
thanks,
eric

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.533.gdffdb)

Reply via email to