Re: Export from org-mode to latex from the commandline

2022-02-10 Thread Corwin Brust
Hi Sharon, > > Could this be customised to export from org-mode to latex, and then > subsequently I build the pdf file from the already converted latex using > my program 'pdfbuild'? > I'm not sure how helpful this is, but I have a small "project" that I include with other projects that use git

Re: Unable to get current or via use-package

2022-02-10 Thread João Pedro de Amorim Paula
On 10 February 2022 17:57, João Pedro de Amorim Paula wrote: > I had a similar issue in the recent past and was able to come up with a > solution using the built-in package.el. Not sure how to make it work > with use-package, but that at least seems to solve the issue of it not > installing the

Re: Unable to get current or via use-package

2022-02-10 Thread João Pedro de Amorim Paula
On 09 February 2022 16:51, "Loris Bennett" wrote: > Thanks, that did the trick. I was hoping that when I use the same > init.el on a different machine I wouldn't have to remember anything and > use-package would automatically install the latest version. Seemingly > not :-/ I had a similar

[PATCH] two small fixes for org-fast-tag-selection

2022-02-10 Thread Alex Giorev
- The first patch fixes the problem of TODO keywords and tags sharing keys when they are automatically generated and when `org-fast-tag-selection-include-todo' is set. - The problem solved by the second patch is the following: when invoking the fast selection interface, and pressing the key of a

Re: [PATCH] lisp/org-capture.el: Add hook & hook options to org-capture (Valentin Herrmann)

2022-02-10 Thread Greg Minshall
fwiw... > I've implemented what you're proposing here (and much more) in a > package you may find useful a couple years ago. I pitched adopting > some of the ideas into org-mode proper and was willing to do the > work. My proposal was met with enthusiastic silence: > >

Re: Unable to get current or via use-package

2022-02-10 Thread Tim Cross
Ihor Radchenko writes: > Tim Cross writes: > >>> Is that necessary? Can't I just use the package manager to update Org >>> along with any other packages? Or does the issue about not visiting and >>> .org file before installing via the package manager apply to updates >>> too? >>> >> >> Even

RE: Unable to get current or via use-package

2022-02-10 Thread Cook, Malcolm
Hi Loris, > > I tend to use the org-mode from the package manager, but do not do it > > interactively from within emacs. Instead, which when I want to refresh org, > > I do from the command line: > > > > emacs -Q -batch -eval "(progn (require 'package) (package-initialize) > >

Re: Lazy load of org-protocol

2022-02-10 Thread Max Nikulin
On 10/02/2022 02:22, Jim Porter wrote: On 2/9/2022 8:46 AM, Max Nikulin wrote: On a related note, there is still an issue with `--eval' in some cases. It fails to work with emacsclient when invoking an alternate editor:    emacsclient --alternate-editor emacs --eval '(message "hi")' If

Re: [PATCH] Fix FAQ entry about mailto links.

2022-02-10 Thread Robert Goldman
On 7 Feb 2022, at 10:59, Max Nikulin wrote: Robert, Thank you for pointing out that `org-link-mailto-program' should not be recommended in FAQ any more. I prepared an alternative patch that recommends to customize Emacs variables at first. I hope, an example is safer now, however I can not

Re: [BUG] Typo in manual [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-02-10 Thread Marco Wahl
Ignacio Casso writes: > I would like to report a minor typo in the manual, although I'm not sure > if this is the right place (please point me to it if it's not). Confirmed. And this is the right place to report this bug. Thanks! > In the section Appendix A Hacking -> Using the Mapping API >

Export from org-mode to latex from the commandline

2022-02-10 Thread Sharon Kimble
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 When you build the documentation from the org-mode git repository, something is calling emacs to build the documents in the background, but what? Where can I find that command please, because I want to try and use it to export org-mode to latex and

[BUG] org-capture is not reentrant [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-02-10 Thread Ignacio Casso
Hello, I recently tried to use (org-capture '(4) key) (i.e., C-u prefix argument GOTO, so not actually capturing anything, just moving to the target) as part of the function passed as target for another capture template, using file+function, as in the example below: (setq

[BUG] Typo in manual [9.5.2 (9.5.2-gfbff08 @ /home/ignacio/.emacs.d/elpa/org-9.5.2/)]

2022-02-10 Thread Ignacio Casso
Hello, I would like to report a minor typo in the manual, although I'm not sure if this is the right place (please point me to it if it's not). In the section Appendix A Hacking -> Using the Mapping API (https://orgmode.org/manual/Using-the-Mapping-API.html), it says that org-map-entries returns

Re: Unable to get current or via use-package

2022-02-10 Thread Ihor Radchenko
Tim Cross writes: >> Is that necessary? Can't I just use the package manager to update Org >> along with any other packages? Or does the issue about not visiting and >> .org file before installing via the package manager apply to updates >> too? >> > > Even with updates, it is still important

Re: Unable to get current or via use-package

2022-02-10 Thread Tim Cross
Loris Bennett writes: > "Cook, Malcolm" writes: > >> >> emacs -Q -batch -eval "(progn (require 'package) (package-initialize) >> (package-refresh-contents) (package-install 'org))" > > Is that necessary? Can't I just use the package manager to update Org > along with any other