Re: export to .txt, .html

2004-11-08 Thread Aldo Valente
Dan Jacobson [EMAIL PROTECTED] writes: bbdb-print is just to print .tex, how about .html or .txt? By a batch job too. How about bbdb2html (http://valente.de/aldo/bbdb)? Aldo --- This SF.Net email is sponsored by: Sybase ASE Linux Express

Re: export to .txt, .html

2004-11-06 Thread Alex Schroeder
Dan Jacobson [EMAIL PROTECTED] writes: P.S. ELIDEP is not explained here: bbdb is an interactive compiled Lisp function in `bbdb-com'. (bbdb STRING ELIDEP) Display all entries in the BBDB matching the regexp STRING in either the name(s), company, network address, or

output format (was: export to .txt, .html)

2004-11-06 Thread Jochen Küpper
Alex Schroeder [EMAIL PROTECTED] writes: When you use C-u M-x bbdb RET dan RET you will get the matching entries in elided form -- one line per entry. It works by temporarily switching bbdb-display-layout, but I must confess I didn't quite understand how it picked the layout to use instead.

export to .txt, .html

2004-11-05 Thread Dan Jacobson
bbdb-print is just to print .tex, how about .html or .txt? By a batch job too. OK, I was able to make a .txt with $ emacs -batch -eval '(progn(bbdb nil) (other-window 1)(write-file bbdb.txt)) You might want to document the proper way. I see I must use progn as safer and poops out at

Re: export to .txt, .html

2004-11-05 Thread Alex Schroeder
Dan Jacobson [EMAIL PROTECTED] writes: You might want to document the proper way. I just do M-x bbdb and search for . That gives me all the records in a buffer. C-x h selects the buffer, M-w copies it, and then I can yank it elsewhere. I also added two more entries to