~summeremacs

Recent activity

Re: Elfeed and Reeder 1 year, 3 months ago

From Summer Emacs to ~skeeto/public-inbox

Christopher Wellons @ 2022-08-22 11:35 :

> This was a problem I had intended to solve with the "elfeed-web" part
> of Elfeed. The plan was to visit using a browser on a mobile device
> and use the links to open tabs, if not just read inline. However, it
> wasn't useful enough to me, and I've only kept it around because it
> has users. If it's a long-form article I want to read more
> comfortably, I manually navigate and open it on my tablet. (It's
> shocking the number of websites that make this difficult, as though
> they don't want visitors.) There's an Android app, not written by me,
> linked in the README, though I don't know the state of it, nor is it
> helpful for iOS.

Elfeed and Reeder 1 year, 3 months ago

From Summer Emacs to ~skeeto/public-inbox

Hi,

I'm pretty new to emacs (been using it a few months) and I'm not a coder
at all - I use it for notes/org-mode/email and capturing. But since I
use it for so much now, I've been meaning to check out Elfeed. I love
the idea of integrating my articles so tightly with my org system.

However, I mostly read RSS feeds on Reeder on my iPad Pro/mini and
iPhone. I'm wondering: Can elfeed sync read items with Reeder in some
way? Reeder saves stuff to a file in iCloud which is synced across my
devices so maybe there's a way to read from that file? Has anyone done
this? I sub to a lot of feeds so I'd be getting tons of duplicate stuff
to go over if I can't do it this way.

Re: Multiple Directories? 1 year, 4 months ago

From Summer Emacs to ~protesilaos/denote

Protesilaos Stavrou @ 2022-07-10 14:04 :


> Yes, in each directory you write a .dir-locals.el.  But you do not
> include what you wrote there.  Only include this line:
>
> ((nil . ((denote-directory . default-directory))))

Done.

> No.  The code for your Emacs configuration is not related to this.

Perfect. =)

Re: Multiple Directories? 1 year, 4 months ago

From Summer Emacs to ~protesilaos/denote



Protesilaos Stavrou @ 2022-07-10 13:09 :


> Yes, you put the lines between the #+begin_src and #+end_src inside a
> file whose name is:
>
>     .dir-locals.el

---snip---
> Correct.  It does not need a .dir-locals-el

Re: Multiple Directories? 1 year, 4 months ago

From Summer Emacs to ~protesilaos/denote

Protesilaos Stavrou @ 2022-07-10 11:59 :

---snip---
> Yes, you need the silos.  I have prepared the following entry, which I
> will add to the manual later (I first need to finalise some unrelated
> tasks with Denote's code).  Please read it and let me know if it makes
> sense or if it needs some more work.

I've reviewed it and included questions below (and thank you very much
for this):

>     * Create silos of notes
>

Re: Multiple Directories? 1 year, 4 months ago

From Summer Emacs to ~protesilaos/denote

Protesilaos Stavrou @ 2022-07-10 10:43 :

> Good day!

Hi Prot =)
Thank you for your answer.

> What is the purpose of those other directories?  Do you want to store
> "notes" in them, or just other files (e.g. mp3).

I definitely want to store notes in two or three different places after
having thought about it and I'll explain why:

Multiple Directories? 1 year, 4 months ago

From Summer Emacs to ~protesilaos/denote

Hi again =)

Since I was considering renaming other files outside of my notes
directory with the denote format, I was wondering: Is it possible to
have to declare multiple notes directories?

Currently, I have: (not sure how to format this in mu4e)

---
(setq denote-dired-directories
      (list denote-directory
            (thread-last denote-directory (expand-file-name "attachments"))
            (expand-file-name "~/Documents/sync/org/")))
---

Re: Importing Old Journal from Org-Roam 1 year, 4 months ago

From Summer Emacs to ~protesilaos/denote

Protesilaos Stavrou @ 2022-07-09 14:37 :

> Hello there!

I feel like I just got a superstar autograph with this reply. =D

> You are doing it right.  This mailing list is for everything related to
> Denote, including discussions.  Everyone is welcome, not just
> programmers who contribute code.

Thank you. I appreciate that so much. =)

> For the time being, we do not have any means for bulk processing.  So

Importing Old Journal from Org-Roam 1 year, 4 months ago

From Summer Emacs to ~protesilaos/denote

Hi,

I hope that I'm not doing something bad by asking a question on here
instead of contributing - I'm new to all of this. =)

I was wondering how I can import a dozen or so journal entries from
org-roam into denote. I don't want the note creation date to be today
(or tomorrow), etc...but I want it to reflect the time and date of the
journal entry when I originally made it.

Is there a way, or do I have to just make the note, copy/paste, and then
edit the ID by hand in dired? I only have about a dozen or so to import
so it wouldn't be really bad to do it that way, but I just was wondering
if there was a better way that somebody might be aware of.