From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Sebastian E. Kwiatkowski" Subject: Clickable links and row insertion/deletion in column view Date: Fri, 13 May 2016 18:19:29 +0200 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=047d7bdc0da0ad1a7c0532bba381 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:59153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1FoL-0001Z2-Ds for emacs-orgmode@gnu.org; Fri, 13 May 2016 12:19:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1FoI-0002fb-TL for emacs-orgmode@gnu.org; Fri, 13 May 2016 12:19:32 -0400 Received: from mail-ig0-x236.google.com ([2607:f8b0:4001:c05::236]:37612) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1FoI-0002fS-NI for emacs-orgmode@gnu.org; Fri, 13 May 2016 12:19:30 -0400 Received: by mail-ig0-x236.google.com with SMTP id s8so12953976ign.0 for ; Fri, 13 May 2016 09:19:30 -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" To: emacs-orgmode@gnu.org --047d7bdc0da0ad1a7c0532bba381 Content-Type: text/plain; charset=UTF-8 Hi, 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? 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. I've read the full guide, but didn't find any solutions in it. A thread from 2009 indicates that (a) it's something that other people might find useful as well and (b) it wasn't easy to implement back then. ( http://thread.gmane.org/gmane.emacs.orgmode/17021/focus=17044). I'm hoping that things might have changed. I'd be very happy to make a donation or compensate the person directly if someone can code up a solution. Thanks! Sebastian --047d7bdc0da0ad1a7c0532bba381 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi,

while trying to switch from using s= preadsheet to Org mode for some information management tasks, two issues ca= me up:

1) I spend a lot of time using column view = in documents that contain URLs. Is it possible to display clickable links i= n column view?

2) Can I define keybindings to inse= rt 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.

I've read the full guide, but didn't find any solut= ions in it. A thread from 2009 indicates that (a) it's something that o= ther people might find useful as well and (b) it wasn't easy to impleme= nt back then. (http://thread.gmane.org/gmane.emacs.orgmode/17021/focus=3D1= 7044).

I'm hoping that things might ha= ve changed. I'd be very happy to make a donation or compensate the pers= on directly if someone can code up a solution.

Tha= nks!

Sebastian
--047d7bdc0da0ad1a7c0532bba381-- 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