[O] clock start time is gone

2017-06-05 Thread Samuel Wales
recent maint. just wondering what i could be doing wrong. it is /usually/ the case that i get clock start tmie is gone when i try to clock out. it isn't gone. so i do org-clock-cancel, which is slow. this leaves the start time. so i do org-clock-in, which presents me with all the options. i

Re: [O] org to static site?

2017-06-05 Thread Scott Randby
On 06/05/2017 05:16 PM, Nick Dokos wrote: > Scott Randby writes: > >> On 06/05/2017 01:59 AM, John Ankarström wrote: >>> On June 5, 2017 1:26:15 AM GMT+07:00, Scott Randby >>> wrote: Maybe this is too primitive, but I keep all the content in one

Re: [O] org to static site?

2017-06-05 Thread Nick Dokos
Scott Randby writes: > On 06/05/2017 01:59 AM, John Ankarström wrote: >> On June 5, 2017 1:26:15 AM GMT+07:00, Scott Randby wrote: >>> >>> Maybe this is too primitive, but I keep all the content in one Org >>> file >>> and export the text under each

Re: [O] No operator defined for property header-args

2017-06-05 Thread Nicolas Goaziou
Hello, Kevin Foley writes: > I'm getting the error "No operator defined for property header-args" when > trying to run `org-property-action` on the `header-args` property below: > > * outline header > :PROPERTIES: > :header-args:bash::tangle yes > :END: >

Re: [O] org to static site?

2017-06-05 Thread Scott Randby
On 06/05/2017 01:59 AM, John Ankarström wrote: > On June 5, 2017 1:26:15 AM GMT+07:00, Scott Randby wrote: >> >> Maybe this is too primitive, but I keep all the content in one Org >> file >> and export the text under each top-level headline as a single HTML >> page. >> I use

Re: [O] Org-mode ELPA repository package is not very updated?

2017-06-05 Thread B.V. Raghav
"numbch...@gmail.com" writes: > I installed both packages `org` and `org-plus-contrib` in ELPA repository. You might be looking for: #+BEGIN_SOURCE elisp (require 'package) (add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/;) t) (package-initialize)

Re: [O] newbye questions

2017-06-05 Thread Eric Abrahamsen
François Patte writes: > Le 05/06/2017 à 12:07, Eric Abrahamsen a écrit : >> François Patte writes: >> >>> Le 05/06/2017 à 01:33, Eric Abrahamsen a écrit : François Patte

Re: [O] Org-mode ELPA repository package is not very updated?

2017-06-05 Thread Nick Dokos
"numbch...@gmail.com" writes: > I found Org-mode ELPA released source code is old and does not include some > patches and updates. > > For example, file `ob-clojure.el` I found org-mode source has the latest > source > code, but not in Org-mode ELPA package source code. The

Re: [O] (org-insert-heading "hello")

2017-06-05 Thread John Kitchin
arg is for the prefix arg.You want this: (org-insert-heading) (insert "hello") John --- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon University Pittsburgh, PA 15213 412-268-7803 @johnkitchin

Re: [O] Org-mode link returned path is truncated when contains space

2017-06-05 Thread numbch...@gmail.com
I checked Org-mode package version with `org-version`, get `9.0.7`, still have this issue. I updated to latest org-mode ELPA version. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36

[O] Org-mode ELPA repository package is not very updated?

2017-06-05 Thread numbch...@gmail.com
I found Org-mode ELPA released source code is old and does not include some patches and updates. For example, file `ob-clojure.el` I found org-mode source has the latest source code, but not in Org-mode ELPA package source code. The latest commit of `ob-clojure.el` is about 3 monthes ago. I

[O] No operator defined for property header-args

2017-06-05 Thread Kevin Foley
I'm getting the error "No operator defined for property header-args" when trying to run `org-property-action` on the `header-args` property below: * outline header :PROPERTIES: :header-args:bash::tangle yes :END: I'm able to set the same properties using #+PROPERTY:

Re: [O] newbye questions

2017-06-05 Thread François Patte
Le 05/06/2017 à 12:07, Eric Abrahamsen a écrit : > François Patte writes: > >> Le 05/06/2017 à 01:33, Eric Abrahamsen a écrit : >>> François Patte writes: >>> Bonjour, Ijust discovered org-mode for emacs

Re: [O] newbye questions

2017-06-05 Thread Eric Abrahamsen
François Patte writes: > Le 05/06/2017 à 01:33, Eric Abrahamsen a écrit : >> François Patte writes: >> >>> Bonjour, >>> >>> Ijust discovered org-mode for emacs and I want to explore the >>> capabilities of this mode for

Re: [O] newbye questions

2017-06-05 Thread François Patte
Le 05/06/2017 à 01:33, Eric Abrahamsen a écrit : > François Patte writes: > >> Bonjour, >> >> Ijust discovered org-mode for emacs and I want to explore the >> capabilities of this mode for LaTeX documents. >> >> I have a few preliminary questions: >> >> 1- I

[O] (org-insert-heading "hello")

2017-06-05 Thread f . nikolakopoulos
(org-insert-heading "hello") emacs lisp function ignores argument and inserts blank heading. I think is a change of mode to add the argument but which command.

Re: [O] org to static site?

2017-06-05 Thread John Ankarström
On June 5, 2017 1:26:15 AM GMT+07:00, Scott Randby wrote: > > Maybe this is too primitive, but I keep all the content in one Org > file > and export the text under each top-level headline as a single HTML > page. > I use some simple macros if I need to export more than one