Re: [O] OReanalyzing archived TO-DOs

2016-08-08 Thread Avery Chan
Hi Matt, Thanks for your reply. In trying to build the MinEx I found the solution to my problem: 1) In my archive file, I did not have the correct column-definition layout that I had in my original TODO.org file: `#+COLUMNS: %40ITEM(Task) %17Effort(Estimated Effort){:}

Re: [O] Bug: org-link-add does not exist

2016-08-08 Thread Clément Pit--Claudel
On 2016-08-08 21:29, Kyle Meyer wrote: > Hello, > > Clément Pit--Claudel writes: > >> The documentation of org-add-link-type says: >> >> This function is obsolete since Org 9.0; >> use `org-link-add' instead. >> >> But org-link-add doesn't seem to be defined anywhere.

[O] Exporting fuzzy links using LaTeX's autoref

2016-08-08 Thread Clément Pit--Claudel
Hi all, The LaTeX command \autoref{} produces a hyperlink that covers both the target type and its number; for example, \autoref{chap:org} produces something like _Chapter 3_. It's very similar to Chapter \ref{chap:org}, but: * "Chapter" is clickable * I can demote this chapter to a section,

Re: [O] Bug: org-link-add does not exist

2016-08-08 Thread Kyle Meyer
Hello, Clément Pit--Claudel writes: > The documentation of org-add-link-type says: > > This function is obsolete since Org 9.0; > use `org-link-add' instead. > > But org-link-add doesn't seem to be defined anywhere. I believe this was already fixed with 7064667

[O] Bug: org-link-add does not exist

2016-08-08 Thread Clément Pit--Claudel
The documentation of org-add-link-type says: This function is obsolete since Org 9.0; use `org-link-add' instead. But org-link-add doesn't seem to be defined anywhere. CHeers, Clément. signature.asc Description: OpenPGP digital signature

Re: [O] OReanalyzing archived TO-DOs

2016-08-08 Thread Matt Lundin
Hi Avery, Avery Chan writes: > One problem is what to do with completed tasks. They clutter up my > todo list so I usually archive them to another file. My problem is > that after archiving them, I can't compare the 'effort' with the > actual 'clock time' easily (i.e. using

Re: [O] Request: Move org-eww from contrib to core

2016-08-08 Thread Marco Wahl
Hi! > Matt Lundin writes: > >> Given that the coming release of emacs 25 ships with the eww browser, I >> think it would be worthwhile to make org-eww.el a core org-mode module. >> I have been using eww instead of emacs-w3m for some time now with no >> problems. Since org

Re: [O] Bug: org-hierarchical-todo-statistics + org-update-statistics cookies in before-save-hook breaks overlays [8.3.5 (8.3.5-elpaplus @ /home/clement/.emacs.d/.cask/25.1.50.7/elpa/org-plus-contrib-

2016-08-08 Thread Nicolas Goaziou
Hello, Clément Pit--Claudel writes: > Setting ‘org-hierarchical-todo-statistics’ to nil confuses > ‘org-update-statistics-cookies’ when that function is used in a > before-save-hook. > > More precisely, every time I save the attached org file, the hidden section

Re: [O] Escaping :: in lists

2016-08-08 Thread Nicolas Goaziou
Clément Pit--Claudel writes: > I'm trying to make a list of code snippets including double colons: > > - ~head :: tail~ > - =head :: tail= > - src_ocaml{head :: tail} > > But exporting to LaTeX fails: > > \item[{\textasciitilde{}head}] tail\textasciitilde{} >

Re: [O] Two small org-src patches

2016-08-08 Thread Nicolas Goaziou
Clément Pit--Claudel writes: > Yay, thanks Nicolas! That was fast :) Do we need to update ORG-NEWS > about this change? Should I send a corresponding patch? Yes, please do. Thank you! Regards,

[O] Escaping :: in lists

2016-08-08 Thread Clément Pit--Claudel
Hi emacs-orgmode, I'm trying to make a list of code snippets including double colons: - ~head :: tail~ - =head :: tail= - src_ocaml{head :: tail} But exporting to LaTeX fails: \item[{\textasciitilde{}head}] tail\textasciitilde{} \item[{=head}] tail= \item[{src\(_{\text{ocaml}}\)\{head}] tail\}

[O] stopped times in irg table

2016-08-08 Thread sven.garbade
Hi folk, how can I use stopped times as 00:31:23 (for 0 hours, 31 minutes and 23 seconds) in a table? I'd like to do same simple calculations eg. sums and averages. Is this possible? Thanks, Sven

Re: [O] stopped times in irg table

2016-08-08 Thread sven.garbade
found the answer myself: T flag Thanks, Sven On Mon, Aug 08 2016 at 05:34:56 PM, sven.garb...@evall.org wrote: > Hi folk, > > how can I use stopped times as 00:31:23 (for 0 hours, 31 minutes and 23 > seconds) in a table? I'd like to do same simple calculations eg. sums > and averages. Is this

Re: [O] Two small org-src patches

2016-08-08 Thread Clément Pit--Claudel
On 2016-08-08 05:06, Nicolas Goaziou wrote: > Hello, > > Clément Pit--Claudel writes: > >> In 2016-08-07 15:16, Clément Pit--Claudel wrote: >>> The two attached patches add this feature. >> >> There was a small mistake in the first patch; I have reattached both >> of

Re: [O] ox-md.el: Export TOC and Footnotes as Markdown rather than HTML

2016-08-08 Thread Nicolas Goaziou
Hello, Jake Romer writes: > I notice that in Org 8.3, `org-md-export-as-markdown` and > `org-md-export-to-markdown` render a document's Table of Contents and > Footnotes sections as HTML rather than Markdown. Correct. > I have a couple of patches that change this behavior

Re: [O] org-html-list-of-tables ODD BEHAVIOR in producing in html export a hyperlinked table of figures to result tables

2016-08-08 Thread Nicolas Goaziou
Hello, "Cook, Malcolm" writes: > I understand that Including in my org file: > > #+TOC: tables > > Produces a list of all captioned tables in my document. > > If the table lacks a caption, it does not appear in the list of tables. > > Alas, they are not hyperlinked to the

Re: [O] [PATCH] Better handling labels in source code blocks + A suggestion

2016-08-08 Thread Nicolas Goaziou
Hello, Bernard Hurley writes: > At present the value of org-coderef-label-format in a source code > editing buffer does not inherit its value from the value in the > corresponding org-mode buffer but instead, if it is not specified by a > -l option, defaults to the global

Re: [O] Request: Move org-eww from contrib to core

2016-08-08 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > Given that the coming release of emacs 25 ships with the eww browser, I > think it would be worthwhile to make org-eww.el a core org-mode module. > I have been using eww instead of emacs-w3m for some time now with no > problems. Since org ships

Re: [O] [PATCH] Re: links-9.0 v3

2016-08-08 Thread Nicolas Goaziou
Hello, Robert Klein writes: > attached are Patches for contrib except ox-bibtex.el and > org-velocity.el. > > Some files are spitting out errors during compile, some of those > probably vanish if you require the stuff they depend on. > > I modified Matt's patch to also open

Re: [O] [PATCH] Re: links-9.0 v3

2016-08-08 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > Thanks, John, for improving link functionality in org-mode! > > I just discovered that this change breaks the contrib files that use > org-store-link-functions and org-add-link-type. > > I'm not familiar enough with the details of

Re: [O] Two small org-src patches

2016-08-08 Thread Nicolas Goaziou
Hello, Clément Pit--Claudel writes: > In 2016-08-07 15:16, Clément Pit--Claudel wrote: >> The two attached patches add this feature. > > There was a small mistake in the first patch; I have reattached both > of them. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: MobileOrg pull broken

2016-08-08 Thread Nicolas Goaziou
Ian Dunn writes: > It almost worked, but your change to `org-mobile-action-alist' > doesn't need the function quote. Oops. Fixed. Thank you. Regards,