-
-
Notifications
You must be signed in to change notification settings - Fork 2
Wine Entry
Cellar notes in Vino represent individual wines, identified by their producer, name, and vintage. For instance, you don't need separate files for two bottles of the same wine, like La Stoppa Ageno 2015. However, a different vintage, such as La Stoppa Ageno 2017, would require its own note. This approach also applies to different releases of the same wine, like non-vintage Champagne, which can vary based on base vintage or disgorgement date.
Each Vino entry file must have a cellar
tag in addition to the wine
tag. The recommended way to create a Vino entry is by using the vino-entry-create
interactive function. This function gathers all the necessary information, generates a new file using the ID
as the file name, and links to related producer, grapes, appellation, and region.
To update most of the calculated metadata, use the vino-entry-update
interactive function. This updates elements like rating, title, description of the linked notes. Extensions should hook into this function, unless there's a specific reason not to.
Ratings are automatically updated when using the vino-entry-rate
function and can also be manually updated with vino-entry-update
.
For managing the availability of wines, Vino includes Inventory capabilities. More details can be found in the relevant section.
Below is an example of a cellar file for a specific wine:
# Example of a cellar file for Arianna Occhipinti Bombolieri BB 2017
$ cat wine/cellar/c9937e3e-c83d-4d8d-a612-6110e6706252.org
:PROPERTIES:
:ID: c9937e3e-c83d-4d8d-a612-6110e6706252
:END:
#+title: Arianna Occhipinti Bombolieri BB 2017
#+filetags: :wine:cellar:
- carbonation :: still
- colour :: red
- sweetness :: dry
- producer :: [[id:8f62b3bd-2a36-4227-a0d3-4107cd8dac19][Arianna Occhipinti]]
- name :: Bombolieri BB
- vintage :: 2017
- appellation :: [[id:8353e2fc-8034-4540-8254-4b63fb5a421a][IGP Terre Siciliane]]
- grapes :: [[id:cb1eb3b9-6233-4916-8c05-a3a4739e0cfa][Frappato]]
- alcohol :: 13%
- sugar :: 1g/L
- price :: 50.00 EUR
- acquired :: 2 bottles
- consumed :: 1 bottle
- available :: 1 bottle
- resources :: [[http://www.agricolaocchipinti.it/it/vinicontrada][agricolaocchipinti.it]]
- rating :: NA
#+begin_quote
"Il Frappato stems from a dream which I had when I was a girl to make a wine that
knows the land that I work, the air I breathe, and my own thoughts. It is bitter,
bloody and elegant. That is Vittoria and the Iblei Mountains. It is the wine
that most resembles me, brave, original and rebellious. But not only. It has
peasant origins, for this it loves its roots and the past that it brings in;
but, at the same time, it is able to fight to improve itself. It knows
refinement without forgetting itself."
- Arianna Occhipinti
#+end_quote