Re: contact management in emacs

2022-09-09 Thread Sébastien Rey-Coyrehourcq
Hi, After some search today on the web, like Alan i try to compare all possibility to manage my contact + mail using emacs, mu4e, and org. Since Alan Schmitt message, i think many people jump into the great *org-roam* wagon to manage notes, bibliography, links, everything... I'm into this

#+ candidates

2022-09-09 Thread Perry Smith
The manual says I can type #+ and then hit M-tab to get the list of completions. In my case, flyspell-mode had stolen that key binding so I disabled flyspell-mode. There are 100 #+ candidates. Is there a nice place that lists them and documents each one? So far, I’ve yet to find one. It is

Re: Why do org-agenda-switch-to and org-agenda-goto put the point in different spots in the target buffer?

2022-09-09 Thread Rohit Patnaik
> org-agenda-switch-to jumps to the actual agenda match (usually a timestamp). > It may or may not be close to the headline (think of active timestamp inside > notes). Such behaviour, albeit undocumented, may be useful for some users. I'd > rather not change it. Okay, that makes sense. >

Re: Question about cite_export basic

2022-09-09 Thread Ihor Radchenko
Dominik Schrempf writes: > title = {{Introduction to Markov Chain Monte Carlo}}, > ... > Is rendered as > > Geyer, Charles J (2011). {Introduction to Markov Chain Monte Carlo}, CRC > press. > > In particular, the curly braces are printed. Curly braces are often > used in bib files

Re: Link-words with spaces, allowed or not?

2022-09-09 Thread Ihor Radchenko
Rudolf Adamkovič writes: > Below, the documentation gives an example that defines a link-word > > "Nu Html Checker" > > that contains multiple words and invalid characters (spaces). > > That makes me wonder: > > - Does Org need updated to disallow spaces in link-words? Strictly speaking, Org

Re: org-babel-load-languages usability issue

2022-09-09 Thread Tim Cross
Ihor Radchenko writes: > Tim Cross writes: > >>> We have [[info:org#Languages]] linking to >>> https://orgmode.org/worg/org-contrib/babel/languages/index.html >>> I guess we can simply add the manual link to the docstring. Would it be >>> sufficient? >>> >> >> Yes, I think so. That was what I

Re: Manual Ordering and Dynamic Priority

2022-09-09 Thread Tim Cross
Rudolf Adamkovič writes: > Tim Cross writes: > >> - Life is about getting things done, not planning to get things >> done. Overly complex management of your tasks is very likely to >> result in more time spent managing the tasks than actually doing >> the tasks. > > Let me share a

Re: per-file (or, really, per buffer) allowing/disallowing code block execution

2022-09-09 Thread Fedja Beader
> As Tomas pointed out, Emacs has a concept of safe and non-safe > file-local variables. org-confirm-babel-evaluate in particular is only > safe when it is set to t (query execution). If your downloaded file > attempts to set org-confirm-babel-evaluate to nil, Emacs will show a > warning and ask

Re: Org Publish HTML and PDF With GPG Files

2022-09-09 Thread David Masterson
writes: > On Mon, Sep 05, 2022 at 09:08:13PM -0700, David Masterson wrote: >> l...@tosk.in writes: >> >> > Ihor Radchenko yanta...@gmail.com writes: >> >> >> >> > David Masterson dsmaster...@gmail.com writes: >> >> > >> >> > > Does org-publish have options for files with org-crypt entries? >>

Re: Org mode "style sheet" for software documentation

2022-09-09 Thread Ihor Radchenko
Perry Smith writes: >> We currently do not support extensions to emphasis, though we may do it >> in future. See https://orgmode.org/list/87letvrege.fsf@localhost >> >> Implementing new emphasis markers will require introducing a new syntax >> object into org-element.el. Such object will

Re: [BUG] Org parser error [9.5.4 (9.5.4-ge36c3c @ /Users/apc/.emacs.d/straight/build/org/)]

2022-09-09 Thread Ihor Radchenko
Alejandro Pérez Carballo writes: > I was asked to submit this to the mailing list. Not sure exactly what the > nature of the problem is, but I have been getting a number of errors > concering the org-element cache. Thanks for reporting! Could you please add (setq

Call code block via link?

2022-09-09 Thread Felix Dorner
I have a silenced codeblock, that I postprocess to push the result (a password) onto the kill-ring, and then returns "Password copied" (showing in the status line). This works very nicely. I'm now looking for the cherry on the cake: I'd like to render the #+CALL as a link, e.g. something like,

[BUG] org-catch-invisible-edits has stopped working [9.5.5 (9.5.5-geb5ef0 @ /home/slk/.emacs.default/straight/build/org/)]

2022-09-09 Thread Sławomir Grochowski
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.

Question about cite_export basic

2022-09-09 Thread Dominik Schrempf
Hello! When using the basic org cite export processor, that is: #+cite_export: basic bibliography items with curly braces are rendered in an unexpected way. For example, @InCollection{Geyer2011, author = {Geyer, Charles J}, title = {{Introduction to Markov Chain Monte

Re: [PATCH] ox-icalendar.el: customizable vevent summary prefix

2022-09-09 Thread Ihor Radchenko
Mikhail Skorzhisnkii writes: > Thank you for suggestion, I seen an announcement about this function, but > somehow forgot about it. > > Sending next version of these patches. Changes from the next version: Thanks! > Subject: [PATCH 3/3] org-refile.el: show refile targets with a title > > *

Re: [BUG] org-catch-invisible-edits has stopped working [9.5.5 (9.5.5-geb5ef0 @ /home/slk/.emacs.default/straight/build/org/)]

2022-09-09 Thread Ihor Radchenko
Sławomir Grochowski writes: > functionality provided by this variable: > > (setq-default org-catch-invisible-edits 'error) ;; prevent deleting > invisible text > > has stopped working, Could you please provide an example Org file and detail what you did, what you expected to get, and what did

Re: Question about cite_export basic

2022-09-09 Thread Alain . Cochard
Dominik Schrempf writes on Fri 9 Sep 2022 11:08: > Hello! > > When using the basic org cite export processor, that is: > > #+cite_export: basic > > bibliography items with curly braces are rendered in an unexpected way. > > [...] > > In particular, the curly braces are printed. I

Re: Why do org-agenda-switch-to and org-agenda-goto put the point in different spots in the target buffer?

2022-09-09 Thread Ihor Radchenko
"Rohit Patnaik" writes: > I've gotten back into using org-agenda to manage my todos, and I noticed an > odd discrepancy in behavior. When I hit RET in the agenda buffer to go to the > TODO entry in the original org file, I see that the point is on the DEADLINE > line. However, when I hit TAB,

Re: [BUG] org-catch-invisible-edits has stopped working [9.5.5 (9.5.5-geb5ef0 @ /home/slk/.emacs.default/straight/build/org/)]

2022-09-09 Thread Ihor Radchenko
Sławomir Grochowski writes: > Sorry for the noise. I've tested it with emacs -Q and it works fine. > Probably some other package is making this. > So my bug report should therefore be considered invalid. You may consider https://github.com/Malabarba/elisp-bug-hunter to find out which package is

Re: Question about cite_export basic

2022-09-09 Thread Ihor Radchenko
alain.coch...@unistra.fr writes: > > In particular, the curly braces are printed. > > I don't observe that. I even used your Geyer2011 example: > > #+bibliography: ~/Ref/coch.bib > [cite:@Geyer2011] > #+print_bibliography: > > Org mode version 9.5.4 (9.5.4-ge0b05b @ >

Re: [PATCH v2] org.el: Preserve case for link subgroups from `org-file-apps'

2022-09-09 Thread Ihor Radchenko
Max Nikulin writes: > Evey attempt to read this function gives a new surprise. I agree that > dlink has no sense any more, see the new patches. Thanks! Applied onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=33686b9955c011486a72ec548475651dcadb0339

Re: Manual Ordering and Dynamic Priority

2022-09-09 Thread Rudolf Adamkovič
Tim Cross writes: > - Life is about getting things done, not planning to get things > done. Overly complex management of your tasks is very likely to > result in more time spent managing the tasks than actually doing > the tasks. Let me share a slightly different experience. I used to

Re: Question about cite_export basic

2022-09-09 Thread Alain . Cochard
Ihor Radchenko writes on Fri 9 Sep 2022 18:38: > This is confusing. I actually can reproduce. > [...] > I did export using C-c C-e t A (ASCII to buffer) Sorry, it did not occur to me that there is a life out of latex export. I used C-c C-e l o. I can also reproduce with C-c C-e t A. --

Re: org-babel-load-languages usability issue

2022-09-09 Thread Ihor Radchenko
Tim Cross writes: >> We have [[info:org#Languages]] linking to >> https://orgmode.org/worg/org-contrib/babel/languages/index.html >> I guess we can simply add the manual link to the docstring. Would it be >> sufficient? >> > > Yes, I think so. That was what I was thinking would be reasonable and

Re: [PATCH] make quarter work as parameter for :step in clocktable

2022-09-09 Thread Ihor Radchenko
Joost Helberg writes: > many years ago a colleague and myself wrote a patch for quarters into > org-mode/clocktable for blocks, today I noticed that :step should allow > 'quarter' as an argument too. Here's the tiny patch to allow that: And almost a year later, I finally got to this todo item

Re: Org mode "style sheet" for software documentation

2022-09-09 Thread Perry Smith
> On Sep 9, 2022, at 00:09, Ihor Radchenko wrote: > > Perry Smith writes: > >> So… it seems I didn’t the two BORDER characters do not need to match. So >> I’m off trying to figure out a way to create more emphasis MARKERS. In the >> old days, we had only about 43 non-alphanumeric

Link-words with spaces, allowed or not?

2022-09-09 Thread Rudolf Adamkovič
The documentation at https://orgmode.org/manual/Link-Abbreviations.html says that the link-word "[...] must be a word, starting with a letter, followed by letters, numbers, ‘-’, and ‘_’." Below, the documentation gives an example that defines a link-word "Nu Html Checker" that contains

Re: [off topic] List all non-latin characters in a buffer

2022-09-09 Thread Robert Pluim
> On Fri, 19 Aug 2022 16:50:54 +0200, Uwe Brauer said: "JMM" == Juan Manuel Macías writes: Uwe> Hi Juan >> Sorry for the offtopic, but I thought this homemade function I wrote >> some time ago for my work might perhaps be useful to some Orgers. When >> executed in

[BUG] Org parser error [9.5.4 (9.5.4-ge36c3c @ /Users/apc/.emacs.d/straight/build/org/)]

2022-09-09 Thread Alejandro Pérez Carballo
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: Org mode "style sheet" for software documentation

2022-09-09 Thread Max Nikulin
On 08/09/2022 23:20, Perry Smith wrote: I’d like to be able to separate out things like file paths, code samples (both in line and block), keywords, environment variables, code variables, etc. ... It would also help me to be more consistent while I write because I’m (currently) having to