Re: org-attach a directory?

2021-06-09 Thread Ypo
C-c C-a s (not "S" like in the video, but "s") El 10/06/2021 a las 1:39, John Kitchin escribió: can you give an example of those commands, I tried the key commands C-c C-a which opens the dispatcher s to set a directory then C-c C-a z to sync, but it did not do anything but add a :DIR:

Re: org-attach a directory?

2021-06-09 Thread Ypo
Hi John :-) Take a look: https://mega.nz/file/hKgECBqY#8UVEURWQBvDpno9DPEk8gb8E-zxAJq3F3E8Y9I9xRFk El 10/06/2021 a las 1:39, John Kitchin escribió: can you give an example of those commands, I tried the key commands C-c C-a which opens the dispatcher s to set a directory then C-c C-a z to

Re: org-attach a directory?

2021-06-09 Thread John Kitchin
can you give an example of those commands, I tried the key commands C-c C-a which opens the dispatcher s to set a directory then C-c C-a z to sync, but it did not do anything but add a :DIR: property. it didn't move or copy files anywhere. Here is the code I am currently using that basically

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-09 Thread Dr. Arne Babenhauserheide
Eric S Fraga writes: >> Not sure if it counts as off-topic for this thread, but does everyone >> use Git to manage their Org docs and notes? > > I use a variety of version control systems but for multiple computers I > use unison to keep them all synchronised. I use Mercurial for all my

Re: org-attach a directory?

2021-06-09 Thread Ypo
Firstly you set the folder where your files are as attachment DIRectory. Then, you set your target attachment DIRectory (always using the attachment commands). After doing this, you will be offered the option to copy and delete all the files from the former to the target folder. Hugs

Re: [PATCH] Allow LaTeX reference command (\ref) to be customised

2021-06-09 Thread Timothy
Nicolas Goaziou writes: > Sure, LGTM! Cool :) Merged. Now the only other LaTeX PR I may poke you about in the future is the latexmk one :P -- Timothy

[BUG] org-return does not honor delete-selection-mode [9.4.6 (release_9.4.6-551-gf70e36 @ /home/gustavo/.emacs.d/lib/org-mode/lisp/)]

2021-06-09 Thread Gustavo Barros
Hi All, `org-return' currently does not honor `delete-selection-mode'. An ECM to reproduce it is the following. Start `emacs -Q' and do some setup: #+begin_src emacs-lisp (add-to-list 'load-path "~/.emacs.d/lib/org-mode/lisp") ;; Org repo at commit f70e36252 (load-library "org")

Re: [org-cite, oc-basic] configurable open-at-point, font-locking when json?

2021-06-09 Thread Nicolas Goaziou
Hello, "Bruce D'Arcus" writes: > Given how common existing functions are that take a list of keys, WDYT > about adding something like a `org-cite-get-references-keys` helper > function, to parallel `org-cite-get-references`? > > So in this case one could do: > > (bibtex-completion-open-any

Re: [PATCH] Allow LaTeX reference command (\ref) to be customised

2021-06-09 Thread Nicolas Goaziou
Timothy writes: > If what I've said above makes sense, I think it would be good to merge > . Sure, LGTM! Regards,

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-09 Thread Maxim Nikulin
On 09/06/2021 00:21, Samuel Banya wrote: I've noticed that some times after git merge events across a few machines (ex: I forgot I had already pushed notes for my private notes on one machine, and had to merge the results from another machine), I'll get weird "HEAD" and "END" statements

Re: [PATCH] Allow LaTeX reference command (\ref) to be customised

2021-06-09 Thread Timothy
Nicolas Goaziou writes: > I agree there is no good reason to hard-code "\ref", but, off the top of > my head, there may be a couple of things to consider: > > 1. There is still a dangling \ref in `org-latex-footnote-defined-format'; I noticed this, but looking at the usage I think the user

Re: HTML export uses anchor ids which change on every export

2021-06-09 Thread Nicolas Goaziou
Hello, Spencer Baugh writes: > Nicolas Goaziou writes: >> No, for public links, CUSTOM_ID is the only sane way to handle this. >> Even "sec-2" could betray you if you slightly modify the document. > > I understand and agree. However, "sec-2" is strictly better than the > current situation in

Re: bug#47885: [PATCH] org-table-import: Make it more smarter for interactive use

2021-06-09 Thread Maxim Nikulin
On 06/06/2021 00:50, Utkarsh Singh wrote: On 2021-06-05, 19:40 +0700, Maxim Nikulin wrote: This line should be added to org-table.el, but notice "rx ‘not’ syntax error: (or ". This logical operators have a bit different meaning for regular expression. I just "tested" most of them by M-x

Re: [PATCH] Allow LaTeX reference command (\ref) to be customised

2021-06-09 Thread Nicolas Goaziou
Hello, Timothy writes: > I'm wondering if you've had a chance to take a look yet? (just making > sure this hasn't slipped by, given your recent replies in other > threads). I agree there is no good reason to hard-code "\ref", but, off the top of my head, there may be a couple of things to

Re: [org-cite, oc-basic] configurable open-at-point, font-locking when json?

2021-06-09 Thread Bruce D'Arcus
On Tue, Jun 8, 2021 at 4:25 PM Nicolas Goaziou wrote: > > Hello, > > "Bruce D'Arcus" writes: > > > On Tue, Jun 8, 2021 at 7:36 AM Bruce D'Arcus wrote: > > > >> (org-cite-register-processor 'bibtex > >> :follow #'bibtex-completion-open-any) > > > > Actually, looking at the docstrings, I

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-09 Thread Eric S Fraga
On Tuesday, 8 Jun 2021 at 20:15, Greg Minshall wrote: > Eric, when you use something RCS-like as your version control system, i > assume that makes grepping to find some old note easy enough. but, > these days i tend to use git. when (assuming) you use git, do you have > some easy way to say

Re: literate programming, development log -- ideas? (ominbus reply)

2021-06-09 Thread Eric S Fraga
> Not sure if it counts as off-topic for this thread, but does everyone > use Git to manage their Org docs and notes? I use a variety of version control systems but for multiple computers I use unison to keep them all synchronised. -- : Eric S Fraga via Emacs 28.0.50, Org