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
Rob
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 12:28, Eric S Fraga w
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 file)
Eric Abrahamsen writes:
> Eric Abrahamsen writes:
>
>> Rasmus writes:
>>
>>> Eric Abrahamsen writes:
>>>
Eric Abrahamsen writes:
> Rasmus writes:
>
>> Kaushal Modi writes:
>>
>>> On Fri, Dec 15, 2017 at 6:23 AM Rasmus wrote:
>>>
The only way it’s
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:
>
> #+MACRO: sec (eval (concat
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
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 Lein
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 the process, I had to re-or
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 the Org manual. Org can
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 standard for Ema
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:
> print char
>
> I enter th
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)
(org-export-create-backend
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
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)
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 manual for
>> instance),
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?
Works here too. Thanks!
--
Nick
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 you have any difficulty in
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 expected, but if I make
> > changes and use ~C-c '~ again
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 wi
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, or
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
> considered by org-clock-sum-curre
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 node.
23 matches
Mail list logo