diff --git a/src/plugins/export/ExportGedcom.py b/src/plugins/export/ExportGedcom.py index f0f7b3824..a111fc350 100644 --- a/src/plugins/export/ExportGedcom.py +++ b/src/plugins/export/ExportGedcom.py @@ -1407,6 +1407,8 @@ class GedcomWriter(UpdateCallback): if location.get_phone(): self.__writeln(level, 'PHON', location.get_phone()) + self.__note_references(place.get_note_list(), level+1) + #------------------------------------------------------------------------- # #