[O] org-gcal error http 400 - 401

2017-12-21 Thread Joseph Vidal-Rosset
Hello, >From yesterday, I am trying to use org-gcal, and I am near to succeed to connect it with my google calendar with org-gcal-fetc, but after receiving the authorization code from Google to connect emacs, I always see the same error message: Wrote /home/joseph/MEGA/org/agenda.org > (New

Re: [O] [RFC] Official Org manual in Org! (Was: Dog food, anyone?)

2017-12-21 Thread Marcin Borkowski
Hi all, my 2 cents. 1. Now that we know that it is possible to construct a texi document from org automatically, whould it be feasible to get back to the topic of converting the Emacs manual(s) to org? Would it make sense? 2. Re: the style guide: why not ditch em-dashes altogether? Quoting

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-21 Thread Tim O'Callaghan
Thanks! I will experiment with this work-flow, but i have one other issue, any advice on working with existing (word) document templates? I have to work within templates, so it would be great if i could manage to conform. On 19 December 2017 at 06:09, wrote: > On 2017-12-15

Re: [O] Poll: new keybinding for org-insert-structure-template?

2017-12-21 Thread Rasmus
Eric Abrahamsen writes: > Eric Abrahamsen writes: > >> Rasmus writes: >> >>> Eric Abrahamsen writes: >>> Eric Abrahamsen writes: > Rasmus writes:

Re: [O] Git repository error

2017-12-21 Thread Eric S Fraga
And works for me as well. Thank you. -- Eric S Fraga via Emacs 27.0.50, Org release_9.1.4-214-ge8b71b signature.asc Description: PGP signature

Re: [O] [UPDATE] Re: ob-clojure evaluate error when Org-mode buffer has ns clojure code

2017-12-21 Thread numbch...@gmail.com
Finally found a solution. really hard. spend a lot of time on this issue. The discussion is at here: https://github.com/clojure-emacs/clojure-mode/pull/465 Here is my final source code. paste here as a copy. Hope can help someone want same thing. ;; auto start CIDER REPL session in a complete

Re: [O] TIL about use of eval in user Org macros.. Documentation?

2017-12-21 Thread Rasmus
Kaushal Modi writes: > Hello, > > The commit message in this commit is golden: > http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=3ac619c8ac9934a2a1368f3de8ffad951f900067 > > Using that info, I came up with a "classified" version of n macro for > markdown/HTML: > >

[O] Bug: org-clock-total-time is calculated from midnight in UTC (not in current time zone) [9.1.4 (9.1.4-13-g84cb63-elpa @ /home/yantar92/.emacs.d/elpa/org-20171218/)]

2017-12-21 Thread Ihor Radchenko
This email may contain confidential and/or proprietary information that is exempt from disclosure under applicable law and is intended for receipt and use solely by the addressee(s) named above. If you are not the intended recipient, you are notified that any use, dissemination, distribution,

Re: [O] Bug: org-clock-total-time is calculated from midnight in UTC (not in current time zone) [9.1.4 (9.1.4-13-g84cb63-elpa @ /home/yantar92/.emacs.d/elpa/org-20171218/)]

2017-12-21 Thread Allen Li
On Thu, Dec 21, 2017 at 5:55 PM, Ihor Radchenko wrote: > > org-clock-in in org-clock.el calculates org-clock-total-time via calling > (org-clock-sum-current-item (org-clock-get-sum-start)). > However, org-clock-get-sum-start returns the time in UTC, which is not

[O] make org-fill-paragraph stop fill list headlines.

2017-12-21 Thread Shiyao MA
Hi, given this: >> some text. - a list node. some context. << after filling, it will be: >> some text. - a list node. some context. << possible to stop the joining of the list headline (=a list node.=) and the content (=some context=)? Adding an empty line like: >> some text. - a list

Re: [O] [RFC] Dog food, anyone?

2017-12-21 Thread Phillip Lord
Nicolas Goaziou writes: > phillip.l...@russet.org.uk (Phillip Lord) writes: > >> I was wondering the other way around. Can org produce .texi that >> could be part of a larger existing texinfo. So, something that can be >> @include'd. > > I don't see why it couldn't. Do

[O] [patch] Snippet expansion

2017-12-21 Thread Rasmus
Hi, The first patches adds string keys to snippet expansion. For tempo, this is straight-forward. For the interactive prompt there’s an org-mks interface. It limited to at most two keys (this shouldn’t be much of a limitation TBH). So for instance if the key is "prop" the interactive prompt

Re: [O] Bug: Editing src blocks: user-error: Cannot modify an area being edited in a dedicated buffer [9.1.4 (9.1.4-2-g118753-elpaplus @ /home/paul/.emacs.d/elpa/org-plus-contrib-20171211/)]

2017-12-21 Thread Paul Davis
Turns out that the issue was caused by trying to disable a flycheck checker using the org edit src hook On Mon, Dec 18, 2017, 6:30 AM Nicolas Goaziou wrote: > Hello, > > Paul Davis writes: > > > Using ~C-c '~ to edit a src block works as

[O] Error when using :show-process header argument in clojure

2017-12-21 Thread Paul Dumais
Hi I was trying to use the new :show-process header argument for clojure in Org mode version 9.1.4 (9.1.4-13-g84cb63-elpaplus @ (org-plus-contrib-20171218/) I get the following error: org-babel-insert-result: Wrong type argument: markerp, nil

Re: [O] [RFC] Dog food, anyone?

2017-12-21 Thread Phillip Lord
Nicolas Goaziou writes: > Hello, > > The task started by Thomas S. Dye a couple years ago is now complete. > The "manual.org" file in "contrib/" directory is an up-to-date, > sometimes enhanced, version of the Org manual. Org can now eat its own > dog food. > > During

Re: [O] Bug: Tangling python code results in mixed tabs and spaces, incomaptible with python3 [9.1.4 (9.1.4-dist @ /home/ehere/emacs-scripts/org-9.1.4/lisp/)]

2017-12-21 Thread Nicolas Goaziou
Hello, Edmund Christian Herenz writes: > The following python code uses only whitespaces for the different > indentdation levels: > > a_list = ['elem1', > 'elem2', > 'elem3'] > > for elem in a_list: > print(elem) > for char in elem: >

Re: [O] [RFC] Dog food, anyone?

2017-12-21 Thread Nicolas Goaziou
Hello, phillip.l...@russet.org.uk (Phillip Lord) writes: > Nicolas Goaziou writes: > >> Hello, >> >> The task started by Thomas S. Dye a couple years ago is now complete. >> The "manual.org" file in "contrib/" directory is an up-to-date, >> sometimes enhanced, version of

Re: [O] [RFC] Official Org manual in Org!

2017-12-21 Thread Nicolas Goaziou
Hello, Marcin Borkowski writes: > 1. Now that we know that it is possible to construct a texi document > from org automatically, whould it be feasible to get back to the topic > of converting the Emacs manual(s) to org? Would it make sense? I doubt Org will become the de facto

Re: [O] Canonical way to strip off all markup from an element in Org exporter backend?

2017-12-21 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > Thank you! That function is educational. I'll play more with that idea. It > will be a lot more verbose than the 3 line solution I have right now.. (let ((no-thrill (lambda (o c _) (or c (org-element-property :value o)

Re: [O] Git repository error

2017-12-21 Thread Samuel W. Flint
Works for me too! Thanks, Sam -- Samuel W. Flint 4096R/266596F4 (9477 D23E 389E 40C5 2F10 DE19 68E5 318E 2665 96F4) λs.(s s) λs.(s s)

Re: [O] [RFC] Dog food, anyone?

2017-12-21 Thread Phillip Lord
Nicolas Goaziou writes: >> Good stuff! >> >> My question about this and your experiences with ox-texinfo, is would it >> be possible to integrate this into a workflow where a manual was >> converted piece-meal. >> >> So, if a texinfo manual was multi-part (like the Emacs

Re: [O] Git repository error

2017-12-21 Thread Nick Dokos
Works here too. Thanks! -- Nick

Re: [O] [RFC] Dog food, anyone?

2017-12-21 Thread Nicolas Goaziou
phillip.l...@russet.org.uk (Phillip Lord) writes: > I was wondering the other way around. Can org produce .texi that > could be part of a larger existing texinfo. So, something that can be > @include'd. I don't see why it couldn't. Do you have any difficulty in mind?