Re: execute elisp link without prompt

2021-05-21 Thread Colin Baxter
> Tom Gillespie writes: >> In the end I've set as to nil as a local variable > If you want something a bit more secure you could use a function > that checks the block name ("some-block" in this example). Best! > Tom > (lambda (_lang _body) (not (string= "some-block" (pli

Re:[PATCH] org.el: Make sure (org-agenda-files) search relative file paths in org-directory

2021-05-21 Thread ‪sunlin7
Hi Nicolas,Thank you so much. I had singed the FSF papers. Original message From: Nicolas Goaziou Date: Sat, May 22, 2021, 00:31To: Sun Lin Cc: emacs-orgmode@gnu.orgSubject: Re: [PATCH] org.el: Make sure (org-agenda-files) search relative file paths in org-directoryHello,Sun Lin w

Re: execute elisp link without prompt

2021-05-21 Thread Tom Gillespie
> In the end I've set as to nil as a local variable If you want something a bit more secure you could use a function that checks the block name ("some-block" in this example). Best! Tom (lambda (_lang _body) (not (string= "some-block" (plist-get (cadr (org-element-at-point)) :

Re: Custom <> possibility?

2021-05-21 Thread Samuel Wales
tahnk you. that makes sense for validity. still not sure about uniqueness. it's not needed for me to understand, though. of course with across-export link stability then uniqueness would be meaningful. On 5/21/21, Nicolas Goaziou wrote: > Hello, > > Samuel Wales writes: > >> so i am curious

Re: execute elisp link without prompt

2021-05-21 Thread Colin Baxter
Dear Nicolas, > Nicolas Goaziou writes: > Hello, Colin Baxter writes: >> I have an elisp link of the form (without spaces, of course) [ >> [elisp:(dired-other-window "/path/to/directory/") ][ Directory ] >> ]. >> >> The link works with the directory in appearing in

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-21 Thread Aaron Rea
Hello everyone, Thanks for your input. I'm using Windows 10 20H2 - OS Build 19042.985. As for the org version, I hit this issue even when running it out of the box. I download the emacs-27.2-x86_64 zip file, extract it, cd to the bin directory and run '.\emacs.exe -Q'. When I C-x C-f test.org (a

Re: [PATCH] org.el: Make sure (org-agenda-files) search relative file paths in org-directory

2021-05-21 Thread Nicolas Goaziou
Hello, Sun Lin writes: > Subject: [PATCH] org-agenda-files: work with relateive file paths. Applied. Thank you. I added TINYCHANGE cookie at the end of the commit message as I wasn't sure you had signed the FSF papers already. Regards, -- Nicolas Goaziou

Re: execute elisp link without prompt

2021-05-21 Thread Nicolas Goaziou
Hello, Colin Baxter writes: > I have an elisp link of the form (without spaces, of course) > [ [elisp:(dired-other-window "/path/to/directory/") ][ Directory ] ]. > > The link works with the directory in appearing in dired window. However, > when I first click on the link, a dialog box is brough

execute elisp link without prompt

2021-05-21 Thread Colin Baxter
Hello, I have an elisp link of the form (without spaces, of course) [ [elisp:(dired-other-window "/path/to/directory/") ][ Directory ] ]. The link works with the directory in appearing in dired window. However, when I first click on the link, a dialog box is brought up asking me if a I wish to ex

have =make cleanall= remove .texi files in doc/

2021-05-21 Thread Greg Minshall
hi. neither =make clean= nor =make cleanall= remove the two .texi files built (by, e.g., =make info=) in the doc subdirectory. this patch removes those files with =make cleanall=. i wasn't sure which to use, but it sort of looked like =cleanall= might be the place. i also noticed that =make cle

Re: new org-contrib and straight.el

2021-05-21 Thread Greg Minshall
Nick, thanks. i've submitted a bug report. cheers, Greg ps -- if anyone tried the recipe i gave before, this one seems to actually work from a clean repository (i don't think the other did): `(org :type git :repo "https://code.orgmode.org/bzg/org-mode.git"; :local-repo "org"

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-21 Thread Shibu N.V
Hello Aaron, I think, the Issue is specific to the version of Windows. I faced the issue with Windows 10,1903. When I updated to Windows 10 20H1, it resolved itself. N.V.Shibu Assistant Professor Senior Grade Sri Ramakrishna Institute of Technology Coimbatore-10. On Fri, May 21, 2021 at 1:39 PM

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-21 Thread Jeremie Juste
Hello Aaron, The org-version that ships with emacs 27.2 is 9.4.4. And, for me this version works well on windows 10 out of the box. Can you confirm this? Then if you want to upgrade orgmode, please let us know how you did it. In general the instructions (Info-goto-node "(org) Installation") wor

Re: What's up with ob-template.el? It seems heavily outdated

2021-05-21 Thread Pedro Bruel
I would be interested in an updated ob-template.el file. I have never added support for a new language, but I started working with ob-julia.el, and I essentially read ob-R.el to learn how it all fits together and how to add missing features to ob-julia. Le ven. 21 mai 2021 à 10:34, dalanicolai a

Re: [wip-cite-new] Initial implementation of `biblatex' citation processor

2021-05-21 Thread Nicolas Goaziou
Hello, Denis Maier writes: > Is there a way to use styles that aren't loaded via biblatex package > options, but as distinct package. E.g., biblatex-chicago is loaded as > \usepackage{biblatex-chicago}. Internally, the package will then load > biblatex on its own. You can add a package with, e

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-21 Thread Aaron
Hi folks, I upgraded emacs from 26.3 to 27.2 and am encountering this same issue on Windows 10.I’ve tried using org 9.4.4 and 9.6 as well and also using emacs 27.1 but no dice.This has all been done with a ‘clean’ install – wiped my .emacs file and .emacs.d directory.I get the issue when I open any

What's up with ob-template.el? It seems heavily outdated

2021-05-21 Thread dalanicolai
I am trying to improve org-babel support for maxima. However, when starting from ob-template.el , which is advised in the section "develop support for new languages" in the org-mode docs

Re: new org-contrib and straight.el

2021-05-21 Thread No Wayman
Greg Minshall writes: Nick, ...i have not been getting the updated org-mode info pages with my org package. Straight provides its own means of building/installing package info. This may be a bug with the Org mode recipe we provide. Please file a bug report at: https://github.com/raxod50

Re: [wip-cite-new] Initial implementation of `biblatex' citation processor

2021-05-21 Thread Nicolas Goaziou
Hello, Denis Maier writes: > Just one thing I was asking myself: Will/should users be able to > customize that? I considered it too, when I was writing oc-biblatex. For example, custom commands could be a list of entries like (STYLE BASE-NAME MULTICITE? NO-OPTIONAL?) E.g., ("my-style/wit

Re: [wip-cite-new] Initial implementation of `biblatex' citation processor

2021-05-21 Thread Bruce D'Arcus
On Fri, May 21, 2021 at 9:13 AM Nicolas Goaziou wrote: > > Also, not sure about the "full" sub-styles. Do those have an > > equivalent in biblatex? > > This is not a bug report, but a suggestion for additional bindings, > isn't it? Yes; sorry :-) > In any case, it sounds fine to me, but Denis M

Re: [wip-cite-new] Initial implementation of `biblatex' citation processor

2021-05-21 Thread Nicolas Goaziou
Hello, "Bruce D'Arcus" writes: > On Tue, May 18, 2021 at 11:45 AM Nicolas Goaziou > wrote: > >> I didn't test it much so it probably contains silly bugs. Sorry about >> that. > > OK, a simple bug report. > > cite/bare -> \cite (currently is autocite) > cite/bare-caps -> \Cite (currently is aut

Re: Custom <> possibility?

2021-05-21 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > so i am curious what the purpose of the default is? I think the purpose of the default value is to offer a solution that works for everyone. It is certainly not the best one in all situations. For example, I heard that even in 2021, using full Unicode in a URL is

Re: Bug: Failed to render org file during first load on buffer emacs 27.1 windows binaries [9.3 (release_9.3 @ c:/ProgramFilesh/emacs-27.1-x86_64/share/emacs/27.1/lisp/org/)]

2021-05-21 Thread Ihor Radchenko
Aaron writes: > Any other ideas on how to get it working? This is most likely something on your side. Sounds like some kind of mixed installation. Are you able to run `emacs -Q` from command line? How did you install Org mode? Best, Ihor

Re: [wip-cite-new] Initial implementation of `biblatex' citation processor

2021-05-21 Thread Bruce D'Arcus
On Tue, May 18, 2021 at 11:45 AM Nicolas Goaziou wrote: > I didn't test it much so it probably contains silly bugs. Sorry about > that. OK, a simple bug report. cite/bare -> \cite (currently is autocite) cite/bare-caps -> \Cite (currently is autocite) Also, not sure about the "full" sub-styles

Re: [PATCH] org-faq.org: Expand "What is the best setup for indenting?"

2021-05-21 Thread Bastien
Hi Maxim, Maxim Nikulin writes: > Intermediate patch is attached. Applied to worg, thanks! -- Bastien