Re: [O] Orgalist notes

2018-05-04 Thread Eric Abrahamsen
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

Re: [O] Orgalist notes

2018-05-03 Thread Eric Abrahamsen
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'

Re: [O] Orgalist notes

2018-05-03 Thread Eric Abrahamsen
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

[O] Orgalist notes

2018-05-03 Thread Eric Abrahamsen
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

Re: [O] add blocks to org-structure-template-alist

2018-04-27 Thread Eric Abrahamsen
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_

Re: [O] Alternatives to inlinetasks? [was: Problems created by inlinetasks in agenda views]

2018-04-24 Thread Eric Abrahamsen
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

Re: [O] Alternatives to inlinetasks? [was: Problems created by inlinetasks in agenda views]

2018-04-23 Thread Eric Abrahamsen
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

Re: [O] How to set org-make-link-description-function

2018-04-13 Thread Eric Abrahamsen
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

Re: [O] How to set org-make-link-description-function

2018-04-13 Thread Eric Abrahamsen
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

Re: [O] How to set org-make-link-description-function

2018-04-12 Thread Eric Abrahamsen
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

[O] How to set org-make-link-description-function

2018-04-12 Thread Eric Abrahamsen
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

Re: [O] Inverting the chronology of LOGBOOK entries

2018-04-05 Thread Eric Abrahamsen
"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

Re: [O] Adding an item to the agenda from the agenda view

2018-03-06 Thread Eric Abrahamsen
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

Re: [O] Paragraph consisting only of number and full stop disappears in export

2018-03-05 Thread Eric Abrahamsen
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

Re: [O] Paragraph consisting only of number and full stop disappears in export

2018-03-05 Thread Eric Abrahamsen
Samuel Wales writes: > i thought that was example that monospaced it. Oops, you're right. But it still feels hacky.

Re: [O] Paragraph consisting only of number and full stop disappears in export

2018-03-04 Thread Eric Abrahamsen
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

[O] Paragraph consisting only of number and full stop disappears in export

2018-03-04 Thread Eric Abrahamsen
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

Re: [O] [ANN] OrgStruct is dead. Long live Orgalist.

2018-01-01 Thread Eric Abrahamsen
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

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

2017-12-20 Thread Eric Abrahamsen
Eric Abrahamsen writes: > Rasmus writes: > >> Eric Abrahamsen writes: >> >>> Eric Abrahamsen writes: >>> >>>> Rasmus writes: >>>> >>>>> Kaushal Modi writes: >>>>> >>>>>> On Fri,

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

2017-12-20 Thread Eric Abrahamsen
Rasmus writes: > Eric Abrahamsen writes: > >> Eric Abrahamsen writes: >> >>> Rasmus writes: >>> >>>> Kaushal Modi writes: >>>> >>>>> On Fri, Dec 15, 2017 at 6:23 AM Rasmus wrote: >>>>> >>

Re: [O] Restore old easy template feature (Re: function for inserting a block)

2017-12-18 Thread Eric Abrahamsen
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

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

2017-12-18 Thread Eric Abrahamsen
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

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

2017-12-17 Thread Eric Abrahamsen
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

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

2017-12-15 Thread Eric Abrahamsen
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

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

2017-12-14 Thread Eric Abrahamsen
Rasmus writes: > Eric Abrahamsen writes: > >> Rasmus writes: >> >>> Nicolas Goaziou writes: >>> >>>> Hello, >>>> >>>> Rasmus writes: >>>> >>>>> Nicolas, are there any public interfaces

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

2017-12-12 Thread Eric Abrahamsen
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

Re: [O] Key binding popup interface

2017-12-12 Thread Eric Abrahamsen
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

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

2017-12-10 Thread Eric Abrahamsen
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

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

2017-12-09 Thread Eric Abrahamsen
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",

Re: [O] [patch] structure snippet completions

2017-12-05 Thread Eric Abrahamsen
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

Re: [O] [patch] structure snippet completions

2017-12-04 Thread Eric Abrahamsen
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

Re: [O] "Reference Dump" rant

2017-11-21 Thread Eric Abrahamsen
"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

Re: [O] function for inserting a block

2017-11-20 Thread Eric Abrahamsen
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

Re: [O] Summary for user: function for inserting a block

2017-11-19 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-11-17 Thread Eric Abrahamsen
"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

[O] missing requires for Gnus macros in org-gnus?

2017-11-16 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-11-15 Thread Eric Abrahamsen
"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

Re: [O] function for inserting a block

2017-11-14 Thread Eric Abrahamsen
"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 >>>>

Re: [O] Bug: Org-mode easy templates stopped working after org-mode update [9.1.2 (release_9.1.2-190-g9cac9d @ /home/renato/.emacs.d/el-get/org-mode/lisp/)]

2017-11-14 Thread Eric Abrahamsen
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. > --

Re: [O] The new function org-insert-structure-template is not following option org-babel-capitalize-example-region-markers

2017-11-10 Thread Eric Abrahamsen
"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.

Re: [O] function for inserting a block

2017-11-10 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-11-09 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-11-08 Thread Eric Abrahamsen
Perhaps what we can do is re-instate this functionality using the built-in Emacs mechanisms?

Re: [O] function for inserting a block

2017-11-08 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-11-05 Thread Eric Abrahamsen
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

Re: [O] Get rid of message-mode code?

2017-10-31 Thread Eric Abrahamsen
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...

Re: [O] function for inserting a block

2017-10-30 Thread Eric Abrahamsen
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

[O] Get rid of message-mode code?

2017-10-30 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-30 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-28 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-23 Thread Eric Abrahamsen
Eric Abrahamsen writes: > Nicolas Goaziou writes: > >> Hello, >> >> Eric Abrahamsen writes: >> >>> Kaushal Modi writes: >>> >>>> On Fri, Oct 20, 2017, 5:43 PM Kaushal Modi wrote: >>> >>> [...] >>> >

Re: [O] function for inserting a block

2017-10-23 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-23 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-22 Thread Eric Abrahamsen
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"

Re: [O] function for inserting a block

2017-10-21 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-20 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-20 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-20 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-18 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-17 Thread Eric Abrahamsen
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 >>>

Re: [O] function for inserting a block

2017-10-17 Thread Eric Abrahamsen
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") >>

Re: [O] function for inserting a block

2017-10-17 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-16 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-16 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-10-07 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-09-30 Thread Eric Abrahamsen
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

Re: [O] orgmode for many continuous tasks?

2017-09-26 Thread Eric Abrahamsen
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!

Re: [O] orgmode for many continuous tasks?

2017-09-25 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-09-10 Thread Eric Abrahamsen
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 >

Re: [O] function for inserting a block

2017-09-08 Thread Eric Abrahamsen
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

Re: [O] ics calendar?

2017-09-08 Thread Eric Abrahamsen
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

Re: [O] setting local variables

2017-09-07 Thread Eric Abrahamsen
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!

Re: [O] setting local variables

2017-09-06 Thread Eric Abrahamsen
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

Re: [O] setting local variables

2017-09-06 Thread Eric Abrahamsen
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

Re: [O] broken links to gmane on orgmode.org

2017-09-05 Thread Eric Abrahamsen
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

Re: [O] setting local variables

2017-09-05 Thread Eric Abrahamsen
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 >>&

Re: [O] function for inserting a block

2017-09-03 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-09-03 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-09-03 Thread Eric Abrahamsen
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

Re: [O] function for inserting a block

2017-09-02 Thread Eric Abrahamsen
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

[O] function for inserting a block

2017-09-02 Thread Eric Abrahamsen
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

Re: [O] [RFC] Remove Org Struct mode

2017-08-22 Thread Eric Abrahamsen
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.

Re: [O] TIMEZONE property for ical export

2017-08-19 Thread Eric Abrahamsen
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

Re: [O] TIMEZONE property for ical export

2017-08-19 Thread Eric Abrahamsen
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

Re: [O] TIMEZONE property for ical export

2017-08-19 Thread Eric Abrahamsen
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

[O] TIMEZONE property for ical export

2017-08-18 Thread Eric Abrahamsen
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

Re: [O] Patch that enables visibility settings in org-mode iCalendar export

2017-08-17 Thread Eric Abrahamsen
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

Re: [O] Tracking Interruptions -- Work Flow Question

2017-08-12 Thread Eric Abrahamsen
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

Re: [O] setting local variables

2017-08-05 Thread Eric Abrahamsen
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-

Re: [O] setting local variables

2017-08-04 Thread Eric Abrahamsen
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

Re: [O] setting local variables

2017-08-03 Thread Eric Abrahamsen
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 >>>

Re: [O] setting local variables

2017-08-03 Thread Eric Abrahamsen
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&

Re: [O] setting local variables

2017-08-03 Thread Eric Abrahamsen
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

Re: [O] setting local variables

2017-08-02 Thread Eric Abrahamsen
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 -*- >

[O] setting local variables

2017-08-02 Thread Eric Abrahamsen
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

Re: [O] 911 and Call Centers was employment stats that don't change (fwd)

2017-07-08 Thread Eric Abrahamsen
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

Re: [O] newbye questions [the nnir-article-group issue]

2017-06-12 Thread Eric Abrahamsen
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 : > > >

Re: [O] newbye questions [the nnir-article-group issue]

2017-06-10 Thread Eric Abrahamsen
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

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 writes: >>>> >>>>> Bonjour, >>&g

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 LaTeX documents. >&

<    1   2   3   4   5   6   7   8   9   10   >