[PATCH] ox-bb.el: Add BBCode exporter

2021-02-05 Thread General discussions about Org-mode.
Hi, after getting an encouraging reply to my initial proposal[1], I went forward and finished the patch to include the BBCode exporter in Org. The patch applies to current master and includes a suite of tests. Please review and/or apply this patch. Best regards, Christian [1]

Re: Free up C-c SPC/org-table-blank-field?

2021-02-05 Thread Christian Moe
Tim Cross writes: > Eric Abrahamsen writes: > >>> Does it actually need a key binding? I've never used it and just use >>> to move to the next field, leaving the field blank. >> >> I assume it's meant for blanking a field you've already typed something >> into. But yes, I can't imagine it's a

[WDYT, mini] key h in agenda for quick help

2021-02-05 Thread Marco Wahl
Hi all! What do you think about binding key h to function describe-mode in Org agenda? Basically pressing key h would open a window showing the key bindings in the agenda. There would also be additional information. The implementation could be just the line (org-defkey org-agenda-mode-map

Re: Free up C-c SPC/org-table-blank-field?

2021-02-05 Thread Carsten Dominik
On Fri, Feb 5, 2021 at 11:13 AM Christian Moe wrote: > > Tim Cross writes: > > > Eric Abrahamsen writes: > > > >>> Does it actually need a key binding? I've never used it and just use > >>> to move to the next field, leaving the field blank. > >> > >> I assume it's meant for blanking a field

Re: [WDYT, mini] key h in agenda for quick help

2021-02-05 Thread Robert Pluim
> On Fri, 05 Feb 2021 11:34:41 +0100, Marco Wahl > said: Marco> Hi all! Marco> What do you think about binding key h to function describe-mode in Org Marco> agenda? Basically pressing key h would open a window showing the key Marco> bindings in the agenda. There would

Re: [WDYT, mini] key h in agenda for quick help

2021-02-05 Thread Marco Wahl
Robert Pluim writes: >> On Fri, 05 Feb 2021 11:34:41 +0100, Marco Wahl >> said: > > Marco> Hi all! > Marco> What do you think about binding key h to function describe-mode in > Org > Marco> agenda? Basically pressing key h would open a window showing the > key >

Re: OT: M-S-$ Not Working

2021-02-05 Thread Maxim Nikulin
On 05/02/2021 06:25, Bo Grimes wrote: OS: PopOS 20.10, DE: GNOME 3.38.2 WM: Mutter GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.14) M-S-$ does not spellcheck word. Does C-h l view-lossage show something useful after an attempt to perform spellcheck? Is there anything in

Bug: Double quotes in tables and arguments

2021-02-05 Thread Christine Köhn
Hi, I'm working with tokenized texts in org-mode tables including single characters such as double quotes. When trying to read a cell with an (unpaired) double quote at the beginning, the cell cannot be read ("End of file during parsing"). I've looked a bit into this (see attached file). At

Re: OT: M-S-$ Not Working

2021-02-05 Thread Bo Grimes
On Fri, 05 Feb 2021 14:20:46 +1100 Tim Cross wrote: > Do you see the same behaviour if you run emacs -Q? I hadn't tried that, which should have been a first step, but I just did, and yes. Nothing happens and Emacs gives no feedback. I did go ahead and try a new DM (Regolith, because it's built

bug? Newline inserted when referencing a block result with ":cache yes" in a "noweb" reference

2021-02-05 Thread Rodrigo Morales
* The context Let's suppose we have two code blocks whose results we want to use in multiple code blocks. The result of this code block is cached. #+NAME: test-cache #+begin_src sh :cache yes printf "%s" 5 #+end_src #+RESULTS[4981a8c18361e02d50b4d3ac3677e0c56e9ba9c0]: test-cache

Re: Bug: (org-release) returns empty string on Elpa [ ( @ /home/pierre/.guix-profile/share/emacs/site-lisp/)]

2021-02-05 Thread Stefan Monnier
> Based on tested in a `git clone --no-tags ...` repo, should be fixed by > 61336f80d. Looks like it works: the `version.el` in https://elpa.gnu.org/devel/org-9.5snapshot0.20210205.62105.tar now says: (defun org-release () "The release version of Org. Inserted by installing Org

Re: use-package mistake?

2021-02-05 Thread Lawrence Bottorff
Sorry, this was meant for emacs.stackexchange. On Thu, Feb 4, 2021 at 2:49 PM Lawrence Bottorff wrote: > Each time I call up list-package and update, I get this message after the > updates > > Operation finished. Packages that are no longer needed: 43. Type ‘M-x > package-autoremove’ to

[Resolved]Re: OT: M-S-$ Not Working

2021-02-05 Thread Bo Grimes
On Fri, 5 Feb 2021 21:40:25 +0700 Maxim Nikulin wrote: > On 05/02/2021 06:25, Bo Grimes wrote: > > > > OS: PopOS 20.10, DE: GNOME 3.38.2 WM: Mutter > > GNU Emacs 26.3 (build 2, x86_64-pc-linux-gnu, GTK+ Version 3.24.14) > > > > M-S-$ does not spellcheck word. > > Does C-h l view-lossage

Re: Free up C-c SPC/org-table-blank-field?

2021-02-05 Thread Eric Abrahamsen
Carsten Dominik writes: > On Fri, Feb 5, 2021 at 11:13 AM Christian Moe wrote: > >> >> Tim Cross writes: >> >> > Eric Abrahamsen writes: >> > >> >>> Does it actually need a key binding? I've never used it and just use >> >>> to move to the next field, leaving the field blank. >> >> >> >> I

Re: [WDYT, mini] key h in agenda for quick help

2021-02-05 Thread Marco Wahl
Samuel Wales writes: > are there precedents? calc? h in dired does c-h m. Looks to me like calc shines brightest with its help system which btw one enters with key h. Up to now I see the precedents - dired - help-mode - view-mode - Buffer-menu-mode They all have h be the same as C-h m

Re: [WDYT, mini] key h in agenda for quick help

2021-02-05 Thread Samuel Wales
i guess i was merely saying: instead of h, which a new user might not try, something that works for everything in emacs might be a possibility. but c-h m and c-h b could perhaps be improved a bit and include mode-specific text [details left to reader as exercise]. On 2/5/21, Marco Wahl wrote:

Re: [WDYT, mini] key h in agenda for quick help

2021-02-05 Thread Samuel Wales
are there precedents? calc? h in dired does c-h m. just a brainstorm but maybe c-h m and c-h b can be more friendly for all modes? On 2/5/21, Marco Wahl wrote: > Robert Pluim writes: > >>> On Fri, 05 Feb 2021 11:34:41 +0100, Marco Wahl >>> said: >> >> Marco> Hi all! >>

[SOLVED] Re: [ISSUE] org-agenda with clocktable infinite on logbook which has text-propertize links

2021-02-05 Thread Christopher Miles
<#secure method=pgpmime mode=sign> Problem solved by adding an condition to detect current mode whether it is org-agenda-mode. -- [ stardiviner ] I try to make every word tell the meaning that I want to express. Blog: https://stardiviner.github.io/ IRC(freenode):

Re: OT: M-S-$ Not Working

2021-02-05 Thread Tim Cross
Marcin Borkowski writes: > Hi Bo, > > I know your problem is resolved now, but in case you don't know, check > also what `C-h c' does (and `C-h k' is also useful at times). In > general, spending 20 minutes on looking through what `C-h C-h' says > might save you some trouble later;-). > This

Re: OT: M-S-$ Not Working

2021-02-05 Thread Marcin Borkowski
Hi Bo, I know your problem is resolved now, but in case you don't know, check also what `C-h c' does (and `C-h k' is also useful at times). In general, spending 20 minutes on looking through what `C-h C-h' says might save you some trouble later;-). Hth, mb On 2021-02-05, at 00:25, Bo Grimes