X-Git-Url: https://iankelling.org/git/?p=bbdb-csv-import;a=blobdiff_plain;f=bbdb-csv-import.el;h=512a94871e5451e7ec5f76f0b545838280df2c0c;hp=eb1de9d7ed4c5f4c106fb307f92232d877213f0b;hb=edf99589ac4aabc8940af78d4a90a8ec35d3f5d7;hpb=fcc71e5bb5575a41f9f634ee2b8cbc9aeba66c72 diff --git a/bbdb-csv-import.el b/bbdb-csv-import.el index eb1de9d..512a948 100644 --- a/bbdb-csv-import.el +++ b/bbdb-csv-import.el @@ -38,19 +38,20 @@ ;; ;; Else, note the min versions of dependencies above in "Package-Requires:", ;; and load this file. The exact minimum bbdb version is unknown, something 3+. - -;;; Usage: +;; +;;; Basic Usage: ;; ;; You may want to back up existing data in ~/.bbdb and ~/.emacs.d/bbdb in case ;; you don't like the newly imported data. ;; ;; Simply M-x `bbdb-csv-import-buffer' or `bbdb-csv-import-file'. ;; When called interactively, they prompt for file or buffer arguments. -;; + +;;; Advanced usage / notes: ;; Tested to work with thunderbird, gmail, linkedin, outlook.com/hotmail.com For ;; those programs, if it's exporter has an option of what kind of csv format, ;; choose it's own native format if available, if not, choose an outlook -;; compatible format. If you're exporting from some other program, and its csv +;; compatible format. If you're exporting from some other program and its csv ;; exporter claims outlook compatibility, there is a good chance it will work ;; out of the box. ;;