Re: [O] after-todo-statistics hook for checkboxes

2014-10-18 Thread Nicolas Goaziou
James Harkins jamshar...@qq.com writes: So let me update my issue report/feature request: -- If there is a hook to do something after updating todo statistics, then it would make sense to have a hook for updating checkbox statistics as well. That hook should be called with the same arguments

Re: [O] etc/ORG-NEWS not updated for one year

2014-10-18 Thread Bastien
Glenn Morris r...@gnu.org writes: etc/ORG-NEWS in emacs-24 has not been updated for ~ one year. If you are going to update it, please do so before thie Friday. There was nothing to update finally, we're good to go. -- Bastien

Re: [O] stuck project definition bug?

2014-10-18 Thread Nicolas Goaziou
Hello, Alex Scherbanov a...@egotv.ru writes: I’ve written a simple definition of a stuck project: (setq org-stuck-projects '(PROJECT (NEXT) nil nil)) This means that everything with a tag :PROJECT: without NEXT subtask is a stuck project. I’d like this stuck project to be shown in the

Re: [O] Getting org-mobile-sync to work.

2014-10-18 Thread Paul Rankin
Sharon Kimble boudic...@skimble.plus.com writes: I'm trying to get mobileorg set up and working You may not have seen this: http://mph.puddingbowl.org/2010/02/org-mode-in-your-pocket-is-a-gnu-shaped-devil/ -- Paul W. Rankin http://www.paulwrankin.com

Re: [O] How to change a link?

2014-10-18 Thread Thorsten Jolitz
Marcin Borkowski mb...@wmi.amu.edu.pl writes: On 2014-10-17, at 00:19, Thorsten Jolitz wrote: However, here is a org-dp solution, use 't' instead of 'prepend to replace the links, and whatever you want instead of file+emacs as replacement. Of course one could easily re-search and replace

Re: [O] How to change a link?

2014-10-18 Thread Thorsten Jolitz
Nick Dokos ndo...@gmail.com writes: Marcin Borkowski mb...@wmi.amu.edu.pl writes: On 2014-10-17, at 00:19, Thorsten Jolitz wrote: OK, so what is the canonical way of doing this? I don't want to use org-dp, since it is another dependency. It is a problem to add dependencies to libraries

[O] \input causes conflict with LaTeX equation preview

2014-10-18 Thread Ken Mankoff
I have #+LATEX_HEADER: \input{preamble} in an Org file. When I try to preview equations, it does not work because \input{preamble} is exported to the equation preview preamble, but no file preamble.tex is exported. The preamble.tex file is not needed just to preview an equation. Can anyone

Re: [O] stuck project definition bug?

2014-10-18 Thread Alex Scherbanov
(setq org-stuck-projects '(PROJECT (NEXT) nil nil)) This means that everything with a tag :PROJECT: without NEXT subtask is a stuck project. * TODO my stuck project :PROJECT: ** TODO subtask But it is not shown there. I cannot reproduce

[O] Small bug? Strange behaviour of

2014-10-18 Thread Igor Sosa Mayor
Hi, I have the following template for capture --8---cut here---start-8--- (tp TODO privado entry (file+headline ~/Documents/org/privat.org General) * TODO %?\n SCHEDULED: %t ) --8---cut here---end---8---

[O] Exzessive newlines in org-element item interpreter?

2014-10-18 Thread Thorsten Jolitz
Hi List, evaluating this #+BEGIN_SRC emacs-lisp (org-element-interpret-data '(item (:bullet 1 :tag hello :checkbox trans :counter 2) (section nil world))) #+END_SRC #+results: : 1. [@2] hello :: :world the content is always placed on a newline, which looks strange in my eyes. Is that

[O] Scheduler propose dates?

2014-10-18 Thread Chris Drane
My work flow for org mode requires that I schedule when I will due a task when I capture it. Many of my tasks don't actually have deadlines, but if I don't give them a date I end up not following through. Therefore the date I pick is somewhat arbitrary. Instead, I try to smooth my tasks out across

Re: [O] Text above first headline is being exported, despite :export: tag being used.

2014-10-18 Thread Brady Trainor
Charles Berry ccbe...@ucsd.edu writes: Brady Trainor algebrat at uw.edu writes: But I have trees tagged for export, while text above first headline is being exported. Can anyone confirm? It works for me. Can you provide an ECM[1]? I have in a file simply: --8---cut

[O] Append a second agenda view then refresh; this kills first agenda view.

2014-10-18 Thread Brady Trainor
If I append (A) a second agenda-view to a first, then refresh for clocking (g), the first agenda-view vanishes and I am left with the second. Is there any way to keep both agenda-views upon refresh? For now I will simply adjust my custom-commands, but my reaction was that this should be

Re: [O] Text above first headline is being exported, despite :export: tag being used.

2014-10-18 Thread Charles C. Berry
On Sat, 18 Oct 2014, Brady Trainor wrote: Charles Berry ccbe...@ucsd.edu writes: Brady Trainor algebrat at uw.edu writes: But I have trees tagged for export, while text above first headline is being exported. Can anyone confirm? It works for me. Can you provide an ECM[1]? I have in a

[O] New key binding C-Tab -- how to not use it

2014-10-18 Thread Justin Gordon
I just updated emacs org-mode and when visiting org files, this binding takes effect: C-TAB (org-force-cycle-archived) Cycle a tree even if it is tagged with ARCHIVE. What's the best way to disable this binding? I use C-Tab for moving between windows. Thanks.