[O] REPEAT_TO_STATE file-wide property is not working

2017-01-07 Thread Young-whan
Hi, My file has like this: #+TODO: TODO(t/!) REPEAT(r/!) | DONE(d) * REPEAT Task SCHEDULED: <2017-01-01 Wed +1d> Now, I want to change when the repeat task is done, its state needs to be "REPEAT" instead of "TODO". This can be achieved by REPEAT_TO_STATE property or the variable org-todo-rep

Re: [O] Cannot resize inline image

2017-01-07 Thread Young-whan
Thanks, John. I realized the emacs I got was not compiled with ImageMagick. I've installed emacs-mac-app from the Mac Port, then, it works fine. Thanks, On Fri, Jan 6, 2017 at 10:29 AM, John Kitchin wrote: > Try: > > #+attr_org: :width 400 > [[./test.png]] > > 400 means 400 pixels wide. > > Y

Re: [O] Org Mode Research

2017-01-07 Thread John Hendy
On Sat, Jan 7, 2017 at 3:28 PM, Ted Wiles wrote: > Thanks all! [snip] > I get the concern on GPL vs. non-GPL, > I also really like org mode as it fundamentally gives me control over my own > data, but given where this is right now (a google forms survey) I think it's > kind of a moot discussion.

Re: [O] Org Mode Research

2017-01-07 Thread Thomas S. Dye
Aloha Ted, Ted Wiles writes: > I also think the term "market research" significantly overestimates my > ability / desire to execute on this :) I'm curious why you chose to introduce your survey as "I'm doing a market research project on org mode users ..." if you think the term overestimates you

Re: [O] Org Mode Research

2017-01-07 Thread Colin Baxter
Hello On Sat, Jan 07 2017, Ted Wiles wrote: > Org Moders, > > I'm doing some research on org mode usage and would love to hear your > perspective. Here's the > survey link: > > https://goo.gl/forms/9I0uL3Er2TuEszfH3 > > If I get enough responses, I'll be happy to post the results online for all

Re: [O] Org Mode Research

2017-01-07 Thread Ted Wiles
Thanks all! For context, I just started implementing org-mode workplanning at my job (personal user since 2007) and it's increased my productivity 10x. As I manage others I was curious about hearing about how others use org-mode in a team setting. While I was at it, I thought that it would be help

[O] bug#25132: 26.0.50; emacs hangs when loading org file with python source blocks

2017-01-07 Thread npostavs
tags 25132 patch quit npost...@users.sourceforge.net writes: > The problem is that org updates its temporary fontification buffer from > its fontify rules which are called by jit-lock-function, which means > that inhibit-modification-hooks is bound to t. Therefore, when > org-src-font-lock-fontif

Re: [O] Org Mode Research

2017-01-07 Thread Thomas S. Dye
Aloha Kaushal Modi, Kaushal Modi writes: > I find that project interesting, and something that could bridge the gap > between emacs and non-emacs org mode users. > > What suggests that this is non-GPL and 'vaporware'? No mention of GPL, still looking at which features of Org mode to be implement

Re: [O] Org Mode Research

2017-01-07 Thread Kaushal Modi
I find that project interesting, and something that could bridge the gap between emacs and non-emacs org mode users. What suggests that this is non-GPL and 'vaporware'? @Ted: It would be nice if this can be developed as part of GNU org-mode. On Sat, Jan 7, 2017 at 1:39 PM, Thomas S. Dye wrote:

Re: [O] Org Mode Research

2017-01-07 Thread John Hendy
On Sat, Jan 7, 2017 at 1:39 PM, Thomas S. Dye wrote: > FYI, the survey appears to be market research for non-GPL vaporware. Why the assumption of non-GPL? Just because web-based Org is hinted at and leading/feature hunting questions are a common trait of someone not wanting to reveal a commercial

Re: [O] Org Mode Research

2017-01-07 Thread Thomas S. Dye
FYI, the survey appears to be market research for non-GPL vaporware. Ted Wiles writes: > Org Moders, > > I'm doing some research on org mode usage and would love to hear your > perspective. Here's the survey link: > > https://goo.gl/forms/9I0uL3Er2TuEszfH3 All the best, Tom -- Thomas S. Dye htt

[O] Org Mode Research

2017-01-07 Thread Ted Wiles
Org Moders, I'm doing some research on org mode usage and would love to hear your perspective. Here's the survey link: https://goo.gl/forms/9I0uL3Er2TuEszfH3 If I get enough responses, I'll be happy to post the results online for all to see! Best Regards, Ted

[O] Beginner's unluck with bibtex and org-mode

2017-01-07 Thread Lawrence Bottorff
I've got this in an org buffer: #+BIBLIOGRAPHY: ~/org/biblio/ref plain * Tests ** Test1 - This is a test \cite{pitman1997probability}. --- and this in ref.org (as well as a copy in ref.bib without the first variable line) -*- mode: bibtex; fill-column: 60 -*- @book{harrison2009handbook, titl

Re: [O] HTML width attribute gets added to a href instead of img

2017-01-07 Thread Kaushal Modi
Thank you! On Sat, Jan 7, 2017, 9:50 AM Nicolas Goaziou wrote: > Hello, > > Kaushal Modi writes: > > > I believe that after this commit, the width attribute doesn't get added > to > > img tag as expected: > > > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=5ffb373a2ca6833617e344154c3dc1b8

Re: [O] Bug: org-edit-special does not indent the blank line after exit editing [9.0.3 (9.0.3-elpa @ /Users/Yomisuko/.emacs.d/elpa/org-20161224/)]

2017-01-07 Thread Nicolas Goaziou
Jiajian Huang writes: > First of all, I really like the two space indentation/alignment when > `org-src-preserve-indentation` > is set to `nil`. And since org does not indent the empty line*s, *the fields > one empty of `yasnippet` or packages which generate empty lines can not > work properly an

Re: [O] Org mode clockview links failing with spaces

2017-01-07 Thread Nicolas Goaziou
Hello, Shawn Way writes: > I have an org file with a clocktable located at the head of the file. > The clocktable is able to pull together a great table, however, the > links on the table do not work, if they have spaces in them. Why do you mean by "do not work". I reproduced your example and c

Re: [O] [patch] adding :prologue and :epilogue parameters for Maxima src blocks

2017-01-07 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > Please find attached a small patch for consideration. This patch adds > two new parameters to the Maxima babel src blocks: prologue and > epilogue, as already exist for gnuplot for instance. Thank you. Applied. Would you mind providing an ORG-NEWS entry for this?

Re: [O] HTML width attribute gets added to a href instead of img

2017-01-07 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > I believe that after this commit, the width attribute doesn't get added to > img tag as expected: > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=5ffb373a2ca6833617e344154c3dc1b877ec4784 > > Here is a MWE: > > = > Below works as expected > #+ATTR_HTML: :wi

Re: [O] org-ref: citation types (insert full citation); bib style; bib scope

2017-01-07 Thread John Kitchin
> >> >> 2. If you click on a citation link, you can select an action to copy the >> formatted entry for that key. > > > I had trouble with this. I constructed a minimal emacs config: > > #+BEGIN_SRC emacs-lisp > ;;; elpa interface > (setq package-archives ()) > (add-to-list 'package-archives '("mar

Re: [O] Bug: org-edit-special does not indent the blank line after exit editing [9.0.3 (9.0.3-elpa @ /Users/Yomisuko/.emacs.d/elpa/org-20161224/)]

2017-01-07 Thread Jiajian Huang
Hello, Thanks for you reply. I'm not trying to get the empty line. The example snippet is just for illustration. First of all, I really like the two space indentation/alignment when `org-src-preserve-indentation` is set to `nil`. And since org does not indent the empty line*s, *the fields one em

Re: [O] Bug: org-edit-special does not indent the blank line after exit editing [9.0.3 (9.0.3-elpa @ /Users/Yomisuko/.emacs.d/elpa/org-20161224/)]

2017-01-07 Thread Nicolas Goaziou
Hello, Jiajian Huang writes: > If it is `nil`, why inserting 2 leading spaces to the code in the org > buffer except the line containing only spaces? Probably because empty lines are not meaningful anyway. We probably should go further and remove all spaces in empty lines. > How can I get > >

Re: [O] Default application for org-reveal

2017-01-07 Thread Marco Wahl
Hi, Florian Lindner writes: > Hello, > > the Org Attach dispatcher offers a key "f" to open the attachment directory > not in Emacs. > > (defun org-attach-reveal (&optional if-exists) > "Show the attachment directory of the current task. > This will attempt to use an external program to show