Re: Add a new link type for video files

2020-01-31 Thread Bastien
stardiviner writes: > Ok, I will push code and tutorial to Worg. I remember I added once > for ob-clojure-literate.el. Thanks a lot, -- Bastien

Re: Add a new link type for video files

2020-01-31 Thread stardiviner
Bastien writes: > Hi Stardiviner, > > Nicolas Goaziou writes: > >> I don't have a strong opinion on this, but considering Emacs does not >> provide any way to play videos out of the box, I think there is no point >> in shipping this with Emacs. > > agreed. But this is a also nice feature

Re: Add a new link type for video files

2020-01-31 Thread Bastien
Hi Stardiviner, Nicolas Goaziou writes: > I don't have a strong opinion on this, but considering Emacs does not > provide any way to play videos out of the box, I think there is no point > in shipping this with Emacs. agreed. But this is a also nice feature (provided it does not depend on the

Re: Add a new link type for video files

2020-01-07 Thread Nicolas Goaziou
Hello, stardiviner writes: > I write a patch to add new link type: > > #+begin_example > [[video:/path/to/file.mp4::00:13:20]] > #+end_example Thank you. > This will open video file in specific timestamp. And it is possible to add > more > options in link. Like video player arguments. > > I

Re: Add a new link type for video files

2020-01-03 Thread Eduardo Ochs
Hi Stardiviner, just some quick comments on org-video-link-open... Eev also has functions for opening audio/video files at certain time offsets. They are called like this (with `C-e C-x C-e' or something equivalent), (find-video "~/eev-videos/Punch_and_Judy_Mark_Poulton-K6LmZ0A1s9U.mp4")

Add a new link type for video files

2020-01-03 Thread stardiviner
I write a patch to add new link type: #+begin_example [[video:/path/to/file.mp4::00:13:20]] #+end_example This will open video file in specific timestamp. And it is possible to add more options in link. Like video player arguments. I want to ask should I add this patch to Org Mode built-in?