From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aditya Mandayam Subject: extending automatic screenshot insertion Date: Thu, 25 Aug 2011 12:11:08 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:43804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwWuc-0002Sk-CB for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 06:11:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QwWub-0003d0-48 for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 06:11:50 -0400 Received: from mail-gw0-f41.google.com ([74.125.83.41]:54311) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QwWub-0003cv-1e for emacs-orgmode@gnu.org; Thu, 25 Aug 2011 06:11:49 -0400 Received: by gwaa20 with SMTP id a20so1722021gwa.0 for ; Thu, 25 Aug 2011 03:11:48 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org hello, i would like to extend the auto screenshot method described here: http://comments.gmane.org/gmane.emacs.orgmode/33770 first: a way in which i can be prompted to enter a filename instead of having a random string second: a timestamp be appended after i have entered the filename third: to specify somehow, the dimensions of the bounding box of the screenshot how can this be done? thanks, a