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