Re: [O] Bug: Habits will not correctly reset timestamp [8.3.2 (release_8.3.2-570-gc17fcc @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-28 Thread Nicolas Goaziou
Hello, swfl...@flintfam.org (Samuel W. Flint) writes: > See my previous bug report. This still happens. > > If I have a heading like so: > > * TODO Something > SCHEDULED: <2016-01-17 Sun .+1w/2w> > :PROPERTIES: > :STYLE: habit > :END: > > And execute C-c C-t d on the heading, the following appea

Re: [O] Orgmode testsuite

2016-01-28 Thread Christian Kruse
Hi, Nicolas Goaziou writes: >> Do you need more information on that? I hit the error, too. > > It is fixed already. Nice, thanks! > Unfortunately, Org ELPA updates every Monday AFAICT. So, unless someone > can refresh the Org package there, we'll have to live with it until next > week. That’

Re: [O] org-agenda-filter-by-tag-refine defaults to exclude

2016-01-28 Thread Gustav Wikström
Hi Kyle, Viktor and the group, I'd say it's a naming-problem. What, really, is the purpose of the function? Because applying the proposed change essentially makes the function identical to the function it calls. Right? And that function is still available for the user, so a "refinement" can be

Re: [O] [PATCH] org-latex-compile timestamp checks

2016-01-28 Thread Nicolas Goaziou
Hello, Rasmus writes: > Thanks! I have added a TODO to my agenda regarding checking other > backends, but I'd not hold grudges against anyone who beats me to it. I took care of ox-groff, ox-man and ox-texinfo. I let you improve zip handling in ox-odt, if you want to. Regards, -- Nicolas Go

Re: [O] Orgmode testsuite

2016-01-28 Thread Andrej Depperschmidt
Hello, I'm not sure if it is related... In tables containing an url with http://something I cannot move as usual using TAB. (see also http://emacs.stackexchange.com/questions/19874/external-http-link-not-recognized-as-link ) The following error occurs font-lock-fontify-keywords-region: Wrong t

[O] Org-mode via ELPA and via git in parallel

2016-01-28 Thread Karl Voit
Hi! I am using Org-mode version 8.3.3 (release_8.3.3-17-gce80a0 @ c:/Users/karl.voit/.emacs.d/contrib/org-mode/lisp/)[fn:1] which is the maint branch from the git repo. And this is the version I intend to use. As I noticed yesterday, in my ELPA-directory there is "org-20160125/" which I never ins

Re: [O] [PATCH] org-latex-compile timestamp checks

2016-01-28 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rasmus writes: > >> Thanks! I have added a TODO to my agenda regarding checking other >> backends, but I'd not hold grudges against anyone who beats me to it. > > I took care of ox-groff, ox-man and ox-texinfo. Thanks. > I let you improve zip handling in o

Re: [O] Org-mode via ELPA and via git in parallel

2016-01-28 Thread Alan Schmitt
Hi Karl, On 2016-01-28 10:48, Karl Voit writes: > Since I am using use-package[fn:up] to install most of my emacs > add-ons, I do think that any other package may have org-mode > installed via ELPA (dependency-rule?). I have observed this in the past as well. > Two questions: > > 1. Do I have

Re: [O] [PATCH] ox-koma-letter.el: Add support for 'location' koma variable

2016-01-28 Thread Myles English
Hi Rasmus, Rasmus writes: > Thanks for your patch. > > It always makes me happy when someone is using ox-koma-letter. Thanks for making it! >> Often when writing a letter I want to include "Your Ref: xyz" or >> "Account No.: 1234" and a good place to do this is below the sender's >> address fi

Re: [O] Org-mode via ELPA and via git in parallel

2016-01-28 Thread Karl Voit
Hi Alan, * Alan Schmitt wrote: > > On 2016-01-28 10:48, Karl Voit writes: > >> Since I am using use-package[fn:up] to install most of my emacs >> add-ons, I do think that any other package may have org-mode >> installed via ELPA (dependency-rule?). > > I have observed this in the past as well. >

Re: [O] org-player and switch to lexical binding in org.el

2016-01-28 Thread Michael Brand
Hi Nicolas On Sun, Jan 17, 2016 at 9:40 PM, Nicolas Goaziou wrote: > Hello, > > Michael Brand writes: > >> release_8.3.3-426-g1f49e9f introduces a regression. The link >> >> [[file:/dir/audio.mp3::0:12:34]] >> >> results in >> >> Debugger entered--Lisp error: (void-variable search) >>

Re: [O] [PATCH] ox-koma-letter.el: Add support for 'location' koma variable

2016-01-28 Thread Rasmus
Myles English writes: > Thanks for making it! It's Nicolas’ creation, not mine. I merely contribute a few patches to it. >> Aside: it sounds like what you need is "yourref", maybe "yourmail", >> "myref", "customer", and "invoice". These are typed in the same line as >> the date and place. In

[O] Org-mode on Github

2016-01-28 Thread gongzhitaao
Hi Awesome Orgmode, I got a quick question: why not put org-mode on github? 1. Everyone can see the development process clearly. While currently we can still do it but github makes it much more easier. 2. We can choose whichever version we want to use (most of the time, the latest of cours

Re: [O] Org-mode on Github

2016-01-28 Thread Robert Klein
Hi, gongzhitaao wrote: > Hi Awesome Orgmode, > > I got a quick question: why not put org-mode on github? because we have all those, too > > 1. Everyone can see the development process clearly. While currently >we can still do it but github makes it much more easier. git repository on o

[O] links in headlines and org-bbdb-anniversaries

2016-01-28 Thread George McNinch
Hi-- I use org via ELPA. This week, the packages org-20160118 org-plus-contrib-20160118 were replaced by org-20160125 org-plus-contrib-20160125 After update, org began complaining about links in the headlines which appear in my *Agenda*. More precisely, this was reported: > org-agenda

Re: [O] links in headlines and org-bbdb-anniversaries

2016-01-28 Thread Kyle Meyer
Hello, George McNinch writes: > Hi-- > > I use org via ELPA. This week, the packages > > org-20160118 > org-plus-contrib-20160118 > > were replaced by > > org-20160125 > org-plus-contrib-20160125 > > After update, org began complaining about links in the headlines > which appear in my *Agend

Re: [O] [PATCH] org-latex-compile timestamp checks

2016-01-28 Thread Anthony Cowley
Rasmus writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rasmus writes: >> >>> Thanks! I have added a TODO to my agenda regarding checking other >>> backends, but I'd not hold grudges against anyone who beats me to it. >> >> I took care of ox-groff, ox-man and ox-texinfo. > > Thanks. > >> I

Re: [O] Bug: Habits will not correctly reset timestamp [8.3.2 (release_8.3.2-570-gc17fcc @ /home/swflint/.emacs.d/org-mode/lisp/)]

2016-01-28 Thread Samuel W. Flint
:: Nicolas Goaziou writes: NG> Hello, swfl...@flintfam.org (Samuel W. Flint) writes: >> See my previous bug report. This still happens. >> >> If I have a heading like so: >> >> * TODO Something SCHEDULED: <2016-01-17 Sun .+1w/2w> :PROPERTIES: >> :STYLE: habit :END: >> >> And execute C-c C-t d on

Re: [O] Bug: Export breaks on documents with title [8.3.3 (8.3.3-26-ge92a06-elpaplus @ /Users/leafac/.emacs.d/elpa/org-plus-contrib-20160125/)]

2016-01-28 Thread Achim Gratz
Leandro Facchinetti writes: > I was able to figure out the issue: my versions of the packages `org' > and `org-plus-contrib' were not matching. Updating both solved the > issue. In fact you should only have one or the other package installed, not both. I some other package tries to pull in org wh

Re: [O] Org-mode via ELPA and via git in parallel

2016-01-28 Thread Achim Gratz
Karl Voit writes: > As I noticed yesterday, in my ELPA-directory there is > "org-20160125/" which I never installed on purpose. It's probably been pulled in by some dependency. Package manager is not very smart with this. You need to drop a dummy org package with a high enough version so that Or

Re: [O] links in headlines and org-bbdb-anniversaries

2016-01-28 Thread George McNinch
Kyle> I believe this is the same issue as Kyle> http://thread.gmane.org/gmane.emacs.orgmode/104539. Kyle> It's been fixed and will be available in the next ELPA build. Whoops; thanks -- I missed that. -gm -- =---= George McNinch =---= http://gmc

[O] Super indent when editing R blocks and using a # comment

2016-01-28 Thread John Hendy
Find attached a screenshot of the behavior I'm experiencing with this minimal config and =emacs -Q=. #+begin_src min-config ;; set load paths ;; set load dirs and global config options (add-to-list 'load-path "~/.elisp/org.git/lisp/") (add-to-list 'load-path "~/.elisp/org.git/contrib/lisp") (add-

Re: [O] [PATCH] ox-koma-letter.el: Add support for 'location' koma variable

2016-01-28 Thread Myles English
Rasmus writes: > Myles English writes: > >> Thanks for making it! > > It's Nicolas’ creation, not mine. I merely contribute a few patches > to it. Thanks to Nicolas too. >>> Aside: it sounds like what you need is "yourref", maybe "yourmail", >>> "myref", "customer", and "invoice". These are

[O] Inconsistent {{{time}}} org macro expansion

2016-01-28 Thread Kaushal Modi
Hi, I am getting different outputs from org-export-get-date depending on whether I export the full org file or just a selected heading. For #+DATE, I am using a {{{time}}} macro. Here's a test org file: = #+DATE: {{{time(%b %e %Y\, %a)}}} * Heading 1 Content 1 * Heading 2 Content 2 =

Re: [O] Super indent when editing R blocks and using a # comment

2016-01-28 Thread Ista Zahn
I'm pretty sure that's standard ess indentation. I don't think it has anything to do with org mode. Best, Ista On Jan 28, 2016 4:59 PM, "John Hendy" wrote: > Find attached a screenshot of the behavior I'm experiencing with this > minimal config and =emacs -Q=. > > #+begin_src min-config > > ;; s

[O] searching for links [8.3.3 (8.3.3-17-gce80a0-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-20160118/)]

2016-01-28 Thread Francis J. Monari, Esquire
To: emacs-orgmode@gnu.org Subject: searching for links [8.3.3 (8.3.3-17-gce80a0-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-20160118/)] From: monarif...@verizon.net (F. J. Monari) --text follows this line-- Remember to cover the basics, that is, what you expected to happen and what in fact did hap

Re: [O] [PATCH] ox-koma-letter.el: Add support for 'location' koma variable

2016-01-28 Thread Eric S Fraga
On Wednesday, 27 Jan 2016 at 23:05, Rasmus wrote: > It always makes me happy when someone is using ox-koma-letter. Just to let you know that I use ox-koma-letter all the time! It took a while before I started using it but that was mostly because I need to figure out how to do my organisation's le

Re: [O] searching for links [8.3.3 (8.3.3-17-gce80a0-elpaplus @ c:/USR/FJM/APP/.emacs.d/elpa/org-20160118/)]

2016-01-28 Thread Kyle Meyer
Hello, "Francis J. Monari, Esquire" writes: [...] > Due to file relocation on the server, I have a number of broken links in > an org document. (problem: broken links.) > > How can I / Is it possible to search and replace on links? > (expectation: I would like to use search and replace to fix

Re: [O] Super indent when editing R blocks and using a # comment

2016-01-28 Thread John Hendy
On Thu, Jan 28, 2016 at 4:21 PM, Ista Zahn wrote: > I'm pretty sure that's standard ess indentation. I don't think it has > anything to do with org mode. Yikes. Hadn't occurred to me to just check ess directly, and I completely assumed this was org related. Thanks for the reply, as a google revea

Re: [O] Orgmode testsuite

2016-01-28 Thread Nicolas Goaziou
Hello, Andrej Depperschmidt writes: > The following error occurs > > font-lock-fontify-keywords-region: Wrong type argument: listp, > org-table It looks like the same problem. > I checked with the latest version of org from git. Odd. Please make sure you are really using development version.

Re: [O] Inconsistent {{{time}}} org macro expansion

2016-01-28 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I am getting different outputs from org-export-get-date depending on > whether I export the full org file or just a selected heading. For #+DATE, > I am using a {{{time}}} macro. > > Here's a test org file: > > = > > #+DATE: {{{time(%b %e %Y\, %a)}}} > * Heading

[O] Attach a Word doc in org mode file

2016-01-28 Thread Eliya Voldman
How could I attach a Word document in my .org file? I could do it for plain text file like C-c C-a but not .doc type. Are there other options to point to Word file in my system other the attach? In other words: attach Word doc is not a problem but the problem is to open it. BTW: is it possible to a

[O] display org-link url

2016-01-28 Thread Satoru KURASHIKI
hi, Are there any good way/settings to display org-link's url easily? I'm happy if I can see them in minibuffer putting cursor on the org-link. (like pointing urls on web browsers may show urls in statusbar) regards, -- KURASHIKI Satoru

Re: [O] Attach a Word doc in org mode file

2016-01-28 Thread Richard Lawrence
Hi Eliya, Eliya Voldman writes: > How could I attach a Word document in my .org file? I could do it for plain > text file like C-c C-a but not .doc type. > > In other words: attach Word doc is not a problem but the problem is to open > it. What OS are you on? Windows? OS X? I don't know how

Re: [O] [PATCH] org-attach.el: Get attachments from git annex

2016-01-28 Thread Kyle Meyer
Erik Hetzner writes: > I believe this addresses all the issues that have been raised. Thanks for all > your help with this. Thanks for the updates. I just have two minor things to add to Rasmus's comments. - Nitpick: It'd be nice if you could re-flow some of your lines to not be as wide. -

Re: [O] Orgmode testsuite

2016-01-28 Thread Andrej Depperschmidt
The minimal example are the two tables in an org-file. When I try to move in those tables using TAB it is working okay in the first but not in the second. Note however that it is working as expected with emacs -Q and manually loading org. There seems to be something in my configuration that needs