[O] Auto-delete dated DONE notifications?

2016-02-19 Thread Sharon Kimble
I recently had to dive into the guts of a habit which I've been using since June 2015, I know that because there were all the 1-line DONE dated notifications! Is there anyway in which they can be auto-deleted after a cut-off number, say '60' please? Thanks Sharon. -- A taste of linux =

Re: [O] [PATCH] Fix TODO export in html TOC

2016-02-19 Thread Nicolas Goaziou
Hello, Austin Walker writes: > I'd like to submit a fix for an issue seen by reddit user simonced. > https://www.reddit.com/r/emacs/comments/46717x/orgmode_todo_html_export_in_toc/ > > When exporting a TODO headline to html, the TOC will show the class to be > "todo nilTODO".

[O] Melpa crashed?

2016-02-19 Thread 童俊翔
I’m trying to install packages with melpa, the result is error in process filter: Error retrieving: https://melpa.org/packagesarchive-contents (error http 404) [2 times] What’s the problem? Thank you! Junxiang

Re: [O] Melpa crashed?

2016-02-19 Thread Josiah Schwab
Hello Junxiang, On 19 February 2016 at 06:11 PST, 童俊翔 wrote: > error in process filter: Error retrieving: > https://melpa.org/packagesarchive-contents (error http 404) [2 times] > > What’s the problem? This suggests to me that you forgot the final slash in the MELPA URL. Does your

Re: [O] Melpa crashed?

2016-02-19 Thread 童俊翔
Yes, my configuration is the same as https://github.com/melpa/melpa#usage For information about GNU Emacs and the GNU system, type C-h C-a. Opening TLS connection to ‘melpa.org’... Opening TLS connection with ‘gnutls-cli --x509cafile nil -p 443

Re: [O] melpa

2016-02-19 Thread John Kitchin
It could also be that orgmode does not come from melpa, it comes from " http://orgmode.org/elpa/; If you have a list of packages that get installed, make sure org is first. Any package that requires org will interfere with the installation of the org package. (setq package-archives '(("elpy" .

Re: [O] Melpa crashed?

2016-02-19 Thread Nick Dokos
童俊翔 writes: > Yes, my configuration is the same as https://github.com/melpa/melpa#usage > > For information about GNU Emacs and the GNU system, type C-h C-a. > Opening TLS connection to ‘melpa.org’... > Opening TLS connection with ‘gnutls-cli --x509cafile nil -p 443 >

Re: [O] Melpa crashed?

2016-02-19 Thread Will O'Brien
On 19 Feb 2016 16:55, "Nick Dokos" wrote: > > 童俊翔 writes: > > > Yes, my configuration is the same as https://github.com/melpa/melpa#usage > > > > For information about GNU Emacs and the GNU system, type C-h C-a. > > Opening TLS connection to

Re: [O] melpa

2016-02-19 Thread 童俊翔
It seems that there is some problems in elpa.gnu.org , I can not connect to it even using web browser. elpa.gnu.orgfailed *http elpa -- (network connection to elpa.gnu.org) melpa.org run *http melpa... -- /bin/bash -c openssl

Re: [O] melpa

2016-02-19 Thread Will O'Brien
On 19 Feb 2016 19:25, "童俊翔" wrote: > > It seems that there is some problems in elpa.gnu.org, I can not connect to it even using web browser. > > elpa.gnu.orgfailed *http elpa -- (network connection to elpa.gnu.org) > melpa.org run *http

[O] get current headline?

2016-02-19 Thread Matt Price
I feel like I should know how to do this -- how od I retrieve the current headline as an org-element object? context: I want to take a headline like this ** Jane Doe - demonstrates an understanding of research topic :: yes - Annotated Bibliography :: very nicely done - Grammar and Spelling ::

[O] Latex package nicefrac for HTML export

2016-02-19 Thread Lawrence Bottorff
I've got Latex's *nicefrac *working fine for a Latex export. I've put #+LaTeX_HEADER: \usepackage{nicefrac} at the top of my file, and this inlined $\pi = \nicefrac{C}{d}$ But for an HTML export, it's not seeing it, giving back π=\nicefracCd. Is there anything I can do to get my HTML export to

Re: [O] Latex package nicefrac for HTML export

2016-02-19 Thread Marcin Borkowski
On 2016-02-19, at 22:26, Lawrence Bottorff wrote: > I've got Latex's *nicefrac *working fine for a Latex export. I've put > > #+LaTeX_HEADER: \usepackage{nicefrac} > > at the top of my file, and this inlined > > $\pi = \nicefrac{C}{d}$ > > But for an HTML export, it's not

[O] How to set bibliography style to export docx by ox-pandoc

2016-02-19 Thread 童俊翔
Is there any bst template for docx? How do you do it? Thank you! Junxiang

Re: [O] Latex package nicefrac for HTML export

2016-02-19 Thread Lawrence Bottorff
I found this and added this to my org file: . . . #+begin_html MathJax.Hub.Register.StartupHook("TeX Jax Ready",function () { var MML = MathJax.ElementJax.mml, TEX = MathJax.InputJax.TeX;

Re: [O] melpa

2016-02-19 Thread 童俊翔
I’ve reinstalled emacs and all the packages, it works now. Thank you! > On 20 Feb 2016, at 00:44, John Kitchin wrote: > > It could also be that orgmode does not come from melpa, it comes from > "http://orgmode.org/elpa/ " If you have a