Re: from dired to an org file with list of files with links

2020-12-13 Thread Jean Louis
* TRS-80 [2020-12-11 19:21]: > On 2020-12-11 03:09, Uwe Brauer wrote: > > > Dear Uwe, > > > * Uwe Brauer [2020-12-10 22:45]: > > > > > (require 'dired-x) > > > > > (defun dired-to-org-links () > > > "Generates Org links for Dired files and stores in memory. Yank > > > it in other buffer" > >

Re: from dired to an org file with list of files with links

2020-12-11 Thread TRS-80
On 2020-12-11 03:09, Uwe Brauer wrote: Dear Uwe, * Uwe Brauer [2020-12-10 22:45]: (require 'dired-x) (defun dired-to-org-links () "Generates Org links for Dired files and stores in memory. Yank it in other buffer" (interactive) (let* ((files (dired-get-marked-files))) (when files

Re: from dired to an org file with list of files with links

2020-12-11 Thread Uwe Brauer
> Dear Uwe, > * Uwe Brauer [2020-12-10 22:45]: > (require 'dired-x) > (defun dired-to-org-links () > "Generates Org links for Dired files and stores in memory. Yank > it in other buffer" > (interactive) > (let* ((files (dired-get-marked-files))) > (when files > (kill-new >

Re: from dired to an org file with list of files with links

2020-12-10 Thread Jean Louis
Dear Uwe, * Uwe Brauer [2020-12-10 22:45]: > > Hi > > Suppose via dired I see > > -rw-rw-r-- 1 oub oub 1003 dic 10 18:17 auto-org-md-autoloads.el > -rw-rw-r-- 1 oub oub 2,0K dic 10 18:17 auto-org-md.el > -rw-rw-r-- 1 oub oub 2,3K dic 10 18:17 auto-org-md.elc > -rw-rw-r-- 1 oub

[one pkf found] (was: from dired to an org file with list of files with links)

2020-12-10 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > Suppose via dired I see > -rw-rw-r-- 1 oub oub 1003 dic 10 18:17 auto-org-md-autoloads.el > -rw-rw-r-- 1 oub oub 2,0K dic 10 18:17 auto-org-md.el > -rw-rw-r-- 1 oub oub 2,3K dic 10 18:17 auto-org-md.elc > -rw-rw-r-- 1 oub oub 486 dic 10 18

from dired to an org file with list of files with links

2020-12-10 Thread Uwe Brauer
Hi Suppose via dired I see -rw-rw-r-- 1 oub oub 1003 dic 10 18:17 auto-org-md-autoloads.el -rw-rw-r-- 1 oub oub 2,0K dic 10 18:17 auto-org-md.el -rw-rw-r-- 1 oub oub 2,3K dic 10 18:17 auto-org-md.elc -rw-rw-r-- 1 oub oub 486 dic 10 18:17 auto-org-md-pkg.el I'd like to create