Re: [O] org-crypt broken on Ubuntu 18.04

2018-06-13 Thread Jens Lechtenboerger
On 2018-06-14, Óscar Fuentes wrote: > While trying to create a demo file I noticed that decryption works fine > as long as the content was relatively new, while it fails for content > that was encrypted years ago. > > I tried setting epg-gpg-program to "gpg" (it is "gpg2" by default) for >

Re: [O] Painfully Slow Export

2018-06-13 Thread Ken Mankoff
On Wed, Jun 13, 2018 at 7:56 PM Berry, Charles wrote: > #+RESULTS: > : # of src block names: 3 > : Number of Seconds: 0.0498 > > > #+RESULTS: > : # of src block names: 68 > : Number of Seconds: 2.1021 > > #+RESULTS: > : # of src block names: 200 > : Number of Seconds:15.4018 > > >

[O] How to use em-dash as a bullet for plain text lists?

2018-06-13 Thread Grant Rettke
Hi, I want to use em-dash as a bullet for plain lists. I read the documentation and didn't see a customization option. I read org-list.el only enough to get a rough idea of how it works. org-at-item-p, org-at-item-bullet-p, org-item-re seem important for understanding the structure. Before I

[O] column in table fails to align for China's characters

2018-06-13 Thread Van L
Hello. Mixing characters from differing languages causes the table column to fail to align. See as follows. | Term | Pronunciation | Definition |

Re: [O] org-crypt broken on Ubuntu 18.04

2018-06-13 Thread Óscar Fuentes
Thibault Polge writes: >> What's an ECM? > > French for Exemple complet minimal = Minimal Working Example (MWE)[1] > > [1]: https://en.wikipedia.org/wiki/Minimal_Working_Example Thanks. While trying to create a demo file I noticed that decryption works fine as long as the content was

[O] [SOLVED?] (was: how to compare strings of two columns for huge tables)

2018-06-13 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I have tables (several hundred rows) like this > | 03217428 | 3217428 | | > | 71310606 | 71310606 | | > | 05944371 | 5944371 | | > | 70086251 | 70086251 | | > | 50325182 | 50325182 | | > | 04559101 | 4559101 | |

[O] how to compare strings of two columns for huge tables

2018-06-13 Thread Uwe Brauer
Hi I have tables (several hundred rows) like this | 03217428 | 3217428 | | | 71310606 | 71310606 | | | 05944371 | 5944371 | | | 70086251 | 70086251 | | | 50325182 | 50325182 | | | 04559101 | 4559101 | | | 51005420 | 51005420 | | | 51141846 | 51141846 | | | 05448640 |

Re: [O] org-crypt broken on Ubuntu 18.04

2018-06-13 Thread Thibault Polge
> What's an ECM? French for Exemple complet minimal = Minimal Working Example (MWE)[1] [1]: https://en.wikipedia.org/wiki/Minimal_Working_Example -- Thibault

Re: [O] org-crypt broken on Ubuntu 18.04

2018-06-13 Thread Óscar Fuentes
Nicolas Goaziou writes: > Hello, > > Óscar Fuentes writes: > >> Today I noticed that org-crypt is broken on my daily driver. >> >> On a header with the :crypt: tag I invoke org-decrypt-entry, a popup >> dialog asks for the password, I type the password and then the >> minibuffer shows >> >> GPG

Re: [O] ‘V’ ‘#+BEGIN_VERBATIM ... #+END_VERBATIM’ missing in manual(?)

2018-06-13 Thread Nicolas Goaziou
Hello, alain.coch...@unistra.fr writes: > In section "15.2 Easy templates" of the manual, I think that under > >Org comes with these pre-defined easy templates: > > the line related to VERBATIM is missing. The "Easy templates" section does not exist anymore in new manual. Also, there is no

Re: [O] org-crypt broken on Ubuntu 18.04

2018-06-13 Thread Nicolas Goaziou
Hello, Óscar Fuentes writes: > Today I noticed that org-crypt is broken on my daily driver. > > On a header with the :crypt: tag I invoke org-decrypt-entry, a popup > dialog asks for the password, I type the password and then the > minibuffer shows > > GPG error: "Decryption failed", "" > > The

Re: [O] Painfully Slow Export

2018-06-13 Thread Ken Mankoff
Hi Chuck, Thanks for your continued help and interest in this issue. Here are the results from the timing test using your code: | # Blocks | w/o noweb | noweb | NESTED noweb | |--+---+---+---| |3 | 0.05 | | 0.33 | | 13 |

Re: [O] Painfully Slow Export

2018-06-13 Thread Berry, Charles
> On Jun 12, 2018, at 10:32 PM, Ken Mankoff wrote: > > > > On Wed, Jun 13, 2018 at 12:12 AM Berry, Charles wrote: > > On Jun 12, 2018, at 2:30 PM, Ken Mankoff wrote: > > > > Based on the profiling, I think the reason it takes 1 minute is because the > > code blocks use <> blocks? > > I

[O] customizable org-attach commands?

2018-06-13 Thread Eric Abrahamsen
I'd like to provide a patch making the org-attach dispatcher customizable. ie a new custom option `org-attach-commands' that maps characters to functions, and then the dispatch function builds its menu from that option. Would that be acceptable? What I'm trying to do is add my own org-attach

[O] org-crypt broken on Ubuntu 18.04

2018-06-13 Thread Óscar Fuentes
Hello. Today I noticed that org-crypt is broken on my daily driver. On a header with the :crypt: tag I invoke org-decrypt-entry, a popup dialog asks for the password, I type the password and then the minibuffer shows GPG error: "Decryption failed", "" The complete error message on *Messages*

[O] ‘V’ ‘#+BEGIN_VERBATIM ... #+END_VERBATIM’ missing in manual(?)

2018-06-13 Thread Alain . Cochard
Hello. In section "15.2 Easy templates" of the manual, I think that under Org comes with these pre-defined easy templates: the line related to VERBATIM is missing. -- EOST (École et Observatoire des Sciences de la Terre) IPG (Institut de Physique du Globe) | alain.coch...@unistra.fr 5

Re: [O] [PATCH] Add new keyword :coding for #+include directive

2018-06-13 Thread Nicolas Goaziou
Hello, pierre.techouey...@free.fr (Pierre Téchoueyres) writes: > I've seen you didn't apply the part which added an entry in ORG-NEWS > file. Was this deliberate or just an side effect of your refactoring ? > Or is this unneeded ? > Again thanks for your patience. I had to remove that change

Re: [O] Adding single cell movement to org-table

2018-06-13 Thread Nicolas Goaziou
Hello, Chris Kauffman writes: > Attached are the updated patches for single cell movement in org > tables. Thank you! I squashed the various patches, fixed the docstrings and refactored a bit some functions. I also renamed `org-table-move-single-cell-*' into `org-table-move-cell-*', which is

Re: [O] orgalist: increase vspace between points, leave orgalist (indent)

2018-06-13 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: >> First of all thanks for orgalist, I use it frequently and enjoy quite a >> bit. There are two features I am missing (or don't know who to use >> them). >> >> 1. How can I increase the vspace per

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-13 Thread Joost Kremers
On Wed, Jun 13 2018, Eric S Fraga wrote: On Wednesday, 13 Jun 2018 at 09:53, Gerald Wildgruber wrote: Switching to text-mode, with 5 windows and follow-mode still being active reduces lag significantly. So there must be an issue specifically with the combination of org-mode and

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-13 Thread Eric S Fraga
On Wednesday, 13 Jun 2018 at 09:53, Gerald Wildgruber wrote: > Switching to text-mode, with 5 windows and follow-mode still being > active reduces lag significantly. > > So there must be an issue specifically with the combination of org-mode > and follow-mode! I don't think there's an issue per

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-13 Thread Gerald Wildgruber
Switching to text-mode, with 5 windows and follow-mode still being active reduces lag significantly. So there must be an issue specifically with the combination of org-mode and follow-mode! Gerald. On Di, Jun 12 2018, Eric S Fraga wrote: > On Tuesday, 12 Jun 2018 at 12:23, Gerald Wildgruber

Re: [O] Org mode in combination with emacs follow-mode is terrible

2018-06-13 Thread Gerald Wildgruber
Thanks! actually every single one of the following does help a bit: - reducing number of windows to 3 - switching to text-mode - dectivating org-indent-mode, with org-mode still being active There's still lag, but not as extreme as with my original setup. Still, the most significant change