port notes

Rainer Müller raimue at macports.org
Mon May 3 00:49:07 PDT 2010


On 2010-05-02 22:28 , Rainer Müller wrote:
> notes-append should work now as of r67209 on trunk.
> 
> It still has some bugs as notes-delete does not work... I don't think
> notes-delete will be used often, but I will look into this.

It has one drawback, it requires to pass one string/list to notes at
once, not multiple words.

  notes Foo Bar Baz

should be:

  notes "Foo Bar Baz"

Otherwise it will result in strange formatting with one word per line as
the input would be taken as multiple notes.

Rainer


More information about the macports-dev mailing list