On 22 May 2004 12:07:13 -0400 Kenneth Jacker wrote:

Kenneth> A second mystery:  after displaying all records, the created ".tex"
Kenneth> file contains only, maybe, 20% of them.  Why are these other entries
Kenneth> not included in the "pretty printing"?

Maybe your cusomization?
,----[ C-h v bbdb-print-require RET ]
| bbdb-print-require's value is 
| (and name
|      (or address phone))
| 
| 
| Documentation:
| *What fields are required for printing a record.
| This is evaluated for each record, and the record will be printed only
| if it returns non-nil.  The symbols name, company, net, phone,
| address, and notes will be set to appropriate values when this is
| evaluated; they will be nil if the field does not exist or is elided.
| 
| The value of this variable can be any lisp expression, but typically
| it will be used for a boolean combination of the field variables, as
| in the following simple examples:
| 
|   Print only people whose phone numbers are known:
|     (setq bbdb-print-require 'phone)
|   Print people whose names AND companies are known:
|     (setq bbdb-print-require '(and name company))
|   Print people whose names, and either addresses OR phone numbers are known:
|     (setq bbdb-print-require '(and name (or address phone))).
| 
| You can customize this variable.
| 
| Defined in `bbdb-print'.
`----

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: CC1B0B4D
        (Part 3 you find in my messages before fall 2003.)



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id149&alloc_id66&op=click
_______________________________________________
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to