Ken Mankoff
Ken Mankoff
I have `(setq jupyter-use-zmq nil)` because of the ZMQ issues. #297. Your proposed fix does work. Thank you.
+1 for this feature request. In addition to automatically (or optionally?) issuing DOIs for dataverses, it would also be nice to have the citation box available when viewing the dataverse....
I note a comment here https://github.com/protesilaos/denote/issues/361#issuecomment-2119237094 says > I don't see a way around this. If you have a file "some-file@@20240505T111111.org", is "some-file" a title, a keyword or a signature?...
And one more comment. in #332 all of the examples of title-first have no leading `--`. It makes me think I'm doing something wrong, but have not found mention of...
> Does it work if you quote the file names? No. Both `"bar"` and `'bar'` produce `--bar`. > we cannot know what the previous preference was and if any files...
> Does it work if you quote the file names? I (obviously) misunderstood the question. I tried to quote the title when creating the note, not the filename when accessing....
Also occurring with GeoSeries: ```python ds = gpd.GeoSeries() ds = roi.set_crs('EPSG:3413') p = shapely.Polygon([(0,0),(1,0),(1,1),(0,1)]) print(ds.crs) ds['foo'] = p print(ds.crs) ``` ``` : EPSG:3413 : None ```
`edit-draft-edit` means `E` then `C-c C-d` then `E` again. Yes it happens each time. Here is my view of replying to your email `R`, sending to draft `C-c C-d`, and...
This was labeled `cannotreproduce` and `needsinfo`. I then provided some. Is this reproducible? I can provide my full config (it's extremely minimal) and do further testing if this still `needsinfo`.
What version are you using? I assume emacs29 and not 27? I just installed emacs29 (via `flatpak`... probably not the idea way to test things). I'm using this as my...