Eric S Fraga writes:
> On Thursday, 3 May 2018 at 23:45, Eric Abrahamsen wrote:
>
> [...]
>
>> Huh! I tried the exact same typing as you've done above, and the third
>> item wraps into a fourth item. I expect it will be some interaction
>> with ot
Eric S Fraga writes:
> On Thursday, 3 May 2018 at 16:21, Eric Abrahamsen wrote:
>> I'm very pleased that orgalist has become its own package! However I'm
>> seeing a few of the same bugs that made the previous orgstruct-mode
>> frustrating, though I'
Eric Abrahamsen writes:
> I'm very pleased that orgalist has become its own package! However I'm
> seeing a few of the same bugs that made the previous orgstruct-mode
> frustrating, though I'm hoping they will be easier to fix now.
>
> There's one r
I'm very pleased that orgalist has become its own package! However I'm
seeing a few of the same bugs that made the previous orgstruct-mode
frustrating, though I'm hoping they will be easier to fix now.
There's one right there! Spurious indentation of everything after
the first line
Bastien writes:
> Hi Nicolas,
>
> Nicolas Goaziou writes:
>
>> In master branch, the format has changed.
>
> With the new template mechanism, can we have rich templates like the
> one Charles quotes?
>
> (add-to-list 'org-structure-template-alist '("r" "#+begin_src rec :data?
> :type \n#+end_
Kaushal Modi writes:
> On Mon, Apr 23, 2018, 5:35 PM Eric Abrahamsen
> wrote:
>
> Would there be any consideration for an inline syntax that looks
> more
> like a link? Personally, when I want inline TODOs, I want them
> because
> there's a pa
Nicolas Goaziou writes:
> Hello,
>
> Carsten Dominik writes:
>
>> I would be interested to discuss a better solution. It would be nice is
>> list items could be TODO's, but I though long and har about this back when,
>> and over allo those years, I could not think of anything that could be
>> i
John Kitchin writes:
> Here is a globally defined version that would let you define a function for
> any other kind of link I think. There are probably many
> variations on this theme, like storing functions in some variable as an
> alist, etc. Something like that is what would happen if this w
John Kitchin writes:
> Not with the way I wrote it. It should only affect your links and pass
> everything else through I
> think.
I just meant, you can only have one of these functions set. So if I
provide special behavior for ebdb links, no other function would be able
to do the equivalent fo
John Kitchin writes:
> I don't know how to do that either. It does seem like you can set it
> globally. You can try something
> like:
>
> #+BEGIN_SRC emacs-lisp
> (setq org-make-link-description-function
> (lambda (link desc)
> (cond
> ((s-starts-with? "ebdb:uuid/" link)
> (replace-regex
I've coded Org link support for EBDB, a contact management package,
where the :complete key looks like:
(lambda ()
(format "ebdb:uuid/%s"
(ebdb-record-uuid
(ebdb-prompt-for-record
(ebdb-records)
Which prompts for a record based on the contact name, then inse
"Mitchell Roe" writes:
> Hello,
>
> I have a few different things going into my LOGBOOKs (i.e. TODO state
> changes, notes from ~org-add-note~, and =CLOCK= entries from
> ~org-clock-in~ and ~org-clock-out~).
>
> These entries are /prepended/ to the LOGBOOK, which results in a
> /descending/ chron
Shérab writes:
> Dear all,
[...]
> When I want to schedule a dinner with John, what I currently do is:
>
> 1. C-c a a
>
> 2. Look for a date
>
> 3. (say I find that April 1st isalright)
>
> 4. quit the agenda view
>
> 5. Visit the buffer corresponding to ~/gtd/agenda.org
>
> 6. Go to the end of
Eric Abrahamsen writes:
> Hi,
>
> I just discovered that a paragraph disappeared from a subtree I was
> exporting, I guess because the paragraph consists of just a number
> followed by a full stop, and was interpreted as a list item. I'm
> translating subtitles, and the
Samuel Wales writes:
> i thought that was example that monospaced it.
Oops, you're right. But it still feels hacky.
Samuel Wales writes:
> verse block?
Maybe, except that puts it into monospaced font, and I'd have to wrap
the whole document in a verse block...
> On 3/4/18, Eric Abrahamsen wrote:
>> Hi,
>>
>> I just discovered that a paragraph disappeared from a subtree I was
Hi,
I just discovered that a paragraph disappeared from a subtree I was
exporting, I guess because the paragraph consists of just a number
followed by a full stop, and was interpreted as a list item. I'm
translating subtitles, and the dialogue went:
#+begin_src org
There are no taxis, but I've go
Nicolas Goaziou writes:
> Hello,
>
> Eric S Fraga writes:
>
>> Not sure what kind of ECM you would like? I simply type in a line like
>> this:
>>
>> 2. this is an item that has a lot of text, text that will eventually
>> auto fill onto next line.
>
> I see. Here comes the 2018 release.
Works
Eric Abrahamsen writes:
> Rasmus writes:
>
>> Eric Abrahamsen writes:
>>
>>> Eric Abrahamsen writes:
>>>
>>>> Rasmus writes:
>>>>
>>>>> Kaushal Modi writes:
>>>>>
>>>>>> On Fri,
Rasmus writes:
> Eric Abrahamsen writes:
>
>> Eric Abrahamsen writes:
>>
>>> Rasmus writes:
>>>
>>>> Kaushal Modi writes:
>>>>
>>>>> On Fri, Dec 15, 2017 at 6:23 AM Rasmus wrote:
>>>>>
>>
Matt Price writes:
> On Wed, Nov 8, 2017 at 9:08 AM, Bastien Guerry wrote:
>
> Hi Kaushal,
>
> Kaushal Modi writes:
>
> > I am suggesting to have a minor mode that simply binds "<" to do the
> > template insertion (only when that is typed at BOL with optional
> > leading whitespace, or if
Eric Abrahamsen writes:
> Rasmus writes:
>
>> Kaushal Modi writes:
>>
>>> On Fri, Dec 15, 2017 at 6:23 AM Rasmus wrote:
>>>
>>>> The only way it’s "bad" is in the sense it limits the flexibility of
>>>> snippets, like &qu
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.
Very cool! I look forward to learning
Rasmus writes:
> Kaushal Modi writes:
>
>> On Fri, Dec 15, 2017 at 6:23 AM Rasmus wrote:
>>
>>> The only way it’s "bad" is in the sense it limits the flexibility of
>>> snippets, like ">> I can no longer have "> May be have "
> I wouldn’t really like that.
>
>> I missed this in the original con
Rasmus writes:
> Eric Abrahamsen writes:
>
>> Rasmus writes:
>>
>>> Nicolas Goaziou writes:
>>>
>>>> Hello,
>>>>
>>>> Rasmus writes:
>>>>
>>>>> Nicolas, are there any public interfaces
Rasmus writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Rasmus writes:
>>
>>> Nicolas, are there any public interfaces to make ox export like
>>> interfaces?
>>
>> No, there isn't. However, Org provides `org-mks'.
>
> Good point. It isn’t quite as nice as the export dispatcher. Let’s wait
Kaushal Modi writes:
> Copying this on both Emacs devel and Org mode list. Hopefully this discussion
> is eligible for that.
>
> Problem statement: Need to have a pretty interface that shows the available
> valid key bindings.
>
> We have something custom developed for Org export interface. M
Rasmus writes:
> Eric Abrahamsen writes:
>
>> Hello all,
>>
>> Rasmus' org-tempo patch has landed, and it's time to make a few
>> adjustments to org-insert-structure-template: I think we're moving to
>> string keys in the template alist, rather
Hello all,
Rasmus' org-tempo patch has landed, and it's time to make a few
adjustments to org-insert-structure-template: I think we're moving to
string keys in the template alist, rather than character keys, and also
some people noted that the keybinding "C-c C-x w" is too close to "C-c
C-x C-w",
Rasmus writes:
> Eric Abrahamsen writes:
>
>> Rasmus writes:
>>
>>> Hi,
>>>
>>> The attached patch adds expansions of ">> would like to include this in the next version of Org in anticipation of
>>> the changes to the template
Rasmus writes:
> Hi,
>
> The attached patch adds expansions of " would like to include this in the next version of Org in anticipation of
> the changes to the template system.
Cool! We were talking about shifting the alist keys to strings, do we
want to do that all at once, in both places, or le
"Thomas S. Dye" writes:
> Lawrence Bottorff writes:
>
>>> > I guess I'm saying it would be nice to have a big omnibus O'Reilly-style
>>> > tutorial on how to use org-mode. I've hung with org-mode because I think
>>> > it's great and, IMHO, should become a standard tool in all
>>> > STEM/STEM-educ
Rasmus writes:
> Hi Eric,
>
>
>> It incorporates Rasmus' org-tempo.el file, with modifications, and
>> Thomas' suggestion to re-instate `org-try-structure-completion', and,
>> erm, stardiviner's request to honor
>> `org-babel-uppercase-example-markers'.
>>
>> Remaining issues:
>>
>> 1. The "org-i
AW writes:
> Hi!
>
> I updated to orgmode 9.1.3 and tried to find out about this new feature.
>
> In vain. C-c C-x w is undefined.
>
> Can someone give a short abstract about the new function for inserting a
> block?
The change is in master now, I don't think it will be available until
9.2 is
"numbch...@gmail.com" writes:
> Yeah, I misunderstand your code. Anyway, It should be like this:
>
> #+BEGIN_SRC python
> ...
> #+END_SRC
>
> #+BEGIN_EXAMPLE
> ...
> #+END_EXAMPLE
>
> etc
If you look back up this (admittedly very long) thread, you'll see the
general consensus is to move to lower
I thought I should flag up this bug report here:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29329
The basic problem being, org-gnus.el uses a bunch of Gnus macros, but
doesn't require the relevant Gnus libraries when compiling.
BUT! No error is raised when compiling Org using "make", so there
"numbch...@gmail.com" writes:
> I think the function `org-insert-structure-template' also should respect the
> `org-babel-uppercase-example-markers'.
> Besides, your new diff does not have a condition on
> `org-babel-uppercase-example-markers', you just use `upcase-initials` by
> default. Then
"Thomas S. Dye" writes:
> Eric Abrahamsen writes:
>
>> Rasmus writes:
>>
>>> Hi Eric,
>>>
>>> Eric Abrahamsen writes:
>>>
>>>>> Also, Eric, it seems that org-structure-template-alist only supports a
>>>>
Renato Candido writes:
> Remember to cover the basics, that is, what you expected to happen and
> what in fact did happen. You don't know how to make a good report? See
>
> http://orgmode.org/manual/Feedback.html#Feedback
>
> Your bug report will be posted to the Org mailing list.
> --
"numbch...@gmail.com" writes:
> RT.
> Hope Org-mode can fix this issue.
It looks like that option has been obsoleted by
`org-babel-uppercase-example-markers'. I added that in and it compiled
and tested fine, so I guess it's available. I can make that part of the
next patch.
Rasmus writes:
> Hi Eric,
>
> Eric Abrahamsen writes:
>
>>> Also, Eric, it seems that org-structure-template-alist only supports a
>>> single letter for short-hands (the car of an entry in
>>> org-structure-template-alist is a char). I used to have bl
Rasmus writes:
> Rasmus writes:
>
>> Nicolas Goaziou writes:
>>
>>> Takaaki Ishikawa writes:
>>>
I also support the idea of keeping ">>> Please give importance to the backward compatibility in this case.
>>>
>>> I explained why I thought it could be removed. I also suggested
>>> solutions
Perhaps what we can do is re-instate this functionality using the
built-in Emacs mechanisms?
Bastien Guerry writes:
> Hi Nicolas,
>
> Nicolas Goaziou writes:
>
>> Bastien writes:
>>
>>> is there a simple mechanism in Emacs core to restore the same
>>> functionnality?
>>
>> Of course, it is called Abbrev mode: (info "(emacs)Abbrev
>> Concepts").
>
> Abbrev only expands on words constitu
On 11/05/17 10:06 AM, Nicolas Goaziou wrote:
> Hello,
>
> Eric Abrahamsen writes:
>
>> From 055af9e9545947b9aeccc3370c8b67a237eea5d8 Mon Sep 17 00:00:00 2001
>> From: Eric Abrahamsen
>> Date: Mon, 30 Oct 2017 10:55:29 -0700
>> Subject: [PATCH] Replace easy
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> Now that orgstruct-mode is gone,
>
> Technically Orgstruct mode is not gone yet. I didn't have time to remove
> it yet. I have a local branch for that, though.
Oh! I thought it had already been done. Ignore me, then...
Sorry, last patch had some documentation errors.
>From 055af9e9545947b9aeccc3370c8b67a237eea5d8 Mon Sep 17 00:00:00 2001
From: Eric Abrahamsen
Date: Mon, 30 Oct 2017 10:55:29 -0700
Subject: [PATCH] Replace easy templates with org-insert-structure-template
* lisp/org.el (org-insert-struct
Now that orgstruct-mode is gone, can't we get rid of all the checks for
message-mode when filling, etc?
diff --git a/lisp/org.el b/lisp/org.el
index 9ad06ac3b..ed338ad80 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -22316,68 +22316,58 @@ assumed to be significant there."
Return fill prefix, as a
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> This will get there eventually! Because there's likely to be more
>> tweaking, I haven't touched the manual or the tests yet, just reworked
>> the option and function:
>
> Thank you
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> In that case, would you be more in favor of a keymap-plus-subkey system,
>> or a keymap-plus-prompt system?
>
> I have no strong opinion, but a keymap-plus-subkey system (subkeys
> matching curren
Eric Abrahamsen writes:
> Nicolas Goaziou writes:
>
>> Hello,
>>
>> Eric Abrahamsen writes:
>>
>>> Kaushal Modi writes:
>>>
>>>> On Fri, Oct 20, 2017, 5:43 PM Kaushal Modi wrote:
>>>
>>> [...]
>>>
>
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> Kaushal Modi writes:
>>
>>> On Fri, Oct 20, 2017, 5:43 PM Kaushal Modi wrote:
>>
>> [...]
>>
>>> @Eric: I believe you were sort of onboard with this suggestion, just
Kaushal Modi writes:
> On Fri, Oct 20, 2017, 5:43 PM Kaushal Modi wrote:
[...]
> @Eric: I believe you were sort of onboard with this suggestion, just gated by
> a doubt if this actually can make into master.
In principle yes, I agree it's odd to have two completely different
systems for ess
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> Kaushal Modi writes:
>
>>> I just tried it out, and it works great!
>>>
>>> I have a comment about
>>>
>>> (when (string-equal (downcase type) "example"
Kaushal Modi writes:
> On Fri, Oct 20, 2017 at 5:15 PM Eric Abrahamsen
> wrote:
>
> The template really only inserts the block type, not anything specific
> like the source language or export backend.
>
> Right, but based on the code you have, you can easily add "SR
Kaushal Modi writes:
> Also, if the type is "src", shouldn't the point end up after "#+BEGIN_SRC"?
> Because the user will anyways need to type something there.
My original version did that. It might be nice to still do that
selectively if the user adds a SRC or EXPORT block.
> Finally, I am t
Kaushal Modi writes:
> On Fri, Oct 20, 2017 at 2:07 PM Eric Abrahamsen
> wrote:
>
> Okay, here's another version, with a new keybinding and completion. The
> completion strings are uppercase, which might not always be the right
> thing, but probably more often than
Carsten Dominik writes:
> Hi Eric,
>
> On Wed, Oct 18, 2017 at 4:58 PM, Eric Abrahamsen
> wrote:
>
> Carsten Dominik writes:
>
> > Dear all,
> >
> > this is great added functionality that I have missed a lot myself. Thanks
> for this! Also, I l
Carsten Dominik writes:
> Dear all,
>
> this is great added functionality that I have missed a lot myself. Thanks
> for this! Also, I like the key binding.
I do too, though I also notice it conflicts with inlinetask insertion.
> One improvement I can think of it to read the block type with c
Eric Abrahamsen writes:
> Nicolas Goaziou writes:
>
>> Eric Abrahamsen writes:
>>
>>> I'm still not quite seeing this. This chunk should take care of it:
>>>
>>> (goto-char e)
>>> (if (bolp)
>>> (progn
>>>
Nicolas Goaziou writes:
> Eric Abrahamsen writes:
>
>> I'm still not quite seeing this. This chunk should take care of it:
>>
>> (goto-char e)
>> (if (bolp)
>> (progn
>>(skip-chars-backward " \n\t")
>>
Nicolas Goaziou writes:
[...]
> Then it's `forward-line', not `forward-char', because there could be
> trailing spaces at the end of the paragraph, e.g.
>
>This is a paragraph.
Okay, changed to `forward-line'.
> Also, my question still holds, what about the last paragraph in a buffer
> no
Eric Abrahamsen writes:
[...]
> #+BEGIN_SRC org
> #+BEGIN_FOO
> This is a paragraph.
>
> #+END_FOO
>
> This is another paragraph.
> #+END_SRC
Make that:
#+BEGIN_FOO
This is a paragraph
#+END_FOO
This is another paragraph
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> How does this look?
>
> Thank you! I have some questions and remarks.
>
>> * etc/ORG-NEWS: Mention in news.
>
> This doesn't need to be added to the commit message.
>
>> +Do
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> Nicolas Goaziou writes:
>>
>>
>> [...]
>>
>>> C-c C-x t is free, tho.
>>
>> Oops, I think that's what I meant to type. Here's the latest version of
&g
look?
Eric
>From b8636d918e9ff79cac320003361c5a16846f156c Mon Sep 17 00:00:00 2001
From: Eric Abrahamsen
Date: Sat, 30 Sep 2017 13:23:05 -0700
Subject: [PATCH] New function org-insert-structure-template
* lisp/org.el (org-insert-structure-template): New function for
wrapping region (or element at point) in a begin
Mycroft Jones writes:
> Getting in the habit of being away from the computer is good. Getting
> in the habit of reviewing the days events at the end of it is also
> good.
Hear hear!
Tim Cross writes:
> Peter Neilson writes:
>
>>
>> * TODO Devise a way to project my agenda (in unavoidable brilliance) onto
>> the side of the barn, or perhaps embroider it into the fleece of my sheep
>> (who * TODO need to be shorn).
>>
>> Plausible (or implausible) solutions to my problem o
On 09/10/17 14:44 PM, Nicolas Goaziou wrote:
[...]
> Some free key bindings:
> - C-c C-x C-e
> - C-c C-x C-g
> - C-c C-x C-h
> - C-c C-x C-k
> - C-c C-x h
> - C-c C-x j
> - C-c C-x k
> - C-c C-x l
> - C-c C-x m
> - C-c C-x n
> - C-c C-x r
> - C-c C-x s
> - C-c C-x t
> - C-c C-x u
> - C-c C-x w
>
Eric Abrahamsen writes:
[...]
> Here's another stab at it. Is "example" the only block that should be
> verbatim? Will using `newline-and-indent' instead of inserting literal
> newlines solve the indentation problem?
>
>
> (defun org-insert-structu
Matt Price writes:
> I've been using Kaushal's fantastic ox-hugo to build my course websites (see
> http://2017.hackinghistory.ca/ for one more or less finished example;
> slightly out of date and not-yet documented source files are on Github at
> https://github.com/titaniumbones/Hacking-Histor
Nicolas Goaziou writes:
[...]
> So, any objection to have all major back-ends ignoring unnumbered trees
> from TOC, and make that an Org specificity?
Sounds good!
Nicolas Goaziou writes:
> Eric Abrahamsen writes:
>
>> I think I ran into trouble just doing a simple `org-store-link' from an
>> Info file, then `org-insert-link' in the Org mode manual.
>>
>> That produced:
>>
>> [[info:org#Installation][i
Nicolas Goaziou writes:
> Rasmus writes:
>
>> I could not get it to work. I tried stuff like "[[(org) Tables]]",
>> "[[*(org) Tables]]" and , [[texinfo:(org) tables]].
>
> You are talking about a special case for cross-referencing (which could
> include internal reference, URL referencess). Thi
Ilya Shlyakhter writes:
> At http://orgmode.org/community.html the links to browse or search
> emacs-orgmode through Gmane are broken. Maybe, remove them until
> Gmane is fixed? Is there another service similar to Gmane?
You almost wish someone could get hold of the spools and make an ad-hoc
s
Rasmus writes:
> Hi,
>
> (Sorry for replying to this old thread which I am only reading now)
>
> Eric Abrahamsen writes:
>
>>>> I'm writing an Emacs manual in Org, using
>>>> https://github.com/tarsius/ox-texinfo-plus to make things a bit
>>&
Josiah Schwab writes:
> Hi Eric,
>
>> Erm, I'd be surprised if there's a single Org mode binding that
>> *doesn't* start with C-c. That convention is right out the window with
>> Org...
>
> To be clear, this is referring to C-c and then a single ASCII letter,
> not just any binding that starts wi
Josiah Schwab writes:
> Hi Eric,
>
>>> We cannot bind it to "C-c i", this is a reserved key-binding. But we can
>>> suggest users to do so in the manual. Or find another binding.
>>
>> That's fine. Incidentally, why is "C-c i" reserved? It's not bound to
>> anything here. Does it look like in te
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> The easy template entry thing is useful as far as it goes, but for some
>> reason I find myself "marking up" existing text in Org as least as often
>> as I'm writing new text from scr
Kaushal Modi writes:
> On Sat, Sep 2, 2017, 10:23 PM Adam Porter wrote:
>
> Hi Eric,
>
> Thanks for doing this. I've had some similar code in my config for a
> while. I'll share some of it here in case you find it useful in doing
> this. You especially might find the org-read-structure-te
The easy template entry thing is useful as far as it goes, but for some
reason I find myself "marking up" existing text in Org as least as often
as I'm writing new text from scratch. I've always wanted a "wrap region
in block" command, and finally wrote one. Don't know why it took me so
long. Would
Nicolas Goaziou writes:
> Hello,
>
> I would like to remove Org Struct minor mode from Org code base. Here is
> the rationale:
>
> 1. It is broken. It might look like using Org in another buffer, but it
>is not. In particular, it just cannot cope with lists, indentation,
>filling in, e.g.
Nicolas Goaziou writes:
> Eric Abrahamsen writes:
>
>> It's a little strange, because the manual section for this specifically
>> mentions the inheritance of the LOCATION property, but the code doesn't
>> do it. Shall I add it in? It makes sense for LOCATION
Nicolas Goaziou writes:
> Eric Abrahamsen writes:
>
>>> BTW, as long as Org doesn't support time zones, the "ox-icalendar"
>>> property may be prefixed with "ICALENDAR_" (e.g., ICALENDAR_TZ).
>>
>> Done!
>
> I realize this i
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> Out of curiosity, what's your stance on supporting time zones in Org's
>> timestamps? It would be an enormous amount of work, obviously, but in
>> principle?
>
> In principle I agre
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> Hey, now's the time to bring up something I've wanted to do for
>> a while:
>
> I think this deserves its own thread.
Here we go!
>> adding support for per-entry timezones to t
Nicolas Goaziou writes:
> Hello,
>
> Tobias Schlemmer writes:
>
>> for some reasons I need to control the visibility of individual entries
>> of my caldav calendars. I have implemented a small patch that passes the
>> `CLASS' propery to the iCalendar export:
>>
>> https://github.com/keinstein/or
Raymond Zeitler writes:
> Does anyone schedule and "org-clock" interruptions? I really need to
> quantify how much of a drain they are to my productivity.
>
> I thought I'd include a generic "** TODO Interruption" in my todo.org (or an
> inter.org file) and schedule it every day. Then I'd pre
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> For example, the below looks like something you'd find in an Emacs
>> manual.
>>
>> #+BEGIN_SRC texinfo
>> @table @kbd
>> @item C-x C-f
>> @kindex C-x C-
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> And regarding the lists of commands and keys, what would be the
>> recommended way of making a list of @deffns and corresponding index
>> entries?
>
> I don't know what is a list of @deff
Eric Abrahamsen writes:
> Nicolas Goaziou writes:
>
>> Eric Abrahamsen writes:
>>
>>> Oh I don't think it's about shortcomings, just about having a version
>>> that's tweaked specifically for writing Emacs manuals. I _really_ want
>>>
Nicolas Goaziou writes:
> Eric Abrahamsen writes:
>
>> Oh I don't think it's about shortcomings, just about having a version
>> that's tweaked specifically for writing Emacs manuals. I _really_ want
>> my packages to have info manuals, and I _really_ don&
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> I'm writing an Emacs manual in Org, using
>> https://github.com/tarsius/ox-texinfo-plus to make things a bit
>> easier.
>
> I don't know that library, but as a biased POV, it would
Kaushal Modi writes:
> On Wed, Aug 2, 2017, 5:54 PM Eric Abrahamsen wrote:
>
> I'm trying to locally set `sentence-end-double-space' to t, to conform
> to the Emacs manual style. If I set it at the top of the file with:
>
> -*- sentence-end-double-space: t -*-
>
Hi there,
I'm writing an Emacs manual in Org, using
https://github.com/tarsius/ox-texinfo-plus to make things a bit easier.
I'm trying to locally set `sentence-end-double-space' to t, to conform
to the Emacs manual style. If I set it at the top of the file with:
-*- sentence-end-double-space: t
Jude DaShiell writes:
> Is org-mode or a special-purpose contribution being used to handle 911
> response centers and call center activities?
> If not, is org-mode even feasible for this kind of work?
That sounds like a pretty bad idea -- it's not the kind of work Org was
made for, and more impo
alain.coch...@unistra.fr writes:
> Eric Abrahamsen writes on Sun 11 Jun 2017 14:37:
> > alain.coch...@unistra.fr writes:
> >
> > >>Fran?ois Patte writes:
> > >>
> > >>> Le 05/06/2017 ? 12:07, Eric Abrahamsen a ?crit :
> > >
alain.coch...@unistra.fr writes:
>>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?o
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 writes:
>>>>
>>>>> Bonjour,
>>&g
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 LaTeX documents.
>&
101 - 200 of 1015 matches
Mail list logo