Notes in sources are handles (of course)
svn: r11383
This commit is contained in:
parent
7b6d6a7b85
commit
4ca72d905d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user