Aditya Mandayam <adity...@gmail.com> writes: > Whatup y'all. > > When I export to html or pdf via latex, the output is pushed onto the > kill ring and a new background buffer created. > > I do not want this. How do i suppress it?
,----[ C-h v org-export-kill-product-buffer-when-displayed RET ] | org-export-kill-product-buffer-when-displayed is a variable defined in `org-exp.el'. | Its value is nil | | Documentation: | Non-nil means kill the product buffer if it is displayed immediately. | This applied to the commands `org-export-as-html-and-open' and | `org-export-as-pdf-and-open'. | | You can customize this variable. | | [back] `---- ,----[ C-h v org-export-copy-to-kill-ring RET ] | org-export-copy-to-kill-ring is a variable defined in `org-exp.el'. | Its value is t | | Documentation: | Non-nil means exported stuff will also be pushed onto the kill ring. | | You can customize this variable. | | [back] `---- > > Peace, > > -A > > --