Re: [O] [SOLVED] org-20181210 seems to break Column View

2018-12-13 Thread Akater
Thanks anyway. My bad, it was due to poly-org package which I had installed recently. It broke undo in org buffers too. signature.asc Description: PGP signature

Re: [O] FW: [RFC] Link-type for attachments, more attach options

2018-12-13 Thread Ihor Radchenko
> No, it's not there. I know of the custom agendas and use it currently. But I > cannot anywhere specify more than one org-agenda-files parameter, for > example. I just tried: #+begin_src emacs-lisp (setq org-agenda-custom-commands (quote (("v" "Test" tags-todo nil ((org-a

Re: [O] problems with org-tempo

2018-12-13 Thread Berry, Charles
> On Dec 13, 2018, at 2:36 PM, Uwe Brauer wrote: > > > Hi > > I hoped that org-tempo would be a substitute for the old beloved org > template system. well > >1. It expands >2. The syntax is not the same for example I want > > Key: b >Keyword: >bib

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-13 Thread Allen Li
On Thu, Dec 13, 2018 at 6:28 AM Bernt Hansen wrote: > > Allen Li writes: > > > On Wed, Dec 12, 2018 at 10:00 AM Nicolas Goaziou > > wrote: > >> > >> This is not satisfying, actually. If every item has a single asterisk, > >> you miss hierarchy between headlines in the same tree. > > > > I don't

Re: [O] the 'new' template system some questions

2018-12-13 Thread Mehmet Atif Ergun
I believe it's the melpa one that's often used. https://github.com/joaotavora/yasnippet/blob/master/README.mdown https://www.emacswiki.org/emacs/Yasnippet Best, Mehmet On Thu, Dec 13, 2018, 17:18 Uwe Brauer >>> "William" == William Denton writes: > >> On 13 December 2018, Uwe Brauer wro

[O] problems with org-tempo

2018-12-13 Thread Uwe Brauer
Hi I hoped that org-tempo would be a substitute for the old beloved org template system. well 1. It expands

Re: [O] the 'new' template system some questions

2018-12-13 Thread Uwe Brauer
>>> "William" == William Denton writes: > On 13 December 2018, Uwe Brauer wrote: >> And I used both quite a bit, it seems that the new syntax has a begin >> and end mandatory. So what I can I with this sort of templates? > yasnippet? I think that's what a lot of people moved to. Ok

Re: [O] the 'new' template system some questions

2018-12-13 Thread Uwe Brauer
>>> "William" == William Denton writes: > On 13 December 2018, Uwe Brauer wrote: >> And I used both quite a bit, it seems that the new syntax has a begin >> and end mandatory. So what I can I with this sort of templates? > yasnippet? I think that's what a lot of people moved to. Wh

Re: [O] the 'new' template system some questions

2018-12-13 Thread William Denton
On 13 December 2018, Uwe Brauer wrote: And I used both quite a bit, it seems that the new syntax has a begin and end mandatory. So what I can I with this sort of templates? yasnippet? I think that's what a lot of people moved to. Bill -- William Denton :: Toronto, Canada --- Listening to

[O] the 'new' template system some questions

2018-12-13 Thread Uwe Brauer
Hi I finally upgraded my org version and so start to use the new template system. Although I am a fan of not breaking backwards compatibility I can understand why it was necessary in the rewritten template functionality. First of all thanks it is quite nice. However I have to old templates wh

Re: [O] problem with export of #+BEGIN_src latex :results latex replace :exports results :eval t

2018-12-13 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Thursday, 13 Dec 2018 at 16:08, Uwe Brauer wrote: > [...] >> BTW I just saw mail from Nick in which he states >> >>> Why don't you use ? It turns a region into a source block. >> >> In which org version. What command is bound to C-

Re: [O] [PATCH] org-capture: Add a custom to control save target file or not.

2018-12-13 Thread Kaushal Modi
On Thu, Dec 13, 2018 at 11:25 AM Nicolas Goaziou wrote: > > > +(unless (org-capture-get :no-save) > > + ;; Save the target file. > > + (save-buffer)) > > The comment does not look terribly useful. I would put the whole > `unless' in a single line. > > Barring that nitpicking of mine

Re: [O] Mean of a column in a remote table

2018-12-13 Thread Roger Mason
Hello Eric, Eric S Fraga writes: > Umm, I think you want to do the mean of the remote entries so try: > vmean(remote($1,@2..@>)) but I also wonder whether you need to specify > the column as well for remote references? At least, when I have done > this, I have specified both rows and columns, >

Re: [O] [PATCH] org-capture: Add a custom to control save target file or not.

2018-12-13 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I have formatted 2 patches to address this (attached). If they look fine, I > can commit them to master. Thank you. > +(unless (org-capture-get :no-save) > + ;; Save the target file. > + (save-buffer)) The comment does not look terribly useful. I wo

Re: [O] Mean of a column in a remote table

2018-12-13 Thread Eric S Fraga
On Thursday, 13 Dec 2018 at 10:38, Roger Mason wrote: > Hello Eric, > > Eric S Fraga writes: > >> That should have been @>, not @<. > > | Data | a | > |---+| > | mic_2_in_648_cell | #ERROR | > > #+tblfm: $2=remote($1,vmean(@2..@>)) > > and 'Cells in the re

Re: [O] problem with export of #+BEGIN_src latex :results latex replace :exports results :eval t

2018-12-13 Thread Eric S Fraga
On Thursday, 13 Dec 2018 at 16:08, Uwe Brauer wrote: [...] > BTW I just saw mail from Nick in which he states > >> Why don't you use ? It turns a region into a source block. > > In which org version. What command is bound to C-c C-, Not sure when it was introduced but maybe 9 months ago or so.

Re: [O] [PATCH] org-capture: Add a custom to control save target file or not.

2018-12-13 Thread Kaushal Modi
On Thu, Dec 13, 2018 at 10:24 AM Kaushal Modi wrote: > > I have formatted 2 patches to address this (attached). If they look fine, > I can commit them to master. > I forgot to properly format the commit messages.. locally, I have fixed the commit message of 0002 patch to the below: = Add :n

Re: [O] problem with export of #+BEGIN_src latex :results latex replace :exports results :eval t

2018-12-13 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Thursday, 13 Dec 2018 at 11:55, Uwe Brauer wrote: >> That is for babel. That is I have an org file, which contains matlab and >> latex for the documentation. So I want to cite a reference. There is no >> problem with citep if I don't have the la

Re: [O] [PATCH] org-capture: Add a custom to control save target file or not.

2018-12-13 Thread Kaushal Modi
On Thu, Dec 13, 2018 at 10:08 AM Kaushal Modi wrote: > Hello Nicolas, > > While we are planning to cut Org 9.2 release this week, this one > regression in the Org Capture and auto-saving behavior comes to my mind, > that I think should be fixed. > > Summary: > > In Org 9.1.x, org-capture target f

Re: [O] [PATCH] org-capture: Add a custom to control save target file or not.

2018-12-13 Thread Kaushal Modi
Hello Nicolas, While we are planning to cut Org 9.2 release this week, this one regression in the Org Capture and auto-saving behavior comes to my mind, that I think should be fixed. Summary: In Org 9.1.x, org-capture target files got auto-saved after C-c C-c when ending the capture. In Org mast

Re: [O] [Bug?] org-20181210 seems to break Column View

2018-12-13 Thread Nicolas Goaziou
Hello, Akater writes: > I've been using Column View for quite some time without any > issues. After today's update, C-c C-c on the BEGIN line of the dynamic > block > > #+BEGIN: columnview :hlines 1 :id local :maxlevel 3 > > [...] > > #+END: > > draws the table close to the very beginning of a b

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-13 Thread Bernt Hansen
Allen Li writes: > On Wed, Dec 12, 2018 at 10:00 AM Nicolas Goaziou > wrote: >> >> This is not satisfying, actually. If every item has a single asterisk, >> you miss hierarchy between headlines in the same tree. > > I don't know what you mean. Hierarchy is not displayed normally in > agenda vi

Re: [O] Mean of a column in a remote table

2018-12-13 Thread Roger Mason
Hello Eric, Eric S Fraga writes: > That should have been @>, not @<. | Data | a | |---+| | mic_2_in_648_cell | #ERROR | #+tblfm: $2=remote($1,vmean(@2..@>)) and 'Cells in the region copied, use M-x org-table-paste-rectangle to paste them in a table.' i

[O] Org-drill edit feature request

2018-12-13 Thread Leu Zhe
Hi, Making drill editing seems be very painful by the current way org-drill offers. I make a lot of notes on most of the drilled entries, as for now, 1). press e (or other key to reveal the collapsed headlines) , e twice to go back to the original buffer. 2) add notes. (Even more keys pressing: if

Re: [O] Mean of a column in a remote table

2018-12-13 Thread Eric S Fraga
That should have been @>, not @<. -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.14-1034-gafcb1d

Re: [O] Mean of a column in a remote table

2018-12-13 Thread Eric S Fraga
On Thursday, 13 Dec 2018 at 09:12, Roger Mason wrote: > #+tblfm: $2=remote($1,vmean(@2..@-1)) [...] > The second column of the upper table is intended to receive the mean of > table 'mic_2_in_648_cell'. Instead I get the error 'Row descriptor -1 > leads outside table'. Try @< instead of @-1?

Re: [O] problem with export of #+BEGIN_src latex :results latex replace :exports results :eval t

2018-12-13 Thread Eric S Fraga
On Thursday, 13 Dec 2018 at 11:55, Uwe Brauer wrote: > That is for babel. That is I have an org file, which contains matlab and > latex for the documentation. So I want to cite a reference. There is no > problem with citep if I don't have the latex in a src block. > > However as I said the fortifi

[O] Mean of a column in a remote table

2018-12-13 Thread Roger Mason
Hello, I _think_ this question has a simple answer, but I cannot find it. I need the mean of a column in a remote table. My current attempt looks like this: | Data | a | |---+---| | mic_2_in_648_cell | | #+tblfm: $2=remote($1,vmean(@2..@-1)) #+name: m

Re: [O] [PATCH] ox.el: Define subtitle macro

2018-12-13 Thread Bastien
Hi Kaushal and all, >> master branch is meant to be released... at some point. For the record, >> I cannot do it myself. > > +1 It would be great to have Org 9.2 released! I plan to release it on saturday 22nd, thanks for the heads up. Also, I just signed a three-years contract in december, mean

[O] [FORGET] (was: how to insert a ref to an latex equation in an org file (reftex-reference?))

2018-12-13 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi Please forget my message, org-ref-helm-insert-ref-link does precisely what I was looking for. Sorry. smime.p7s Description: S/MIME cryptographic signature

[O] how to insert a ref to an latex equation in an org file (reftex-reference?)

2018-12-13 Thread Uwe Brauer
Hi Consider * Equations with labels Consider the following \begin{equation} \label{eq:ref-problem:1} \int f dx=0 \end{equation} As \ref{eq:ref-problem:1} Is there any org command which is roughly equivalent to reftex-reference for latex equations?

Re: [O] problem with export of #+BEGIN_src latex :results latex replace :exports results :eval t

2018-12-13 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Thursday, 13 Dec 2018 at 08:30, Uwe Brauer wrote: >> Hi > [...] >> , >> | * Test of the bibliography >> | #+BEGIN_src latex :results latex replace :exports results :eval t >> | >> | \begin{equation} >> | \label{eq:testbib:1} >> | \int f dx =0 >> | \

Re: [O] problem with export of #+BEGIN_src latex :results latex replace :exports results :eval t

2018-12-13 Thread Eric S Fraga
On Thursday, 13 Dec 2018 at 08:30, Uwe Brauer wrote: > Hi [...] > , > | * Test of the bibliography > | #+BEGIN_src latex :results latex replace :exports results :eval t > | > | \begin{equation} > | \label{eq:testbib:1} > | \int f dx =0 > | \end{equation} > | > | see > | citep:tao08:_global