Notes in sources are handles (of course)

svn: r11383
This commit is contained in:
Doug Blank 2008-12-01 17:21:02 +00:00
parent 7b6d6a7b85
commit 4ca72d905d

View File

@ -577,8 +577,9 @@ def exportData(database, filename, option_box=None, callback=None):
marker, private) = source
export_source(db, handle, gramps_id, title, author, pubinfo, abbrev, change,
marker[0], marker[1], private)
for note in notes:
export_note(db, handle, note)
for note_handle in notes:
print "NOTE:", note_handle
# TODO: notes, media_list
# reporef_list, data_map