all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eduardo Ochs <eduardoochs@gmail.com>
To: Eduardo Ochs <eduardoochs@gmail.com>,
	help-gnu-emacs <help-gnu-emacs@gnu.org>,
	Jean Louis <bugs@gnu.support>
Subject: Re: Integrating eev and org-capture/org-capture-set-target-location
Date: Fri, 4 Jun 2021 19:28:41 -0300	[thread overview]
Message-ID: <CADs++6hpJeA3MpHOcCXWLvMn3edHm7V1-HA82ASRaGVwxkzwTg@mail.gmail.com> (raw)
In-Reply-To: <YLptjc81XZDW8crV@protected.localdomain>

On Fri, 4 Jun 2021 at 15:17, Jean Louis <bugs@gnu.support> wrote:
>
> Not working here, eev mode is always on. Maybe I did not load some
> library?
>
> eval: Symbol’s function definition is void: find-orgnode
>
> > Are the sexp hyperlinks to videos working well for you?

Ouch! My fault, sorry!

I was sure that there was a line like this

  (code-c-d "org" (ee-locate-library "org") :info "org")

in the list of `code-c-d's that are run by default, that is here:

  (find-eev "eev-code.el" "code-c-d-s")
  http://angg.twu.net/eev-current/eev-code.el.html#code-c-d-s

But no, my (code-c-d "org" ...) is only in my ~/.emacs. I'll fix this
in the next eev version - but a temporary solution is to just execute
the code-c-d sexp above. Try this, and after that try again the
`find-orgnode' sexp hyperlinks from the other e-mail... let me copy
them here for convenience:

  (find-orgnode "Capture templates" "file+headline")
  (find-orgnode "Template elements" "\ntarget")



About the videos: nowadays I have a good connection and when I'm home
I can usually open a video on youtube in about 10 seconds, but this is
a new situation for me, and I have lots of reasons for wanting to make
everything in eev usable in situations in which the internet is very
slow or intermittent - like in the campus in which I work, or more
precisely in which I work when we're not in quarentine...

The docs of eev refer to some videos - the eight ones listed here:

  http://angg.twu.net/eev-intros/find-videos-intro.html#1
  (find-videos-intro "1. Some videos")

All of them can be downloaded with wget, and a sexp like this one

  (find-eevvlinksvideo "0:00")

creates a temporary buffer with several ways to access the video -
including a way to wget it from my site as an MP4 file, and to play
the local copy of the MP4. In this case the shell commands in the
temporary buffer are these ones,

  export S=$HOME/snarf
  mkdir -p $S/http/angg.twu.net/eev-videos/
  cd       $S/http/angg.twu.net/eev-videos/
  wget -nc 'http://angg.twu.net/eev-videos/2021-video-links.mp4'

and the video has 15 minutes and 29 megabytes. Downloading videos from
youtube requires an updated version of youtube-dl and involves a lot
of overhead; downloading an MP4 with wget is much simpler - and I hope
that this becomes a more popular way to share videos about Emacs.

So: if you have 29 megabytes of bandwidth to spare, try the
`find-eevvlinksvideo' sexp above! =)

  Cheers,
    Eduardo Ochs
    http://angg.twu.net/#eev
    http://angg.twu.net/2021-video-links.html



  reply	other threads:[~2021-06-04 22:28 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-04  3:41 Integrating eev and org-capture/org-capture-set-target-location Eduardo Ochs
2021-06-04  6:00 ` Jean Louis
2021-06-04 16:09   ` Eduardo Ochs
2021-06-04 18:14     ` Jean Louis
2021-06-04 22:28       ` Eduardo Ochs [this message]
2021-06-04 23:33         ` Jean Louis

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CADs++6hpJeA3MpHOcCXWLvMn3edHm7V1-HA82ASRaGVwxkzwTg@mail.gmail.com \
    --to=eduardoochs@gmail.com \
    --cc=bugs@gnu.support \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.