[O] bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2018-09-18 Thread Amin Bandali
Nicolas Goaziou writes: > I removed htmlize URL from the error message. I also demoted the latter > to a plain message. So, if htmlize is not installed, source blocks are > not fontified. I was going to suggest a less harsher and potentially more helpful approach: in the short term, mirror the h

Re: [O] org-store/insert-link truncating the full subject of mails

2018-10-26 Thread Amin Bandali
Nicolas Goaziou writes: > I think limiting the number of characters in the description is to be on > the safe side. 30 characters are usually enough to understand what the > mail is about. Can you please elaborate on what you mean by being on the safe side in this context? What problems could p

Re: [O] org-store/insert-link truncating the full subject of mails

2018-10-28 Thread Amin Bandali
Hi, Nicolas Goaziou writes: > I don't know. This is why I agree it is safer to limit length to an > arbitrary number instead of allowing any size. Hoping to find an actual answer, I did a =git blame lisp/org.el= and found the commit that introduced it, 2c16f092e64915a7e3d0b2dda82f3978a0f42dea,

Re: [O] Display-level automatic subtree numbering

2018-11-03 Thread Amin Bandali
Hello, Nicolas Goaziou writes: > As I was offline for a few days, I toyed a bit with this. I wrote the > following library. Awesome, thanks for your work! > I didn't test it thoroughly. I didn't write regression tests > either. > > Also, it ignores UNNUMBERED property and export tags. I have t

Re: [O] Where is org-mime?

2018-12-10 Thread Amin Bandali
On 2018-12-10 4:43 PM, Alexandre Garreau wrote: > I recently learnt about org elpa repo, including its package with the contrib > directory (I always wondered about what were the canonical way to get it!), > but it seems not to include org-mime (org-plus-contrib-20181210)… where are > we suppos

Re: [O] M-S-RET doesn't work anymore?

2019-01-23 Thread Amin Bandali
> #+begin_src diff > -(org-defkey org-mode-map (kbd "S-") #'org-table-copy-down) > -(org-defkey org-mode-map (kbd "M-S-") #'org-insert-todo-heading) > -(org-defkey org-mode-map (kbd "ESC S-") #'org-insert-todo-heading) > +(org-defkey org-mode-map (kbd "S-RET>") #'org-table-copy-down) > +(org-defk

Re: [O] org-tempo violating org-mode conventions since 9.2

2019-01-25 Thread Amin Bandali
On 2019-01-25 3:05 PM, Gabriele Lana wrote: > Hi, > > following the conventions (https://orgmode.org/manual/Conventions.html) > "Keywords and blocks are written in uppercase to enhance their readability" > but since 9.2 all blocks inserted are lowercase, why? > > Is there a clean way to put them

Re: [O] Org without Emacs?

2019-01-29 Thread Amin Bandali
Hi Scott, On 2019-01-28 10:51 PM, Scott Randby wrote: [...] > I was under the mistaken impression that Orgzly was proprietary > software. Since it is free software, I'm going to start using it. > You weren’t wrong; it did use to be proprietary before, but the author GPL’ed it about a year or so

Re: [O] [ANN] Changes to link syntax

2019-03-10 Thread Amin Bandali
g latest Org master, I get the following error: File mode specification error: (void-function org-element-restriction) Also, calling org-insert-last-stored-link seems to cause error(s) like this one: Error during redisplay: (jit-lock-function 1) signaled (void-function org-element-link-parser) Bes

Re: [O] orgalist-mode: wrong indentation in message mode after recent change in emacs

2019-04-12 Thread Amin Bandali
Hi all, Just confirming that I suffer from this as well on latest master. It’d be great if this could be fixed. Cheers, amin

Re: [O] switch off validate - how?

2019-05-20 Thread Amin Bandali
Hello, Nick Dokos writes: [...] > > C-h v org-html-validation-link RET > > Set it to "", but there are still validation remnants left in the HTML > file, which is probably a bug: > > , > | > | Author: Nick Dokos > | Created: 2019-05-20 Mon 12:43 > | <<< this should disappear. >

Re: [O] switch off validate - how?

2019-05-20 Thread Amin Bandali
Nick Dokos writes: [...] > You can't [fn:1] set `org-html-validation-link' to nil because the defcustom > specifies a string. > > Redefining the postamble format is indeed a good solution, probably the > best solution currently available. `org-html-validation-link' should probably > only be us

[O] bug#32722: bug#32722: 26.1; Org-publish depend on non-free platform ?

2019-06-09 Thread Amin Bandali
Nicolas Floquet writes: > Le jeudi 16 mai 2019 à 17:16 +0200, Nicolas Floquet a écrit : >> The problem is not solved on emacs 26.2. > > I have just humbly made a little commit wich is not the best solution, > take in consideration that I am not a programmer… I can not currently > do better ! :-)

Re: [O] Feature request: Maintaining multiple init files with one org file

2018-07-28 Thread Amin Bandali
Hello, Indeed, a tag-based solution (e.g. with :office:, :home:, etc) would be great; but what I do right now looks something like this: , | #+property: header-args :tangle ~/.emacs | | * Default Frame | | ** All computers | #+begin_src emacs-lisp | (defvar myvar "testing") | #+end_src | | **

Re: [O] OK again, was: Re: Bug: git clone https://code.orgmode.org/bzg/org-mode.git fails with fatal: unable to access 'https://code.orgmode.org/bzg/org-mode.git/': server certificate verification fai

2018-09-01 Thread Amin Bandali
essary. I'd be happy to try and help out with automating the renewal. Best, -- Amin Bandali | GNU webmaster | Grad student, UWaterloo https://aminb.org | https://gnu.org |https://aminb.org/uw GnuPG Key: CDDE 75F9 0353 8E71 813C DA27 D1FB A366 27D6 5876

Re: Cannot clone org-mode's git repository

2021-10-03 Thread Amin Bandali
Hello, Colin Baxter writes: > Hello, > > I get a strange error when I try to clone org-mode: > > redknight@jetstar:~/git$ git clone > https://git.savannah.gnu.org/git/emacs/org-mode.git > Cloning into 'org-mode'... > fatal: unable to access > 'https://git.savannah.gnu.org/git/emacs/org-mode.git

Re: org-element.el change in emacs.git

2021-10-03 Thread Amin Bandali
Hi Adam, all, Adam Porter writes: [...] > > By the way, I'm curious, not having always followed the internal details > of Org's development over the years: why are changes like that made to > emacs.git and merged back into Org, instead of being made in Org and > then merged back into Emacs with t

Re: [BUG] 502/slow response from new repo [9.5 (9.5-g9364b2 @ /home/n/.emacs.d/straight/build/org/)]

2021-10-03 Thread Amin Bandali
Bastien writes: > No Wayman writes: > >> That was after multiple attempts which resulted in 502 errors. > > Yes, I've noticed the https://git.savannah.gnu.org website had some > issues today. It seems to be stable now. Indeed. For future cases, if the issue remains after, say, 30mins, please c

Re: [ANN] EmacsConf 2021 Call for Proposals

2021-10-03 Thread Amin Bandali
Hi Sam, [ apologies for the super slow reply; I've been unable to keep up with the volume of messages on the list for a few months and am only now catching up; and didn't see your message sooner since I wasn't explicitly Cc'd on it ] [ before I get into my reply, I'll quick mention that eve

Re: ox-slimhtml

2021-10-03 Thread Amin Bandali
Hi Bastien, Laszlo, Nicolas, Bastien Guerry writes: > Hi Laszlo, > > Bastien writes: > >> I encourage everyone to try exporting Org documents to HTML using your >> library and see how it compares with ox-html.el for a daily usage. > > nobody seemed to be that interested in helping :/ Apologies

Re: Feature request: in org html export, option to disable id & class properties.

2021-10-03 Thread Amin Bandali
Hi Zachary, Zachary Kanfer writes: > That is an interesting exporter. Is it actually part of orgmode? I don't > see it in the org repository. I don't want to rely on downloading something > from an archived repository that won't get bugfixes. Indeed, ox-slimhtml is not part of Org at the moment,

[ANN] EmacsConf 2021 program and posters

2021-10-28 Thread Amin Bandali
Greetings, fellow Emacsians! On behalf of the EmacsConf 2021 organizers team, I'm very excited to announce the program for EmacsConf 2021 (Nov 27 and 28), available at: https://emacsconf.org/2021/schedule We'll continue working on scheduling the talks in a way that works reasona

[ANN] EmacsConf 2021 schedule + how to watch and participate

2021-11-20 Thread Amin Bandali
macsconf.org/2021 page of the EmacsConf wiki for more details on watching and participating in the conference. We hope to see you all around on November 27-28 for EmacsConf 2021! Amin Bandali, Leo Vivier, and Sacha Chua, On behalf of the EmacsConf 2021 organizers team

Re: [RFC] Change default value for `org-startup-folded'?

2020-04-30 Thread Amin Bandali
Hello, Nicolas Goaziou writes: [...] > > It would make sense to make it easier for non-Org users who have to deal > with Org files to set this variable to `showeverything'. This would also > be on par with Outline mode, the major mode used to handle, e.g., NEWS > file. > [...] +1 from me as wel

Re: Website revamp?

2020-07-30 Thread Amin Bandali
Hello, TEC writes: > Hello again, > > I thought I'd just bump this in the hope of a response, since in the > six weeks since my original email I haven't heard anything. > > Just to re-iterate the central question: > Bastien, would you be open to a website revamp? What are your > thoughts? > > A

Re: Website revamp?

2020-07-30 Thread Amin Bandali
Hello Timothy, TEC writes: > Hello Russell, Amin, > > Thanks for giving me your thoughts on the idea :) > Your responses have lead me to think that this may lead somewhere. > :-) [...] > > Amin Bandali writes: >> Hello, > Hi :) > >> While we wait

[ANN] EmacsConf 2020 Call for Proposals

2020-08-24 Thread Amin Bandali
discuss] <https://lists.gnu.org/mailman/listinfo/emacsconf-discuss> #+title: EmacsConf 2020 #+subtitle: Online Conference #+date: November 28 and 29, 2020 #+options: author:nil # Copyright (C) 2020 Amin Bandali, Sacha Chua, David Bremner The [[https://emacsconf.org/2020/cfp/][Call for Proposa

Re: [PATCH] org-refile.el: Add org-refile-reverse which toggles org-reverse-note-order

2020-09-05 Thread Amin Bandali
Bastien writes: > Hi Adam, > > Adam Spiers writes: > >> This is useful for prepending to the start of the target headline >> instead of appending to the end, or vice-versa depending on >> org-reverse-note-order. > > I think this would be useful. What others think? > [...] +1; sounds quite usefu

[ANN] Second (and final) Call for Proposals for EmacsConf 2020 (closing Oct 7)

2020-09-30 Thread Amin Bandali
conf-discuss> #+title: EmacsConf 2020 #+subtitle: Online Conference #+date: November 28 and 29, 2020 #+options: author:nil # Copyright (C) 2020 Amin Bandali, Sacha Chua, David Bremner Update 2020-09-14: Added timezone information (9am to 5pm Toronto/EST). Moved CFP end date to October 7, 2020.

[ANN] EmacsConf 2020 videos are out!

2020-12-05 Thread Amin Bandali
Hello fellow Emacsians! [ I originally sent this mail to the EmacsConf lists and emacs-tangents, but thought some folks on emacs-devel and emacs-orgmode might also be interested in knowing about this and watching the videos too. :-) ] The EmacsConf 2020 videos are now ready. Thanks to everyo

[ANN] EmacsConf 2022 Second Call for Participation (extended until Sep 30)

2022-09-18 Thread Amin Bandali
dom We remain fully committed to freedom, and we will continue using our infrastructure and streaming setup consisting entirely of [[https://www.gnu.org/philosophy/free-sw.html][free software]], much like previous EmacsConf conferences. Articles and documentation about the EmacsConf infrastructure ar

[ANN] EmacsConf 2023 Call for Participation

2023-06-26 Thread Amin Bandali
/www.gnu.org/philosophy/free-sw.html> # [[elisp:(org-md-export-to-markdown)][Export this file to Markdown]] # [[elisp:(org-ascii-export-as-ascii nil nil nil t)][Export this file to ASCII]] #+title: EmacsConf 2023 #+subtitle: Online Conference #+date: December 2 and 3, 2023 #+options: author:

[ANN] EmacsConf 2024 Call for Participation

2024-06-30 Thread Amin Bandali
:(org-md-export-to-markdown)][Export this file to Markdown]] # [[elisp:(org-ascii-export-as-ascii)][Export this file to ASCII]] #+title: EmacsConf 2024 #+subtitle: Online Conference #+date: December 7 and 8, 2024 #+options: author:nil toc:nil #+begin_export md [[!meta title="Call for Participatio

Re: [ANN] EmacsConf 2020 videos are out!

2020-12-25 Thread Amin Bandali
Sébastien G writes: > Nice. 😉 > > Thanks to everyone. 😁 Cheers, and indeed, thanks to everyone involved. :-) > Did you know if the videos are also on Peertube ? As of a few days ago, they are indeed. I've uploaded them to the EmacsConf account on SDF's PeerTube instance, toobnix, tagged in thr

Re: [PATCH] Apply emacs manual css to org pages

2020-12-27 Thread Amin Bandali
Hi Timothy, all, TEC writes: > Hi all, > > This is a quick patch to use the Emacs manual CSS with our generated Org > manual. > > You can see what the single-page version of this looks like here: > https://tecosaur.com/resources/org/doc/manual.html and the multi-page > here: https://tecosaur.com/

Re: [POLL] Setting `org-adapt-indentation' to nil by default?

2021-05-02 Thread Amin Bandali
Bastien writes: > Various discussions convinced me that `org-adapt-indentation' should > be nil by default. > > With `electric-indent-mode' being activated by default in Emacs, the > current behavior is that RET after a headline moves the point below > the beginning of this headline, not the begin

Emacs-related IRC channels moving to Libera.Chat

2021-06-11 Thread Amin Bandali
Hello, Per today's announcement [0] on GNU and FSF moving to the Libera.Chat IRC network, the following Emacs-related channels are also moving from Freenode to Libera.Chat: - #emacs - #emacs-beginners - #org-mode - #erc - #gnus [0]: https://lists.gnu.org/archive/html/info-gnu/2021-06/msg5.ht

Re: Emacs-related IRC channels moving to Libera.Chat

2021-06-12 Thread Amin Bandali
Hi Michael, Michael Albinus writes: > Amin Bandali writes: > >> Hello, > > Hi Amin, > >> Per today's announcement [0] on GNU and FSF moving to the Libera.Chat >> IRC network, the following Emacs-related channels are also moving from >> Freenode to

[ANN] EmacsConf 2021 Call for Proposals

2021-08-05 Thread Amin Bandali
EmacsConf 2021 the best one so far! * Commitment to freedom We remain fully committed to freedom, and we will continue using our infrastructure and streaming setup consisting entirely of [[https://www.gnu.org/philosophy/free-sw.html][free software]], much like previous EmacsConf conferences. An a

Re: [ANN] EmacsConf 2021 Call for Proposals

2021-08-15 Thread Amin Bandali
ml][free software]], much like previous EmacsConf conferences. An article describing our infrastructure and tools is underway, and will be announced on the emacsconf-discuss list when published. * COMMENT Copyright & License Copyright (c) 2020 Amin Bandali, Sacha Chua, David Bremner Copyright (c) 20

[ANN] EmacsConf 2021 Second (and final) Call for Proposals (closing Sep 30)

2021-09-27 Thread Amin Bandali
g/mailman/listinfo/emacsconf-org][emacsconf-org]] as well, for discussions related to organizing the conference by the EmacsConf organizers and volunteers. We'd really appreciate your help in making EmacsConf 2021 the best one so far! * Commitment to freedom We remain fully committed to freedom,

[ANN] EmacsConf 2025 Call for Participation

2025-06-28 Thread Amin Bandali
pation #+subtitle: Online Conference #+date: December 6 and 7, 2025 #+options: author:nil toc:nil #+begin_export md [[!meta title="Call for Participation"]] [[!meta copyright="Copyright © 2020 Amin Bandali, Sacha Chua, David Bremner Copyright © 2021 Amin Bandali, Sacha Chua, Leo V