Re: [PATCH] New function org-agenda-filter-set

2020-05-22 Thread Stefan Kangas
Kyle Meyer writes: > nitpick: Could you update the docstring to explicitly mention STR and to > describe NEGATE? Fixed in the attached patch. > Thanks for the patch. Thanks for reviewing. Best regards, Stefan Kangas From 5a9a7d810e174dfad30a6ec657b39cbe83879f94 Mon Sep 17 00:00:00 2001 From:

Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-22 Thread Kyle Meyer
Hi Roland, Roland Coeurjoly writes: > I added version 9.4 to ORG-NEWS. > Please tell me if that's OK or I should instead put it in 9.3. I don't think you managed to place your patch correctly on top of the current master (5adfb533c at the time of writing) because ... > --- a/etc/ORG-NEWS > +++

Re: [PATCH] New function org-agenda-filter-set

2020-05-22 Thread Kyle Meyer
Stefan Kangas writes: > Please find attached a patch to add a new function org-agenda-filter-set > which allows you to specify the same strings as in the org-agenda-filter > prompt directly from Lisp. It allows you to do things like: > > (org-agenda-filter-set "-@foo-bar") > > Before, this

Re: [QUESTION] Org "customid" and "coderef" links seems not fontified as other file: link

2020-05-22 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicolas Goaziou writes: > Hello, > > stardiviner writes: > >> I have following minimal testing code: >> >> #+begin_src emacs-lisp >> (defun org-link-beautify (start end path bracketp) >> "Display icon for the Org link type." >> (message >>

Re: yhetil.org/orgmode now supports searching by Gmane ID

2020-05-22 Thread Kyle Meyer
Bastien writes: > Kyle Meyer writes: > >> Anyway, for the public-inbox archives at , > > I find the interface to be very useful. I'm glad to hear that! > Is it possible to make it the standard/official way to search through > emacs-orgmode mailing list? Perhaps by

Re: issue tracker?

2020-05-22 Thread Ken Mankoff
On Wed, May 20, 2020 at 7:36 PM Anthony Carrico wrote: > Given that the mailing list holds the issues, it would be nice if you > could import the mailing list into your client as a lump (maildir/mbox). > Currently you can only download it chunk by chunk, so it isn't really > practical for a

Re: Hiding emphasis markers

2020-05-22 Thread Bastien
Hi Mark, "Mark E. Shoulson" writes: > All right, then, you asked for it.  It's really very sloppy code right > now; I'm just playing around to see what works.  Comments are kind of > stream-of-consciousness, they may be out of date wrt what works and > what doesn't etc.  But hey, have fun. >

Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-22 Thread Roland Coeurjoly
I added version 9.4 to ORG-NEWS. Please tell me if that's OK or I should instead put it in 9.3. On Fri, May 22, 2020 at 5:30 PM Nicolas Goaziou wrote: > Hello, > > Roland Coeurjoly writes: > > > The assignment process with the FSF is complete. > > Great news! > > Unfortunately, now I cannot

`with` as a list.

2020-05-22 Thread Mario Frasca
good day to you all now and then I use emacs to make graphs.  now recently I was plotting point data, and a running average "fit", so I wanted to have points, and lines, which I know it's possible in `gnuplot` but now how do I do that from org-plot … I wrote a small patch for org-plot.el,

Re: Additonal slashes in URI sent to org-protocol

2020-05-22 Thread Bastien
Hi Ferdinand, thanks for your patch, I applied it against master: https://code.orgmode.org/bzg/org-mode/commit/928e67df7e I slightly condensed the commit message and I don't think there is a real need for a comment in the code, but why not. Cheers, -- Bastien

Re: [PATCH] strike-through text in tables

2020-05-22 Thread Bastien
Hi Mark, "Mark E. Shoulson" writes: > I didn't see a response to this, and I hope it's just because I sent > it wrongly or something. If not, is there something amiss with this? > > Make a org-mode table. In one of the cells of the table, have some > text that is +struck out+. Note that the

Re: please mention the blog-admin package for blogging with nikola

2020-05-22 Thread Bastien
Hi, dalanicolai writes: > Please mention the blog-admin package for blogging with Nikola on the > worg site. I chose to blog with Nikola because I found on the worg > site that is support org-mode. It took me a lot of time and effort to > finally stumble upon this simple solution to maintain my

Re: [Patch] Document org-capture-templates entry type default strings

2020-05-22 Thread Bastien
Hi, No Wayman writes: > I assume I'll receive some sort of confirmation from FSF when > everything is processed? Yes, you should receive a confirmation - if not within a week or so, let me know, sometimes asking again helps. Best, -- Bastien

Re: [PATCH] Fix `org-babel-detangle' handling of false positives

2020-05-22 Thread Bastien
Hi Kevin, Kevin Foley writes: > I've completed the copyright assignment so should be good to go with > this. great, thanks for letting us know! > Haven't had a chance to see if any conflicts have come up in the > meantime but will try to take a look today. I tried to apply your patch but I

Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-22 Thread Nicolas Goaziou
Hello, Roland Coeurjoly writes: > The assignment process with the FSF is complete. Great news! Unfortunately, now I cannot your patch anymore. Would you mind rebasing it on top of master, and add an entry in ORG-NEWS, probably in "Miscellaneous" function. Regards, -- Nicolas Goaziou

Re: patch for org-confluence.el to add menu entry

2020-05-22 Thread Bastien
Hi Richard, Richard Kim writes: > I would like to suggest the following patch so that I can easily > export to Confluence wiki format using the usual org-mode export > mechanism. I added the menu entry here: https://code.orgmode.org/bzg/org-mode/commit/cd336c2a For future contributions as

Re: [QUESTION] Org "customid" and "coderef" links seems not fontified as other file: link

2020-05-22 Thread Nicolas Goaziou
Hello, stardiviner writes: > I have following minimal testing code: > > #+begin_src emacs-lisp > (defun org-link-beautify (start end path bracketp) > "Display icon for the Org link type." > (message >(format "start: %s, end: %s, path: %s, bracketp: %s" start end path > bracketp))) > >

Re: Assistant to remove unused IDs of org-id

2020-05-22 Thread Bastien
Hi Marc-Oliver, Marc-Oliver Ihm writes: > as I use the excellent package org-id in a somewhat non-standard way, > I tend to produce IDs, that are not referenced from anywhere. Org-id > handles this great and does not suffer in performance, but eventually > I want to remove those unreferenced

Re: org-thtml - static html site in pure org + Emacs

2020-05-22 Thread Bastien
Hi Juan, Juan José García-Ripoll writes: > I have created this standalone framework for building static HTML sites > using Emacs and org-mode >https://github.com/juanjosegarciaripoll/org-thtml/ This looks useful, thanks for sharing. If you see a page on https://orgmode.org/worg/ where to

Re: [BUG] ob-clojure.el new backend 'inf-clojure not compatible with latest version inf-clojure

2020-05-22 Thread Bastien
Hi, stardiviner writes: > I try to use 'inf-clojure babel eval backend. But I got error: Thanks for reporting this. I just had a look and inf-clojure changed in a way that makes it difficult for now to use it. I need to report a problem with `clojure-project-dir' first, which current throws

Re: Setting org-todo-keywords through directory-local variables

2020-05-22 Thread Nicolas Goaziou
Hello, Kévin Le Gouguec writes: > Kévin Le Gouguec writes: > >> Can anyone confirm that this would (in principle) be the way forward, or >> tell me if I am missing something[3]? > > I went ahead and cooked up a proof-of-concept patch, which > > (1) adds safe-local-variable properties to

Re: ISSUE: org publish document processor silently inserts licensed content into targets by default

2020-05-22 Thread Bastien
Hi Anthony, Anthony Carrico writes: > ISSUE: An author should expect a compiler to avoid claiming authorship > over target code, however, currently the org-mode publish document > processor silently inserts licensed content into target documents by > default. > > SOLUTION: The following script

Re: global macros

2020-05-22 Thread Nicolas Goaziou
Hello, "Dauer, Michael" writes: > I want to set some org-mode macro globally in my init.el. E.g. author > should be set to user-full-name, but I also want other stuff defined. > Having to import these via setup or include files is not an option. > > Macros seem to be "buffer-local", which seems

Re: issue tracker?

2020-05-22 Thread Anthony Carrico
On 5/22/20 4:17 AM, Roland Everaert wrote: Example of message states: [QUESTION] -> [ANSWER] [BUG] -> ( [CONFIRMED] | [WONTFIX] | [SOLVED] ) [CONFIRMED] -> ( [SOLVED] | [PLANNED] ) [FEATURE] -> ( [WONTDO] | [PLANNED] | [IMPLEMENTED] ) [PLANNED] -> ( [IMPLEMENTED] | [SOLVED] ) I love your

Re: get the body of a heading up to the next subheading

2020-05-22 Thread Bastien
Hi John, John Kitchin writes: > Here is a new version that might fail some other way! > > (defun canvas-org-get-heading-body () >   "Return the body of the current heading up to the next heading." >   (interactive) >   (save-excursion >     (unless (org-at-heading-p) >      

Re: ox-confluence.el: omit radio target links (that end up being dead links)

2020-05-22 Thread Bastien
Hi Karl, I fixed this here: https://code.orgmode.org/bzg/org-mode/commit/ceb0ef95fb Thanks for the report, -- Bastien

Re: [PATCH] Fix `org-babel-detangle' handling of false positives

2020-05-22 Thread Kevin Foley
Hi, I've completed the copyright assignment so should be good to go with this. Haven't had a chance to see if any conflicts have come up in the meantime but will try to take a look today. Kevin

Re: Headlines require both space and star

2020-05-22 Thread Bastien
Hi Ryan, I've tried to make this a bit clearer in the documentation and the tutorial: https://code.orgmode.org/bzg/org-mode/commit/27ec1c2cff https://code.orgmode.org/bzg/worg/commit/b42f8d20a4 Thanks, -- Bastien

Re: ical2org.awk

2020-05-22 Thread Bastien
Hi Eric, Eric S Fraga writes: > Yes, I guess ical2org does expect gawk. I should have made that > clear. On my Debian installation (currently a bullseye/sid > combination), /usr/bin/awk points to gawk (via /etc/alternatives/awk) so > I never thought about it. I allowed myself to use

Re: Bug: JS code in code block isn't executed, it throws an error [9.3.6 (9.3.6-25-g685b2c-elpaplus @ /Users/serg/.spacemacs-emacs/elpa/28.0/develop/org-plus-contrib-20200316/)]

2020-05-22 Thread Bastien
Hi Sergey, I think this issue is fixed here: https://code.orgmode.org/bzg/org-mode/commit/47b653450f Please let us know otherwise. Thanks, -- Bastien

Re: ob-js uses deprecated Node APIs

2020-05-22 Thread Bastien
Hi Ivan, Ivan Sokolov writes: > I ran into problems with ob-js. When resolving them, I found that > require ('sys') is deprecated, there is a patch. applied against the maint branch, thanks a lot, and thanks Matt for confirming the issue. -- Bastien

bug#41364: 27.0.91; org-self-insert-command does not work

2020-05-22 Thread General discussions about Org-mode.
Hi Tim, you need to add (require 'org-tempo) to your configuration to get writes: > Tim Hawes writes: > >> Start emacs with emacs -Q >> Start or open an org-mode document >> type > describe-key looks correct. > > Does the following snippet from ORG-NEWS's "incompatible changes" > section[1]

bug#15888: 24.3.50; Eval-after-load eval'ed twice

2020-05-22 Thread Bastien
Hi Sebastien, are you still seeing something weird in this area? I could not reproduce the problem you describe. If you don't report anything wrong within a month or so, I will close this bug report. Thanks, -- Bastien

bug#36984: 27.0.50; Calling newline in org src opens org src edit

2020-05-22 Thread Bastien
Hi Deric, Nicolas Goaziou writes: > Deric Bytes writes: > >> Calling M-x newline when in org src block. Turns it yellow and prevents >> editing (it opens org edit src ) >> >> I have tried the latest emacs and org-mode. And run the following code >> in an emacs -q > > I didn't try with Emacs

bug#19014: 25.0.50; Disable Org, Tbl, & Text menu items that change buffer when read-only

2020-05-22 Thread Bastien
Hi Drew, Adams writes: > Your call. It doesn't matter to me, personally. I'm thinking > only of Org users - what might help them. And you obviously are > a better judge of that. Feel free to close the bug, if you don't > think it needs or is worth fixing. I've never seen this issue brought

bug#15164: 24.3.50; e

2020-05-22 Thread Bastien
Eli Zaretskii writes: > severity 15164 wishlist > thanks > >> From: "Fabrice Niessen" >> Date: Thu, 22 Aug 2013 23:01:06 +0200 >> >> When fontifying the whole line for headings (in Org) with a background color >> and an overline "rule", the "rule" stops at the last shown character of the >>

bug#24198: bug#24211: Subject: 25.0.94; Proposal to make orgmode agenda really useful

2020-05-22 Thread Bastien
Hi Christoph, thanks for the proposal about enhancing Org Agenda. If you think it is still useful to push for this idea, can you repost it to emacs-orgmode@gnu.org, where such feature requests are discuted, preferrably with one feature per thread? I am closing the report from here. Thanks, --

bug#34684: 26.1; Strange characters when inserting date

2020-05-22 Thread Eli Zaretskii
> From: Bastien > Cc: "Wong, Philip" , rpl...@gmail.com, > 34...@debbugs.gnu.org > Date: Fri, 22 May 2020 14:10:21 +0200 > > It seems like the bug is not related to org-mode. It isn't, but it can also be closed. Which I did. Thanks.

bug#35847: org-babel clojure bug? nil prepended to all results?

2020-05-22 Thread Bastien
Hi Brian, Brian Beckman writes: > I originally submitted this to the nrepl / cider group in github > because my workaround entailed a (most likely bogus) change to nrepl, > but they closed it and told me to submit it here. My original > submission is copied below. The response of the nrepl

bug#37333: Org-mode python output not working

2020-05-22 Thread Bastien
Hi Michael, Bastien writes: > I cannot reproduce this bug with latest Org from the master branch. > If you can, let me know. Otherwise, I'll close this bug in a month > or so. I am closing this bug report now. If this is still a problem, please test again latest Org and report it to

bug#34684: 26.1; Strange characters when inserting date

2020-05-22 Thread Bastien
It seems like the bug is not related to org-mode. I'd like to "unassign" the bug report from org-mode, but I am not sure how to do that. If anyone can help, thanks. -- Bastien

bug#25487: 26.0.50; org-table-align doesn't work with different face sizes in row

2020-05-22 Thread Bastien
Hi Ryan and Nicolas, Nicolas Goaziou writes: > Ryan McCarl writes: > >> (1) Define the faces org-table and org-link with a fixed-width font >> (Inconsolata in >> my case) so table alignment should normally work. >> (2) Define the scale of the org-link face to 0.9 and the scale of the >>

bug#2409: Status: 23.0.90; org-mode + viper-mode + ns make typing unresponsive

2020-05-22 Thread Bastien
bug#2409 <2...@debbugs.gnu.org> writes: > retitle 2409 23.0.90; org-mode + viper-mode + ns make typing unresponsive > reassign 2409 emacs,org-mode > submitter 2409 Steve Purcell > severity 2409 normal The bug was considered by several people in this thread as non-reproducible. Although I am

bug#11710: Status: 24.1.50; Bidi attributes are not exported in org-mode html output

2020-05-22 Thread Bastien
bug#11710 <11...@debbugs.gnu.org> writes: > retitle 11710 24.1.50; Bidi attributes are not exported in org-mode html > output > reassign 11710 emacs,org-mode > submitter 11710 Dov Grobgeld > severity 11710 normal Closing this old bug, as there was no follow-up. If the problem still exists,

Re: issue in orgmode manual

2020-05-22 Thread Bastien
Hi Max and John, thanks for reporting this, it is now fixed. Best, -- Bastien

Re: Scrolling through features on website doesn't work properly

2020-05-22 Thread Bastien
Hi Janek, Janek F writes: > Trying to scroll through the features of org mode on https:// > orgmode.org/features.html# with the buttons didn't work for me, > neither on Firefox nor Chromium. > On other subpages, such as https://orgmode.org/#docs, it did work. thanks for reporting this and

Re: emacs + org-mode in virtual machine/docker/...

2020-05-22 Thread Dan Pomohaci
Hi, I made a docker image dpom/godevem (https://hub.docker.com/repository/docker/dpom/godevem) for golang development with emacs. It is use by my golang course students and it runs on any platform that has installed docker engine. Best regards, Dan On 22.05.2020 00:28, briangpowell . wrote:

global macros

2020-05-22 Thread Dauer, Michael
Hi, I want to set some org-mode macro globally in my init.el. E.g. author should be set to user-full-name, but I also want other stuff defined. Having to import these via setup or include files is not an option. Macros seem to be "buffer-local", which seems to mean that a cannot just add my

Re: emacs + org-mode in virtual machine/docker/...

2020-05-22 Thread briangpowell .
Would like to "allow the windows host to access the guest using SSH to run Emacs Org-Mode" suggestions: * Install Cygwin on Windows and use Cygwin's SSH tools & run X on Cygwin & login to your Linux virtual machine desktop ** Then can use X11VNC and/or TightVNC client if you run a VNC server of

Re: Setting org-todo-keywords through directory-local variables

2020-05-22 Thread Nicolas Goaziou
Hello, Kévin Le Gouguec writes: > I'd like to set org-todo-keywords and org-todo-keyword-faces through > directory-local variables, to get rid of duplicate #+SEQ_TODO lines in > my Org files[1]. > > Right now I see two obstacles for this to work: > > (1) org-set-regexps-and-options, which sets

Re: issue tracker?

2020-05-22 Thread Roland Everaert
I will surely state the obvious, but the output of this discussion is that ther4e is a need for everybody, what ever our relationship to org-mode or emacs, needs a way to filter the various conversation about org-mode on the various communication channel used by the project. This mainly imply

Re: emacs + org-mode in virtual machine/docker/...

2020-05-22 Thread Roland Everaert
I am a user of emacs on virtual machines at work, and the environment works pretty well. I use virtual box as the provided workstation host windows, but the virtual machine host a linux os though. The only thing I didn't manage to do yet, is to allow the windows host to access the guest using SSH.

Re: Fwd: Support compilation of Haskell in org mode babel blocks.

2020-05-22 Thread Roland Coeurjoly
The assignment process with the FSF is complete. Best regards, Roland On Tue, May 5, 2020 at 11:31 PM Nicolas Goaziou wrote: > Hello, > > Roland Coeurjoly writes: > > > Please see attached patch. > > Great! > > It seems that this is a patch that needs to be applied on top of the > previous