From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Clickable links and row insertion/deletion in column view Date: Sat, 14 May 2016 01:11:51 +0200 Message-ID: <87wpmx7du0.fsf@saiph.selenimh> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51390) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1MPG-0008Gb-0D for emacs-orgmode@gnu.org; Fri, 13 May 2016 19:22:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1MPD-0007s3-Th for emacs-orgmode@gnu.org; Fri, 13 May 2016 19:22:04 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:52295) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1MPD-0007ry-NJ for emacs-orgmode@gnu.org; Fri, 13 May 2016 19:22:03 -0400 In-Reply-To: (Sebastian E. Kwiatkowski's message of "Fri, 13 May 2016 18:19:29 +0200") 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" To: "Sebastian E. Kwiatkowski" Cc: emacs-orgmode@gnu.org Hello, "Sebastian E. Kwiatkowski" writes: > while trying to switch from using spreadsheet to Org mode for some > information management tasks, two issues came up: > > 1) I spend a lot of time using column view in documents that contain URLs. > Is it possible to display clickable links in column view? Column view uses overlays. I don't think you can make a part of an overlay displayed text clickable. > 2) Can I define keybindings to insert and delete rows within column view? > Right now, I find myself leaving and re-entering column view all the time > just to add or remove rows. You can add (respectively remove) rows with M-S-Right and M-S-Left. Regards, -- Nicolas Goaziou