emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Turn off "pushed to kill ring and clipboard" exporting HTML
@ 2010-04-07 17:43 Xin Shi
  2010-04-07 17:51 ` Dan Davison
  0 siblings, 1 reply; 5+ messages in thread
From: Xin Shi @ 2010-04-07 17:43 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 230 bytes --]

Hello,

When exporting to HTML, the default behavior is to "pushed to kill ring and
clipboard". As shown in the message:

HTML export done, pushed to kill ring and clipboard

Are there any way to turn off this push?

Thanks!

Xin

[-- Attachment #1.2: Type: text/html, Size: 280 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Turn off "pushed to kill ring and clipboard" exporting HTML
  2010-04-07 17:43 Turn off "pushed to kill ring and clipboard" exporting HTML Xin Shi
@ 2010-04-07 17:51 ` Dan Davison
  2010-04-07 18:08   ` Xin Shi
                     ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Dan Davison @ 2010-04-07 17:51 UTC (permalink / raw)
  To: Xin Shi; +Cc: emacs-orgmode

Xin Shi <shixin111@gmail.com> writes:

> Hello,
>
> When exporting to HTML, the default behavior is to "pushed to kill ring and
> clipboard". As shown in the message:
>
> HTML export done, pushed to kill ring and clipboard
>
> Are there any way to turn off this push?

(setq org-export-copy-to-kill-ring nil)

Or use customize to do the same.

I'd be interested to know how people make use of this feature (i.e. why
it is on by default.)

Dan

>
> Thanks!
>
> Xin
>
> _______________________________________________
> 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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Turn off "pushed to kill ring and clipboard" exporting HTML
  2010-04-07 17:51 ` Dan Davison
@ 2010-04-07 18:08   ` Xin Shi
  2010-04-07 18:11   ` Erik Iverson
  2010-04-07 22:36   ` Carsten Dominik
  2 siblings, 0 replies; 5+ messages in thread
From: Xin Shi @ 2010-04-07 18:08 UTC (permalink / raw)
  To: Dan Davison; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 917 bytes --]

Thank you!

I never use it.  Just found it annoying when using C-y to paste in Emacs
sometimes :)

Xin


On Wed, Apr 7, 2010 at 1:51 PM, Dan Davison <davison@stats.ox.ac.uk> wrote:

> Xin Shi <shixin111@gmail.com> writes:
>
> > Hello,
> >
> > When exporting to HTML, the default behavior is to "pushed to kill ring
> and
> > clipboard". As shown in the message:
> >
> > HTML export done, pushed to kill ring and clipboard
> >
> > Are there any way to turn off this push?
>
> (setq org-export-copy-to-kill-ring nil)
>
> Or use customize to do the same.
>
> I'd be interested to know how people make use of this feature (i.e. why
> it is on by default.)
>
> Dan
>
> >
> > Thanks!
> >
> > Xin
> >
> > _______________________________________________
> > 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
>

[-- Attachment #1.2: Type: text/html, Size: 1576 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Turn off "pushed to kill ring and clipboard" exporting HTML
  2010-04-07 17:51 ` Dan Davison
  2010-04-07 18:08   ` Xin Shi
@ 2010-04-07 18:11   ` Erik Iverson
  2010-04-07 22:36   ` Carsten Dominik
  2 siblings, 0 replies; 5+ messages in thread
From: Erik Iverson @ 2010-04-07 18:11 UTC (permalink / raw)
  To: Dan Davison; +Cc: emacs-orgmode



Dan Davison wrote:
> Xin Shi <shixin111@gmail.com> writes:
> 
>> Hello,
>>
>> When exporting to HTML, the default behavior is to "pushed to kill ring and
>> clipboard". As shown in the message:
>>
>> HTML export done, pushed to kill ring and clipboard
>>
>> Are there any way to turn off this push?
> 
> (setq org-export-copy-to-kill-ring nil)
> 
> Or use customize to do the same.
> 
> I'd be interested to know how people make use of this feature (i.e. why
> it is on by default.)
>

I use org-mode to write blog posts (including R code) and post the 
resulting HTML to Wordpress, so it works for me.

I run the org-file through a custom Sweave first to generate output, 
then export that.  I've been meaning to look at org-babel as a 
substitute to this in the future.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Turn off "pushed to kill ring and clipboard" exporting HTML
  2010-04-07 17:51 ` Dan Davison
  2010-04-07 18:08   ` Xin Shi
  2010-04-07 18:11   ` Erik Iverson
@ 2010-04-07 22:36   ` Carsten Dominik
  2 siblings, 0 replies; 5+ messages in thread
From: Carsten Dominik @ 2010-04-07 22:36 UTC (permalink / raw)
  To: Dan Davison; +Cc: emacs-orgmode


On Apr 7, 2010, at 7:51 PM, Dan Davison wrote:

> Xin Shi <shixin111@gmail.com> writes:
>
>> Hello,
>>
>> When exporting to HTML, the default behavior is to "pushed to kill  
>> ring and
>> clipboard". As shown in the message:
>>
>> HTML export done, pushed to kill ring and clipboard
>>
>> Are there any way to turn off this push?
>
> (setq org-export-copy-to-kill-ring nil)
>
> Or use customize to do the same.
>
> I'd be interested to know how people make use of this feature (i.e.  
> why
> it is on by default.)

:-) because I use it like this very often, in particular for ASCII  
export - I export and then paste in another program.

I do not use it like this with HTML for example - but I hardly ever  
rely on the fact that the clipboard/kill is still the same after   
running an export command.

I would be certainly be possible to convince me that we should change  
the default - but as of now, I am not convinced.

- Carsten

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-04-07 22:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-07 17:43 Turn off "pushed to kill ring and clipboard" exporting HTML Xin Shi
2010-04-07 17:51 ` Dan Davison
2010-04-07 18:08   ` Xin Shi
2010-04-07 18:11   ` Erik Iverson
2010-04-07 22:36   ` Carsten Dominik

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).