Re: [O] org-expiry not compatible with the new drawer syntax

2015-02-01 Thread Samuel Loury
Hi, Nicolas Goaziou writes: > Samuel Loury writes: > >> I suggest to provide a helper that would move point after the meta-data >> part to avoid code duplication. Something like (no surprise :-)): >> (defun org-goto-after-metadata-part () >> (when (org-looking-at-p org-planning-line-re) (forwa

Re: [O] Include another org-document without settings

2015-02-01 Thread Stefan Nobis
Eric S Fraga writes: > When I used to do this in LaTeX, I usually had a /master/ document > which included the others. That's what I did with pure LaTeX, too. But then there is the nice feature in AucTeX which allows you to compile the whole document while you are in one of the slaves. I'm just

Re: [O] Citations, continued

2015-02-01 Thread Thomas S. Dye
Aloha Richard, Richard Lawrence writes: > My point is not that the link syntax *can't* do enough. Rather, my > point is that citations are conceptually distinct from links, and if we > are going to adopt an official syntax for them, that syntax should > reflect this conceptual distinction. Thi

Re: [O] Citations, continued

2015-02-01 Thread Richard Lawrence
Hi John and all, John Kitchin writes: >> As for the first problem, I think a good case can be made for adding new >> syntax to Org to represent citations, instead of repurposing/extending >> existing syntax (most notably, the link syntax). >> > > I think links are remarkable flexible, and solve

Re: [O] using #+BIND:

2015-02-01 Thread Matt Price
On Sat, Jan 31, 2015 at 2:56 PM, Eric S Fraga wrote: > > On Saturday, 31 Jan 2015 at 14:31, Matt Price wrote: > > [...] > > > Does BIND only work during export? If so, is there a better way to add a > > local variable to a buffer? > > My understanding is that BIND does indeed only work during expo

Re: [O] Citations, continued

2015-02-01 Thread Richard Lawrence
Nicolas Goaziou writes: > Richard Lawrence writes: > >> ...so the first step for introducing citation syntax to Org should be >> compiling a list of all the things such a syntax should represent. > > See also > > I reviewed that discussi

Re: [O] Citations, continued

2015-02-01 Thread John Kitchin
> > > Here's my personal opinion about how we might solve them. > > As for the first problem, I think a good case can be made for adding new > syntax to Org to represent citations, instead of repurposing/extending > existing syntax (most notably, the link syntax). > I think links are remarkable fl

[O] Bug: org-agenda-diary-entry messes with datetree in org-agenda-diary-file [8.3beta (release_8.3beta-785-gb5d9f4 @ /home/grfz/src/org-mode/lisp/)]

2015-02-01 Thread Gregor Zattler
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[O] Bug: 8.2.10 fails to insert diary entry [as opposed to 8.3beta (release_8.3beta-785-gb5d9f4 @ /home/grfz/src/org-mode/lisp/)]

2015-02-01 Thread Gregor Zattler
Dear org-mode developers, from the agenda I want to add an entry to the diary. When I do emacs24 -Q -nw M-x org-mode M-x org-agenda a i d I get: Diary entry: [d]ay [w]eekly [m]onthly [y]early [a]nniversary [b]lock [c]yclic org-agenda-diary-entry: Wrong type argument: commandp, and nothing hap

Re: [O] How to compute the number of headlines under the given headline?

2015-02-01 Thread John Kitchin
Nice and compact! John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin http://kitchingroup.cheme.cmu.edu On Sat, Jan 31, 2015 at 12:47 PM, Nicolas Goaziou

Re: [O] http://orgmode.org/worg/code/org-info-js/ broken

2015-02-01 Thread Svjatoslav Agejenko
Hi! On Fri, 2015-01-30 at 10:40 +0100, Marco Wahl wrote: > Svjatoslav Agejenko writes: > > > Button "Show Org source" on page > > http://orgmode.org/worg/code/org-info-js/ > > does not work. > > You could try the explicit > http://orgmode.org/worg/code/org-info-js/index.html instead. The > b

[O] Per-contact from-email addresses with this Python wrapper script

2015-02-01 Thread Karl Voit
Hi! I'm using mutt as MUA with gVim for composing.[1] With muttfilter.py[2] I am able to have automatically set FROM-addresses according to my properties in Org-contacts. This way, I can use compan...@mydomain.at as my own FROM-address for any email I write to b...@company42.com, for example. It

Re: [O] Include another org-document without settings

2015-02-01 Thread Eric S Fraga
On Sunday, 1 Feb 2015 at 11:51, Stefan Nobis wrote: > Hi. > > I try to build an org document that has two parts. One file contains > the first part of the resulting document and should be useable > stand-alone. The second file is some kind of extension to the first > file. When I used to do this

[O] Include another org-document without settings

2015-02-01 Thread Stefan Nobis
Hi. I try to build an org document that has two parts. One file contains the first part of the resulting document and should be useable stand-alone. The second file is some kind of extension to the first file. My idea is to simple #+INCLUDE the first file in the second one. But then the global se