Re: [O] [PATCH] Kill in eww and keep the links for org

2014-10-07 Thread Marco Wahl
Hi! Nicolas Goaziou writes: > Since the file is in contrib and you're its author, you can obviously > push the code. Thanks for making that clear. > Some minor comments follow. > >> +;;; org-eww.el --- Store url and kill from eww-mode for Org > > Eww mode > >> +(equal (point) (org-eww-goto

Re: [O] [PATCH] Kill in eww and keep the links for org

2014-10-07 Thread Nicolas Goaziou
Hello, Marco Wahl writes: > to kill in a w3m-buffer and yank into an org-mode-buffer by keeping the > links is a long known feature in org-module org-w3m. The patch below > provides this functionality for eww. Note that the code is very similar > to the code for the w3m case. > > What do you t

[O] [PATCH] Kill in eww and keep the links for org

2014-10-07 Thread Marco Wahl
Hi, to kill in a w3m-buffer and yank into an org-mode-buffer by keeping the links is a long known feature in org-module org-w3m. The patch below provides this functionality for eww. Note that the code is very similar to the code for the w3m case. What do you think? Shall I try to push the code