[Orgmode] Not opening .tex file when exporting to pdf?

2011-01-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

I export my org files quite often to a pdf, but I am not interested in
the .tex file --- I don't mind it (it is needed) and I would not like it
to be deleted after the pdf has been created, but is there an option to
*not* opening it in emacs?

The same applies by the way also for export to html - how can I avoid of
having the html opened in a buffer - my browser is fine for me.

Cheers,

Rainer

- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Tel:+33 - (0)9 53 10 27 44
Cell:   +27 - (0)8 39 47 90 42
Fax (SA):   +27 - (0)8 65 16 27 82
Fax (D) :   +49 - (0)3 21 21 25 22 44
Fax (FR):   +33 - (0)9 58 10 27 44
email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk02zdsACgkQoYgNqgF2egrE6wCffhgH3L0cDGDx8Bo6wE9EJBaJ
opkAoId/QidswoPRRYsJ7b8cx2J8vmoC
=09yq
-END PGP SIGNATURE-

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Not opening .tex file when exporting to pdf?

2011-01-19 Thread Noorul Islam
On Wed, Jan 19, 2011 at 5:11 PM, Rainer M Krug r.m.k...@gmail.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi

 I export my org files quite often to a pdf, but I am not interested in
 the .tex file --- I don't mind it (it is needed) and I would not like it
 to be deleted after the pdf has been created, but is there an option to
 *not* opening it in emacs?

 The same applies by the way also for export to html - how can I avoid of
 having the html opened in a buffer - my browser is fine for me.


Did you try C-c e d ?

and C-c e b?

Thanks and Regards
Noorul

 Cheers,

 Rainer

 - --
 Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
 Biology, UCT), Dipl. Phys. (Germany)

 Centre of Excellence for Invasion Biology
 Natural Sciences Building
 Office Suite 2039
 Stellenbosch University
 Main Campus, Merriman Avenue
 Stellenbosch
 South Africa

 Tel:        +33 - (0)9 53 10 27 44
 Cell:       +27 - (0)8 39 47 90 42
 Fax (SA):   +27 - (0)8 65 16 27 82
 Fax (D) :   +49 - (0)3 21 21 25 22 44
 Fax (FR):   +33 - (0)9 58 10 27 44
 email:      rai...@krugs.de

 Skype:      RMkrug
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAk02zdsACgkQoYgNqgF2egrE6wCffhgH3L0cDGDx8Bo6wE9EJBaJ
 opkAoId/QidswoPRRYsJ7b8cx2J8vmoC
 =09yq
 -END PGP SIGNATURE-

 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Not opening .tex file when exporting to pdf?

2011-01-19 Thread Puneeth Chaganti
On Wed, Jan 19, 2011 at 5:30 PM, Noorul Islam noo...@noorul.com wrote:
 On Wed, Jan 19, 2011 at 5:11 PM, Rainer M Krug r.m.k...@gmail.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi

 I export my org files quite often to a pdf, but I am not interested in
 the .tex file --- I don't mind it (it is needed) and I would not like it
 to be deleted after the pdf has been created, but is there an option to
 *not* opening it in emacs?

 The same applies by the way also for export to html - how can I avoid of
 having the html opened in a buffer - my browser is fine for me.


 Did you try C-c e d ?

 and C-c e b?

You will need to set the variable
`org-export-kill-product-buffer-when-displayed' for this to work.

HTH,
Puneeth

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Not opening .tex file when exporting to pdf?

2011-01-19 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/19/2011 01:43 PM, Puneeth Chaganti wrote:
 On Wed, Jan 19, 2011 at 5:30 PM, Noorul Islam noo...@noorul.com wrote:
 On Wed, Jan 19, 2011 at 5:11 PM, Rainer M Krug r.m.k...@gmail.com wrote:
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hi

 I export my org files quite often to a pdf, but I am not interested in
 the .tex file --- I don't mind it (it is needed) and I would not like it
 to be deleted after the pdf has been created, but is there an option to
 *not* opening it in emacs?

 The same applies by the way also for export to html - how can I avoid of
 having the html opened in a buffer - my browser is fine for me.


 Did you try C-c e d ?

 and C-c e b?
 
 You will need to set the variable
 `org-export-kill-product-buffer-when-displayed' for this to work.

Thanks - that's exactly what I was looking for

Rainer

 
 HTH,
 Puneeth


- -- 
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology, UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Natural Sciences Building
Office Suite 2039
Stellenbosch University
Main Campus, Merriman Avenue
Stellenbosch
South Africa

Tel:+33 - (0)9 53 10 27 44
Cell:   +27 - (0)8 39 47 90 42
Fax (SA):   +27 - (0)8 65 16 27 82
Fax (D) :   +49 - (0)3 21 21 25 22 44
Fax (FR):   +33 - (0)9 58 10 27 44
email:  rai...@krugs.de

Skype:  RMkrug
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk023msACgkQoYgNqgF2egrH2gCfbHQWwNc3jt+355F5YKvg/6lW
3MMAnAto3cEUshsGPIc5BelRkM49a6u1
=XFgp
-END PGP SIGNATURE-

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode