~nobiot

https://nobiot.com

My project(s): tiny-emacs-packages: https://sr.ht/~nobiot/tiny-emacs-packages/

Recent activity

Re: File extension and front-matter format 7 months ago

From Noboru to ~protesilaos/denote

You are welcome, André.
nobiot 
Sent from my iPhone

> On 5. Mar 2024, at 20:10, André Fincato <andre@andrefincato.info> wrote:
> 
> Even though it took me 3 months to look into, I just spent 30 mins now at last hacking with Denote.
> 
> I am happy to report I managed to let Denote create a `.txt` file with a custom front-matter, YAML style.
> 
> Thanks Noboru to get back to me instantly, and Prot for this amazing package!

Re: File extension and front-matter format 9 months ago

From Noboru to ~protesilaos/denote

Hi André,

I use YAML for my markdown files with Denote. See `maekdown-yaml` file type. You should be able to adjust denote’s file type so that  you can use YAML front matter with .txt file extension.


nobiot 
Sent from my iPhone

> On 10. Dec 2023, at 20:40, André Fincato <andre@andrefincato.info> wrote:
> 
> Hi hi,
> 
> I hope this question hasn't been asked already, as I searched the archives with no avail.
> 

Re: denote-change-file-type does not take time from identifier 1 year, 14 days ago

From Noboru to ~protesilaos/denote

> Perhaps we should default to UTC?

Independent of this issue, personally I prefer
the way it is now: local time everywhere. It sort
of captures the moment of the time I
experience—even if I was jet-lagged by flying
from Paris to Tokyo, as an example, it “was”
four in the morning I wrote this piece; not
08:00:00 in UTC.

nobiot 
Sent from my iPhone

Re: denote-change-file-type does not take time from identifier 1 year, 14 days ago

From nobiot to ~protesilaos/denote

Hi Niall,

I was trying to verify my suspicion about the influence of time zone. I
think I was mistaken.

> #+title:      Public vs Private IP Addresses
> #+date:       [2023-09-16 Sat 19:28]
> #+filetags:   :networking:
> #+identifier: 20230916T172802

The command `denote-change-file-type` calls `denote--add-front-matter'
to add a new front matter. The new frontmatter determines the new `date` from
the identifier in the _file name_.

Re: denote-change-file-type does not take time from identifier 1 year, 15 days ago

From nobiot to ~protesilaos/denote

> I note in the Org front matter the date includes the time. However,
> notice this time does not match the time in the identifier.

Hi Niall, I suspect this is related to the difference between your local
time zone and UTC. You happen to have created your note in the UTC+2
time zone, perhaps?

--nobiot

Minor link issue on https://archive.casouri.cc 1 year, 20 days ago

From Noboru Ota to ~casouri/public-inbox

Hi Yuan,

I enjoy reading your notes. I've come to your website via your Emacs
work, Xeft, and am delighted to learn about your interest in type and
Pollen.

There seems to be a very minor link issue on the RSS link in your page
at `https://archive.casouri.cc/note/index.html`.

The RSS link on it is `https://archive.casouri.cc/note/note/atom.xml`.
It has an extra `note/`. Removing it lets me subscribe to the feed.

Thank you.

[PATCH] Move "Denote" menu on menu-bar to the end after "Tools" 1 year, 21 days ago

From Noboru Ota to ~protesilaos/denote

Hi Prot and all in the list.

I'm happy to see that Prot has got his off-grid electricity cabin up.
Hope everything is working as you expect it to, Prot.

Here is a patch. I have got this method from Charles Choi's blog article, "Using
Bookmarks in Emacs like you do in Web Browsers" [1].

[1]:http://yummymelon.com/devnull/using-bookmarks-in-emacs-like-you-do-in-web-browsers.html


– nobiot
[message trimmed]

[PATCH] Move "Denote" menu on menu-bar to the end after Tools 1 year, 21 days ago

From Noboru Ota to ~protesilaos/denote

Hi Prot and all in the list.

I'm happy to see that Prot has got his off-grid electricity cabin up.
Hope everything is working as you expect it to, Prot.

Here is a new patch. I have got this method from Charles Choi's blog article, "Using Bookmarks in Emacs like you do in Web Browsers" [1].

[1]:http://yummymelon.com/devnull/using-bookmarks-in-emacs-like-you-do-in-web-browsers.html

– nobiot

From ec217494621d6d70f28c9c3a1eb1b0539e6e92b7 Mon Sep 17 00:00:00 2001
From: Noboru Ota <me@nobiot.com>
Date: Fri, 15 Sep 2023 09:18:08 +0200
[message trimmed]

Attaching a patch 1 year, 21 days ago

From nobiot to ~sircmpwn/email-test-drive

Some body text.

Below inline attaching the patch.

[PATCH] Demonstrate that I can use git send-email 1 year, 21 days ago

From nobiot to ~sircmpwn/email-test-drive

Some email body text here.

From 125303fcc408f9567cd2a4afd6698b99b359f543 Mon Sep 17 00:00:00 2001
From: Noboru Ota <me@nobiot.com>
Date: Fri, 15 Sep 2023 10:13:18 +0200
Subject: [PATCH] Demonstrate that I can use git send-email

---
 nobiot | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 nobiot

diff --git a/nobiot b/nobiot
new file mode 100644
[message trimmed]