Akash

Results 184 comments of Akash

We could add something like this to the Manual instead of creating an extension -- we need to circumvent the id resolution, creating an extension could be an overkill in...

**PROBLEM** One problem with current implementation is that - this just borks links to headline nodes (contra file nodes) We need to cleverly circumvent this problem -- the issue we...

If we add support for line numbers for FILE Type links as documented in #241 we can use a better way ``` (defun org-transclusion-add-org-id--tofile (link &rest args) "Translate ID type...

### Present scenario 1. `org-id :: search` is still work in progress. Hinderance to implementation : `#'org-id-find` does not report marker element for id containing search parameter. ### Function in...

can you please provide the template for d as mentioned in the error cannot replicate with ``` (org-roam-capture- :node (org-roam-node-create :id "10327715-44BA-43C1-AC9B-63A65360E1C8" :title "AI governance: a research agenda") :info '(:ref...

had no luck in trying to recreate unfortunately Testing procedure. ``` (let* ((template-structure (lambda () "* %^{author-or-editor-abbrev} — %^{title} :%^{entry-type}:biblio: :PROPERTIES: :ROAM_REFS: [cite:@%^{citekey}] :Custom_ID: %^{citekey} :NOTER_DOCUMENT: %(file-name-concat \"/Users/pablostafforini/My Drive/library-pdf/\" (file-name-with-extension...

``` :PROPERTIES: :ID: 10327715-44BA-43C1-AC9B-63A65360E1C8 :ROAM_REFS: @Dafoe2018AIGovernanceResearch :END: ``` This is created - seems very strange. Using the latest `org-roam-capture.el` from this repo. You'd have to wait for someone else to...

No it merely complained that there is a template place but it isn't provided (it complains each time it runs) because (lambda ()) is empty here. Could it be a...

Keep the issue open, should need investigation

The org-roam-capture--insert-captured-ref-h function adds :roam_refs: to :properties: after capture. Without it bibtex entries wouldn't be registered in org-roam