2021年12月31日 星期五

eww中複製org mode格式的超連結

  1. 啟動模組 M-x org-eww-copy-for-org-mode 勾選 eww 按Apply and Save 
  2. 在 *eww* 視窗中按小 g ,輸入連結
  3. 在網頁中選取需要的部分;不選的話會複製整個網頁
  4. C-c C-x C-w 或 M-x org-eww-copy-for-org-mode
  5. 將內容貼到需要的地方,C-y (或 C-v ,若 Lua 有設定好的話)

 參 org-eww 

;; In an eww buffer function `org-eww-copy-for-org-mode' kills either

;; a region or the whole buffer if no region is set and transforms the
;; text on the fly so that it can be pasted into an org-mode buffer
;; with hot links.

;; C-c C-x C-w (and also C-c C-x M-w) trigger
;; `org-eww-copy-for-org-mode'.