[O] Org Mode Documentation Patch

2018-06-22 Thread Siraphob (Ben) Phipathananunth
This patch was originally submitted to Emacs devel, but Eli Zaretskii redirected me here. I've begun reading the Org Mode manual, and noticed that the wording in some places could be improved (so far I've read up to Section 4.8). I've attached my patch. Some of the more drastic changes: -

Re: [O] Speeding up agenda custom command with org-agenda-earlier & org-agenda-later

2018-06-22 Thread Zongheng Yang
Cool, looking forward to see the rewrite! On Fri, Jun 22, 2018 at 1:49 PM Nicolas Goaziou wrote: > Hello, > > Zongheng Yang writes: > > > Here's an agenda custom command that acts as the main interface I > interact > > with org (in fact, emacs :)). > > > > (setq org-agenda-custom-commands >

Re: [O] Speeding up agenda custom command with org-agenda-earlier & org-agenda-later

2018-06-22 Thread Nicolas Goaziou
Hello, Zongheng Yang writes: > Here's an agenda custom command that acts as the main interface I interact > with org (in fact, emacs :)). > > (setq org-agenda-custom-commands > '(("c" "Simple agenda view" >((agenda "") > (tags "PRIORITY=\"A\"" >

Re: [O] very long table calc expressions ?

2018-06-22 Thread Uwe Brauer
> On 22/06/2018 18:48, Nick Dokos wrote: > A utility lisp function can enhance readability: > #+begin_src elisp >   (defun test-to-interval (x) >     (let ((n (string-to-number x))) >   (cond >    ((equal x "")  "NP") >    ((and (<= 0 n) (<= n

Re: [O] very long table calc expressions ?

2018-06-22 Thread Thierry Banel
On 22/06/2018 18:48, Nick Dokos wrote: > Uwe Brauer writes: > >> Hi Jonathan >> >>> Hi Uwe, >>> On Fri, Jun 22, 2018 at 10:16 AM, Uwe Brauer wrote: >> >>> (::) >>> not just a single. Brent's example has it with double while yours only >>> shows >>> it with a single one.

Re: [O] Bug: org-toggle-tag always marks buffer modified [9.1.13 (9.1.13-elpaplus @ .emacs.d/elpa/org-plus-contrib-20180618/)]

2018-06-22 Thread Nicolas Goaziou
Hello, Bernt Hansen writes: > This problem still exists when the capture template includes TAGS > > In the below capture-templates definition the "t" (todo) template works > fine but the "m" Meeting template does not allow SPC to enter a space > between words when entering the headling for the

Re: [O] very long table calc expressions ?

2018-06-22 Thread Nick Dokos
Uwe Brauer writes: > Hi Jonathan > >> Hi Uwe, >> On Fri, Jun 22, 2018 at 10:16 AM, Uwe Brauer wrote: > >> (::) >> not just a single. Brent's example has it with double while yours only >> shows >> it with a single one. > > Right, thanks for clarifying that. My original

Re: [O] very long table calc expressions ?

2018-06-22 Thread Uwe Brauer
Hi Jonathan > Hi Uwe, > On Fri, Jun 22, 2018 at 10:16 AM, Uwe Brauer wrote: > (::) > not just a single. Brent's example has it with double while yours only > shows > it with a single one. Right, thanks for clarifying that. My original example had various :: and indeed there

Re: [O] very long table calc expressions ?

2018-06-22 Thread Jonathan Leech-Pepin
Hi Uwe, On Fri, Jun 22, 2018 at 10:16 AM, Uwe Brauer wrote: > >> Uwe Brauer writes: > >> When I hit C-c ' in this table > >> #+TBLNAME: stat-final2 >> || Frequency | > >> |+---| >> | SS | | >> | AP | 5 | >> | NT | 3 | >

Re: [O] very long table calc expressions ?

2018-06-22 Thread Uwe Brauer
> Uwe Brauer writes: > When I hit C-c ' in this table > #+TBLNAME: stat-final2 > || Frequency | > |+---| > | SS | | > | AP | 5 | > | NT | 3 | > | SB |#ERROR | > | MH | 2 | > | NP | 3 | > I get

Re: [O] very long table calc expressions ?

2018-06-22 Thread Bernt Hansen
Uwe Brauer writes: >> Uwe Brauer writes: > > Hello Bernt, >> Hi Uwe, > >> You can edit or view the table formulas with C-c ' in case that helps. >> This splits the formulas one per line for editing. > > Thanks for pointing this out to me, but I seem unable to do it. > > When I

Re: [O] very long table calc expressions ?

2018-06-22 Thread Uwe Brauer
> Uwe Brauer writes: Hello Bernt, > Hi Uwe, > You can edit or view the table formulas with C-c ' in case that helps. > This splits the formulas one per line for editing. Thanks for pointing this out to me, but I seem unable to do it. When I use C-c ' I obtain that very long

Re: [O] bug in org-capture for table lines

2018-06-22 Thread Holst Thomas (PS-EC/ESE4)
Hi Nicolas, Nicolas Goaziou writes: >"Holst Thomas (PS-EC/ESE4)" writes: > >> there is a bug in org-capture. When capturing table lines table formula is >> not updated. >> >> Here is an ECM: >> >> [...snip ...] > > Fixed. Thank you. I can confirm that it works perfectly. Thank you! --

Re: [O] TBLFM and a remote table lookup on two columns

2018-06-22 Thread Thierry Banel
On 22/06/2018 07:40, Brad Knotwell wrote: Good day all-- I've been using TBLFM and orgmode-lookup-first to conditionally update a table.  It works great but I've run