d12frosted / vulpea

A collection of functions for note taking based on `org` and `org-roam`.
GNU General Public License v3.0
236 stars 12 forks source link

Updating a solitary meta value inserts a new line #134

Closed d4ncer closed 2 years ago

d4ncer commented 2 years ago

Context

I'd like to update a project status (defined as a description list item) in place using vulpea-buffer-meta-set, but when this is the only item in the description list, it adds a new line when updating (video below shows the issue). This does not happen when there are multiple items in the list.

Video

https://user-images.githubusercontent.com/1840377/152414594-806d1971-168c-4b25-aed9-cf616e930cef.mp4

d12frosted commented 2 years ago

Fixed by 12b28df. Thanks @d4ncer 💯