[O] How to calculate sum of property in tree?

2016-04-23 Thread Rainer Hansen
Hi, I would like Emacs to calculate the price for the travel cost (21.90). This should be calculated as sum of the values of the property "Price" in the elements of the tree. How do I do that in Emacs Lisp? -- * Travel cost -- 21.90 EUR ** Train

Re: [O] koma letter export receiver address

2016-04-23 Thread Rasmus
Hi, Can you just change the template to DIN or must you use the French format? E.g.: #+LCO: DIN Rasmus -- Need more coffee. . .

Re: [O] koma letter export receiver address

2016-04-23 Thread York Zhao
Sorry Rasmus, but I don't understand what you are talking about. Have you sent to a wrong subject? Thanks, York On Sat, Apr 23, 2016 at 9:18 AM, Rasmus wrote: > Hi, > > Can you just change the template to DIN or must you use the French format? > E.g.: > > #+LCO: DIN > >

Re: [O] koma letter export receiver address

2016-04-23 Thread Rasmus
York Zhao writes: > Sorry Rasmus, but I don't understand what you are talking about. Have you > sent to a wrong subject? No. As I understand you are unhappy about the default, French, letter template, so I'm asking if you can use another one, like DIN. I’ve modified your

[O] Bug: org-store-link misinterprets headings containing multiple links [8.3.4 (8.3.4-34-gacfd41-elpaplus @ ~/.emacs.d/elpa/org-plus-contrib-20160411/)]

2016-04-23 Thread Georgiy Tugai
Reproducing the bug === - Create a heading (of any level). The heading title should contain at least two links, of any type. For example, `[[#A][alpha]]' `[[#B][beta]]' - With point on the heading, call `org-store-link'. Expected behaviour == - The

[O] Bug: Docstring of org-yank wrongly says that org-yank-adjusted-subtrees is set by default [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160418/)]

2016-04-23 Thread Jorge Peixoto de Morais Neto
org-yank-adjusted-subtrees is defined in org.el as follows: (defcustom org-yank-adjusted-subtrees nil   "Non-nil means when yanking subtrees, adjust the level. With this setting, `org-paste-subtree' is used to insert the subtree, see this function for details."   :group

Re: [O] Bug: Docstring of org-yank wrongly says that org-yank-adjusted-subtrees is set by default [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160418/)]

2016-04-23 Thread Kyle Meyer
Jorge Peixoto de Morais Neto writes: > org-yank-adjusted-subtrees is defined in org.el as follows: > (defcustom org-yank-adjusted-subtrees nil >   "Non-nil means when yanking subtrees, adjust the level. > With this setting, `org-paste-subtree' is used to insert

[O] Bug: C-u C-u C-c C-o opens pdf links in docview, belying the docstring [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160418/)]

2016-04-23 Thread Jorge Peixoto de Morais Neto
Create an Org file with a link to an existing PDF file.  For example: [[file:~/circulant_diagonalization.pdf][file:~/circulant_diagonalization.pdf]] (assuming the mentioned file exists at that path).  In an attempt to open the PDF in the system viewer, position point over the link and type C-u 

[O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/org-pl

2016-04-23 Thread Jorge Peixoto de Morais Neto
Export the following Org file to PDF: Line1.[fn:1] \pagebreak Line2.[fn:1] * Footnotes [fn:1] Footnote. In the generated PDF, the second footnote

Re: [O] Bug: C-u C-u C-c C-o opens pdf links in docview, belying the docstring [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/org-plus-contrib-20160418/)]

2016-04-23 Thread Kyle Meyer
Jorge Peixoto de Morais Neto writes: > In an attempt to open the PDF in the system viewer, position point > over the link and type C-u C-u C-c C-o. > > The link opens in DocView, belying the docstring, which says: > With a double prefix argument, try to open outside of

Re: [O] Agenda month view or year view for a specific selection of days of the week

2016-04-23 Thread Ken Mankoff
On 2016-04-23 at 15:48, leho.y...@gmail.com wrote: > Is it possible to build an agenda month view or year view for a > specific selection of days of the week (ie. saturday and sunday) ? > I'm very interesting with this feature, but the manual does not seem > to show a such

Re: [O] make update2 and ob-comint.el bugs

2016-04-23 Thread Charles C. Berry
On Sat, 23 Apr 2016, Charles C. Berry wrote: Summary: ob-comint.elc compiled with `make update2' fails, but ob-comint.elc byte compiled via dired or with `emacs-lisp-byte-compile' succeeds. === A bit more info: It appears that the crucial difference is that my init file has

Re: [O] koma letter export receiver address

2016-04-23 Thread York Zhao
Hi Rasmus, Oop! My apology! I've totally forgot this LCO thing. When I used koma letter for the first time, I think I had already figured this out, and had set to using UScommercial9. I created my own class, and assigned my class name to `org-koma-letter-default-class'. Unfortunately, after a

[O] make update2 and ob-comint.el bugs

2016-04-23 Thread Charles C. Berry
Summary: ob-comint.elc compiled with `make update2' fails, but ob-comint.elc byte compiled via dired or with `emacs-lisp-byte-compile' succeeds. === I recently pushed a fix [1] for ob-comint.el or so I thought. See [2] for info on the bug. First, I tested the fix on my own system by

Re: [O] make update2 and ob-comint.el bugs

2016-04-23 Thread Charles C. Berry
On Sat, 23 Apr 2016, Charles C. Berry wrote: On Sat, 23 Apr 2016, Charles C. Berry wrote: Summary: ob-comint.elc compiled with `make update2' fails, but ob-comint.elc byte compiled via dired or with `emacs-lisp-byte-compile' succeeds. === To answer my own questions: ob-comint.el