bug-recutils
[Top][All Lists]
Advanced

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

Re: [bug-recutils] [help-recutils] :cmdline option in ob-rec usage


From: Jose E. Marchesi
Subject: Re: [bug-recutils] [help-recutils] :cmdline option in ob-rec usage
Date: Fri, 05 Jun 2015 19:50:58 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

    > | Name            | Address                 | Address_2   | City |
    > |-----------------+-------------------------+-------------+---------|
    > | This is Person1 | 123 Some Street         |             | Anytown |
    > | This is Person2 | 456 Another Lane        |             | Anytown |
    > | This is Person3 | 789 Whatever Blvd       | Apartment A | Anytown |
    > | This is Person4 | 001 AndStillAnother Ave |             | Anytown |
    >
    > Am I using the :cmdline option correctly?

:cmdline actually does nothing.  You must use :fields instead, like in:

#+begin_src rec :data Testrec1.rec :type Contact :fields Name,Address[0-1],City 
 
#+end_src

We really need some documentation on ob-rec.el... would someone like to
write it as a texinfo manual? :)



reply via email to

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