PROPOSAL: Bind `org-fold-hide-subtree' by default in Org Mode.

2023-02-21 Thread Karl Fogel
Hey everyone, is there a reason we don't bind `org-fold-hide-subtree' by default in Org Mode? I bind it to C- and now find this to be one of the most useful keybindings in Org Mode. I suspect my workflow is pretty typical. The use case is simple: When reading material within a certain

Re: Re: Is there a way of putting the biblatex options in the org file?

2023-02-21 Thread Pedro Andres Aranda Gutierrez
Hi, >> This does a lot of 'magic' >> #+bibliography: python3.bib >> #+cite_export: biblatex > just add e.g.: > #+LATEX_HEADER: > \usepackage[isbn=false,url=false,doi=false,eprint=false,related=false]{biblatex} > Cheers, > Reza That's what I'm trying to avoid... and do right now You have the

Re: [POLL] Naming of "export features"

2023-02-21 Thread Timothy
Hi Arne, Thanks for your comments. > From the four, “contexts” sounds the most intimidating to me. > > Snippets would conflict in meaning with yasnippet. > > It also looks to me as if features may be too generic. > > If I understand it correctly, this is conditional enrichment. > > Maybe

Re: [POLL] Naming of "export features"

2023-02-21 Thread Dr. Arne Babenhauserheide
Timothy writes: > Both components are crucial to the overall system, however if anything I view > the latter as more important and so am not a fan of describing this system as > “export contexts”. That said, I am open to considering alternatives. > > Here is a list of terms which I’d feel

[BUG] updating existing org date with time always sets time to 0:00 [9.6.1 (release_9.6.1-262-gd94f40 @ /home/dortmann/src/git-org-mode/lisp/)]

2023-02-21 Thread Daniel Ortmann
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.

Re: bug#59882: Multiple versions of Org in load-path problem

2023-02-21 Thread Bhavin Gandhi
On Fri, 3 Feb 2023 at 16:35, Ihor Radchenko wrote: > > Max Nikulin writes: > > > On 27/12/2022 16:47, Ihor Radchenko wrote: > >> Can you then try to test using Emacs 28? > >> The main question if whether this has been fixed in newer Emacs releases > >> or it is also something to do with OS

Re: Link type in org-mode, but with org-roam ?

2023-02-21 Thread Cletip Cletip
> > But I am very willing to help you install it and try it all out and > make it workable on your computer, in one on one chat or by e-mail, > that will work well. Yes, I'd be very happy to try it. Contact me by email when you have time. I am available on weekends. I would definitely prefer a

[POLL] Naming of "export features"

2023-02-21 Thread Timothy
Hi All, In progfolio/no-wayman suggested renaming “export features” to “export contexts”. The difficultly mainly lies with the fact that we are trying to name two very distinct components that together provide the functionality I have called

Re: bug#59882: Multiple versions of Org in load-path problem

2023-02-21 Thread Eli Zaretskii
> Cc: emacs-orgmode@gnu.org, 59...@debbugs.gnu.org > From: Richard Stallman > Date: Tue, 21 Feb 2023 00:22:04 -0500 > > > >> I don't run Debian or Ubuntu anymore. However, I do recall that debian > > >> does use a modified Emacs startup which is not part of the standard > > >> Emacs

Re: feature request: easy embedding of images

2023-02-21 Thread Daniel Fleischer
Jude DaShiell [2023-02-20 Mon 16:24] wrote: > To help accessibility it would be useful when an image was dragged into > org-mode if the user got prompted for an image description that gets > associated with the image in org-mode. Some images are art work and those > should get alt="" tags if a

Re: org-roam: how to have links un-opened

2023-02-21 Thread General discussions about Org-mode.
"Fraga, Eric" writes: > Hello all, > > I'm using org-roam for notes and it's working very nicely. There is > just one thing I would like to adjust. The org-roam buffer has all > backlink entries "open" and I would like the default view to be with the > individual links listed but not opened.

org-roam: how to have links un-opened

2023-02-21 Thread Fraga, Eric
Hello all, I'm using org-roam for notes and it's working very nicely. There is just one thing I would like to adjust. The org-roam buffer has all backlink entries "open" and I would like the default view to be with the individual links listed but not opened. I assume I can set something in the

Re: Use custom preamble from tex file for latex export

2023-02-21 Thread Fraga, Eric
I'm travelling so will keep this short. A few things potentially wrong with your setup: 1. the elisp src block won't be executed automatically. 2. I do not know if the BIND statements are interpreted when included but I imagine they are. Sometimes it's better to use the base Emacs

Re: Use custom preamble from tex file for latex export

2023-02-21 Thread reza
> Yes, should be possible. Check out info manual: (emacs) File Variables I did manage to patch together a working example, but when I tried to move into an setupfile it doesn't work anymore. Is this intended or did I do something wrong? template.org # -*- org-export-allow-bind-keywords: t;

Re: Unicode problem with export of literal contents

2023-02-21 Thread Jens Lechtenboerger
On 2023-02-20, Bruno Barbier wrote: > Jens Lechtenboerger writes: > >> On 2023-02-20, Bruno Barbier wrote: >> >> However, if I use insert-file-contents-literally with a unicode >> file, I do *not* have to set the coding-system-for-write. This just >> works: >> >>(with-temp-buffer >>

Re: Is there a way of putting the biblatex options in the org file?

2023-02-21 Thread reza
> This does a lot of 'magic' > #+bibliography: python3.bib > #+cite_export: biblatex just add e.g.: #+LATEX_HEADER: \usepackage[isbn=false,url=false,doi=false,eprint=false,related=false]{biblatex} Cheers, Reza OpenPGP_0xC375C6AF05125C52.asc Description: application/pgp-keys

Is there a way of putting the biblatex options in the org file?

2023-02-21 Thread Pedro Andres Aranda Gutierrez
Hi, I've been reading through the code and the docs and I don't find any way to add the biblatex options in my org file. This does a lot of 'magic' #+bibliography: python3.bib #+cite_export: biblatex But I still depend on some settings coming from .emacs.d/init.el to set the options for