Tim Lee

Results 38 issues of Tim Lee

If I sync on latest python environment, I got this error. It's not python 3.11 issue exactly. But most users can see it on latest python. The issue is occurred...

I can upload data using my own Drive API key. `git-annex-remote-googledrive` keep saying `git-annex-remote-googledrive setup` for authentication after few hours later. I store and synchronize data between Laptop and Desktop...

I used `-J 20` option to upload to Google Drive because single threading is really slow for 200 GiB backup data. It makes the same `NESTED-0000...` folder and so many...

Currently, emacs-jupyter display audio/video object itself. ```python #+begin_src jupyter-python :session tqdm :async yes import IPython.display as ipd import numpy sr = 22050 # sample rate T = 0.5 # seconds...

Emacs-jupyter ignores `\r` character in results blocks. But this makes the progress bar which uses `\r` for clearing a previous text line to useless. ```python #+begin_src jupyter-python :session tqdm :async...

Split `org-brain.el` to `org-brain-ivy.el`, `org-brain-helm.el` and `org-brain-polymode.el` for removing `with-eval-after-load` clauses. Fix #384

Org 9.6 makes links in org-fold broken. So it needs to add `overlay` style. This issue already happened in other org-mode based packages. e.g: org-roam Fix #382

###### Motivation for this change Closes #2199 This PR needs PR #2336 to search correct OLP. `org-roam-ref-capture` doesn't find correct the outline path when `org-roam-capture--try-capture-to-ref-h` is called. It needs to...

2. capture

###### Motivation for this change Closes #2335 After `org-roam-capture--fill-template` which actually calls `(kill-buffer)` inside it, strangely `kill-buffer` reverts buffer position from `(point-min)` to original. So `re-search-forward` loop can't find headings...

2. capture

### Description When I make capture task by code, org-roam generates OLP heading again sometimes. #### Steps to Reproduce Run this code and check `org/roam/daily/test.org` Then run the code again....

2. capture