Re: [O] odt export not working

2013-04-21 Thread Eric Abrahamsen
Manfred Lotz writes: > Hi there, > Using org-mode 8.0-2-g77476c (fedora 18 system) exporting to odt > doesn't work. zip program is available. When I do =C-c C-e= the > *Org Export Dispatcher* buffer pops up but showing nothing related to > odt. When now typing =o o= I get =Invalid Key=. > > Any i

Re: [O] New maintainer

2013-04-21 Thread Eric Abrahamsen
Bastien writes: > Eric Abrahamsen writes: > >> It's also been a pleasure to witness the surprisingly successful >> marriage of two different coding styles: Bastien's damn-the-torpedoes >> patch-the-SOB-and-get-it-out-the-door approach, matched with Nico

Re: [O] [Bug] HTML Exporter Does Not Convert \\ To

2013-04-21 Thread Eric Abrahamsen
"T.F. Torrey" writes: > The old exporter would convert \\ at the end of a line to to > force a line break. The manual still says that \\ will force a line > break, but the new HTML exporter, while indeed breaking the line > there, does not insert the to make it render as a new line. > > This is

Re: [O] New maintainer

2013-04-21 Thread Eric Abrahamsen
Bastien writes: > Dear all, > > I'm stepping down as the Org maintainer. > > Carsten accepted to step up, if the community agrees. > Please raise your thumbs up or your concerns, if any. > > I'm glad I had this opportunity to work as "Robin" and > I'm even more glad "Batman" may strike back! > >

Re: [O] [PATCH] adjust C-c C-c behavior on headlines whose text is a link

2013-04-21 Thread Eric Abrahamsen
Eric Abrahamsen writes: > An alternate version would pass the funcall to the :parent element *no > matter what*, seeing as 'C-c C-c' is currently always a no-op "on a link", I should have said >, and user-defined hooks have already been run. We could just pass i

[O] [PATCH] adjust C-c C-c behavior on headlines whose text is a link

2013-04-21 Thread Eric Abrahamsen
04ce431842a6bf27f6c6c Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Sun, 21 Apr 2013 17:32:26 +0800 Subject: [PATCH] lisp/org.el (org-ctrl-c-ctrl-c): Set tags for headlines whose text is a link * lisp/org.el (org-ctrl-c-ctrl-c): 'C-c C-c' on a link is usually a no-op. If th

[O] merging per-file (or heading) TODO sequences

2013-04-21 Thread Eric Abrahamsen
I could have sworn I've done this successfully before, but... I need a special sequence of TODO keywords for one file -- actually just one headline in particular. I thought I remembered this used to be possible, but it doesn't seem to be anymore. Setting #+SEQ_TODO: FOO | BAR at the top of the fi

Re: [O] [solution] Chinese characters in Beamer export

2013-04-20 Thread Eric Abrahamsen
James Harkins writes: > FWIW, this is what it took for me to get Chinese characters to export > in beamer. (Adding a TODO to write this up for worg.) > > 1. Use texlive 2012. (The Ubuntu packages for 12.04 date back to 2009. > I couldn't get them to work for this.) > > 2. In the preamble of your

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-19 Thread Eric Abrahamsen
Rick Frankel writes: > On 19.04.2013 05:57, Eric Abrahamsen wrote: >> I'm starting a new thread for this since the previous discussion was >> buried in with something tangential. > >> I'm not proud of some of the implementation (self-closing vs >> non-se

[O] [PATCH] export to various flavors of (X)HTML

2013-04-19 Thread Eric Abrahamsen
this is deemed okay I'll send a version of the patch with a proper commit message, and also updated documentation. And once that's done I've got another that builds on this, allowing you to use stuff like and . Whee! Eric >From 6ab61bbd573b7625e23e33f439aa2c579880cf56 Mon Sep

Re: [O] Attributes on HTML tables?

2013-04-14 Thread Eric Abrahamsen
Rick Frankel writes: > On Sat, Apr 13, 2013 at 01:31:17PM +0800, Eric Abrahamsen wrote: >> Eric Abrahamsen writes: >> >> > François Pinard writes: >> > >> >> Bastien writes: >> >> >> >>> Eric Abrahamsen writes: >

Re: [O] Attributes on HTML tables?

2013-04-12 Thread Eric Abrahamsen
Eric Abrahamsen writes: > François Pinard writes: > >> Bastien writes: >> >>> Eric Abrahamsen writes: >> >>>> The first step is probably to research the differences between xhtml and >>>> html 5. >> >>> Well, I would e

Re: [O] Attributes on HTML tables?

2013-04-12 Thread Eric Abrahamsen
François Pinard writes: > Bastien writes: > >> Eric Abrahamsen writes: > >>> The first step is probably to research the differences between xhtml and >>> html 5. > >> Well, I would even skip this step and just hack something usable. Okay, I'

Re: [O] [Help] How to apply a function to all head of buffer

2013-04-12 Thread Eric Abrahamsen
Feng Shu writes: > I need a function apply all the head of a org buffer,I know it will use > loop ,but I don't know the details Hi Feng Shu, You probably want `org-map-entries', check the docstring, it's pretty helpful. Yours, Eric

Re: [O] Attributes on HTML tables?

2013-04-11 Thread Eric Abrahamsen
Bastien writes: > Hi Eric, > > Eric Abrahamsen writes: > >> I'm curious about this possibility as well -- how much work would it >> be? > > The easiest way to know is to start working on it ;) I was afraid that was the answer! > Try creating a derived b

Re: [O] Attributes on HTML tables?

2013-04-11 Thread Eric Abrahamsen
François Pinard writes: > Christian Moe writes: > >> XHTML is also fussy about quoting attribute values, and about escaping >> special characters as HTML entities, including the ampersand (&), and >> including inside attribute values. I'm guessing the exporter already >> does the right thing he

Re: [O] converting people to Emacs and org-mode

2013-04-09 Thread Eric Abrahamsen
Russell Adams writes: > My experience has been that after watching me manage a project in Org > for a few weeks, I have customers beg me to help them install it on > their PC. I've had quite a few converts through working together and > by example. Perhaps the web incarnations of org could help

Re: [O] converting people to Emacs and org-mode

2013-04-09 Thread Eric Abrahamsen
Suvayu Ali writes: > On Tue, Apr 09, 2013 at 04:10:07AM -0400, 42 147 wrote: >> Anyway, apologies if this seems to clutter the already highly active >> mailing list. But I do think questions of proselytization (because we >> /are/ talking religion here) is important. > > I would say Org-mode user

Re: [O] generic page breaks for export?

2013-04-07 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> It seems like enough of org's export formats have the concept of page >> breaks that a generic syntax might be warranted -- I'm finding myself >> doing lots of exporting to multiple formats

[O] generic page breaks for export?

2013-04-06 Thread Eric Abrahamsen
It seems like enough of org's export formats have the concept of page breaks that a generic syntax might be warranted -- I'm finding myself doing lots of exporting to multiple formats. What do people think of that? Emacs already has a convention of using ascii 12 as a page delimiter (though control

Re: [O] Org-mode as a metalanguage: calling SQL "functions"

2013-04-01 Thread Eric Abrahamsen
Eric Schulte writes: > Eric Abrahamsen writes: > >> Gary Oberbrunner writes: >> >>> It seems like you can define "procedures" in org-mode and call them >>> from elsewhere, with args. >>> But I'm not sure how well-defined that proce

Re: [O] Org-mode as a metalanguage: calling SQL "functions"

2013-04-01 Thread Eric Abrahamsen
Gary Oberbrunner writes: > It seems like you can define "procedures" in org-mode and call them > from elsewhere, with args. > But I'm not sure how well-defined that process is; the documentation > is not completely perfect yet I think. Here's one thing I'm trying > that seems not to work. > > I d

Re: [O] org-babel header documentation

2013-03-30 Thread Eric Abrahamsen
Charles Berry writes: > Eric Schulte gmail.com> writes: > >> >> Eric Abrahamsen ericabrahamsen.net> writes: >> > [snip] >> > >> > Great! I just saw mention of the "wrap" header argument in another thread >> > but that does

Re: [O] org-babel header documentation

2013-03-29 Thread Eric Abrahamsen
Eric Schulte writes: >> >> Exists on Worg? Sorry for my obtuseness, but I'm not finding it. >> > > http://orgmode.org/worg/org-contrib/babel/header-args.html Great! I just saw mention of the "wrap" header argument in another thread but that doesn't appear on this page, could we trouble you to ad

Re: [O] #+call split into multiple lines?

2013-03-28 Thread Eric Abrahamsen
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Eric, > > Eric Abrahamsen writes: > >> PS the (card=card-table[0,]) syntax is new to me, is that a >> Babel-specific construct? > > Do you mean the indexing into the table? That's described here: > > http

Re: [O] #+call split into multiple lines?

2013-03-28 Thread Eric Abrahamsen
"Sebastien Vauban" writes: > Hi Thomas, > > Thomas S. Dye wrote: >> In this situation I often put the arguments in a named Org table and >> then write the Babel source code block to take a single argument--the >> table name--and parse the information passed in that way. >> >> #+name: card-table

Re: [O] avoid subscripting text

2013-03-27 Thread Eric Abrahamsen
John Hendy writes: > On Wed, Mar 27, 2013 at 1:24 PM, Samuel Wales wrote: >> There is also a variable (org-export-with-sub-superscript or something >> like that). > > #+begin > org-export-with-sub-superscripts is a variable defined in `ox.el'. > Its value is t > > Documentation: > Non-nil means

Re: [O] [patch] LaTeX export using tabu tables

2013-03-26 Thread Eric Abrahamsen
Marcin Borkowski writes: > Dnia 2013-03-25, o godz. 13:35:08 > Eric Abrahamsen napisał(a): > >> Nicolas Goaziou writes: >> >> > Thanks for your patch. I didn't know about "tabu" package, but it >> > looks interesting. >> &

Re: [O] plotting tables

2013-03-25 Thread Eric Abrahamsen
John Hendy writes: Wow, thank you for this comprehensive response! > On Sun, Mar 24, 2013 at 1:44 AM, Eric Abrahamsen > wrote: [...] >> 1. Are these really mutually incompatible approaches, as they appear to >> be? >> > > What do you mean by incompatible? I thin

Re: [O] [patch] LaTeX export using tabu tables

2013-03-25 Thread Eric Abrahamsen
he separation. There was no need to duplicate all the float environment stuff, so there's not too much extra code. Thanks for all the pointers! Eric >From 675c33c7939795758ae6d1c2b33201bd25a6ac6e Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Tue, 26 Mar 2013 10:45:30 +0800 Subject:

Re: [O] [patch] LaTeX export using tabu tables

2013-03-24 Thread Eric Abrahamsen
Bastien writes: > Hi Eric, > > Eric Abrahamsen writes: > >> Attached is a non-clever version that includes a :spread keyword, >> and a (hopefully) correctly-written commit message. > > Thanks! > > I was surprised not to find you on the list of FSF-signe

Re: [O] [patch] LaTeX export using tabu tables

2013-03-24 Thread Eric Abrahamsen
ts from other packages. It > would lead to some code duplication, but would allow for easier > development of tabu specific features (e.g. :spread keyword), if ever > needed. I was trying to be too clever! Attached is a non-clever version that includes a :spread keyword, and a (hope

[O] plotting tables

2013-03-23 Thread Eric Abrahamsen
I'm trying to get my head around plotting data from org tables, for use in LaTeX exports. I've been looking at these two pages: http://orgmode.org/worg/org-tutorials/org-plot.html http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.html As far as I can tell, there are two general a

[O] [patch] LaTeX export using tabu tables

2013-03-22 Thread Eric Abrahamsen
ot;to": that would at least mean you could switch between table and tabu without having to edit your ATTR_LATEX lines. Yrs, Eric >From ff2635d43509481ea4b72596a325a6f155dc0cfe Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Sat, 23 Mar 2013 12:15:29 +0800 Subject: [PATCH 8/8] Allow LaTeX

Re: [O] :EXPORT_FILE_NAME: in new exporter possible?

2013-03-21 Thread Eric Abrahamsen
Rainer Stengele writes: > Hi, > > Exporting to HTML I cannot get EXPORT_FILE_NAME to work: > > :PROPERTIES: > :VISIBILITY: folded > #+SETUPFILE: ~/org/GLOBAL_SETUP_DIPLAN.org > #+CATEGORY: ROB > :EXPORT_FILE_NAME: > //max2008/diplan/0PROJEKT/Kunden/ROB/Status-ROB-Electronic-20130321b.html > :END:

Re: [O] scaling the text in the results block of some code chunk when exported using LaTeX

2013-03-18 Thread Eric Abrahamsen
shripad sinari writes: > Hello all, > Is there a way to scale the text in the latex export of a results > block produced by a code chunk? > > Here is the code chunk i am trying to evaluate and export: > > #+BEGIN_SRC R :session :exports results :results output org replace : > tangle yes > print(l

[O] small bug in table alignment

2013-03-14 Thread Eric Abrahamsen
If you call "C-c C-c" within a table to align it, and point happens to be on a horizontal rule, it throws an error that originates in org-element-context. The let at the top of that function sets "type" to 'table-row, and "element" to: (table-row (:type rule :begin XX :end XX :contents-begin nil

Re: [O] Beginner footnotes question

2013-03-13 Thread Eric Abrahamsen
Lawrence Bottorff writes: > Sorry, I'm stumbling badly here. I now realize the > org-footnote-auto-label needs to be set to avoid the default (t) > behavior of doing numbered footnotes ( [fn:1] ) after C-c C-x f > auto-inserts. Good. But where do the in-buffer settings go? I assume > they go in t

Re: [O] Beginner footnotes question

2013-03-13 Thread Eric Abrahamsen
Lawrence Bottorff writes: > On Wed, Mar 13, 2013 at 1:17 AM, Aaron Ecay > wrote: > > Hi Lawrence, > > You can have footnotes be inserted automatically: > - in their own section (by default at the bottom of the document, > though > you can move it anywhere) > - at the

Re: [O] How to set html-postamble per file?

2013-03-11 Thread Eric Abrahamsen
Jos'h Fuller writes: > Hi! > > In one of my *.org files, I want to change the > org-export-html-postamble-format. > > Is there any way to set this in the file, like with the #+OPTIONS stuff? > The :PROPERTIES: drawer doesn't seem to work for this. > > Based on a web search, I also tried this: >

Re: [O] Agenda buffer behavior

2013-03-11 Thread Eric Abrahamsen
Gregory Benjamin writes: > Hi, > > Org-mode version 7.9.3e > > I am getting used to the various Agenda views. One thing that seems > 'wrong' to me is that whenever I invoke the main agenda view with 'C-c > a a' it reuses (overwrites) the '*Org Agenda*' buffer. Similarly, if > invoke the all todos

Re: [O] Using org-map-entries with org-export-before-processing-hook

2013-03-06 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Eric Abrahamsen writes: > >>> The problem is not directly related to the export framework, but to its >>> relationship with `org-map-entries'. >>> >>> If you use the following function: >>> >>> (defun b

Re: [O] Using org-map-entries with org-export-before-processing-hook

2013-03-06 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> I've attached a minimum org file that shows what I'm trying to do: >> essentially to attach a hook to the export process that ends up calling >> org-map-entries to make alterations

[O] Using org-map-entries with org-export-before-processing-hook

2013-03-05 Thread Eric Abrahamsen
I've attached a minimum org file that shows what I'm trying to do: essentially to attach a hook to the export process that ends up calling org-map-entries to make alterations to the file just before it's exported. As I've got it now, the hook does change the org buffer, but those changes are *not*

[O] can't schedule/deadline items with no existing schedule/deadline?

2013-03-04 Thread Eric Abrahamsen
The fact that no one else has reported this makes me think it's user error, but I can reproduce with emacs -Q, so here goes: Scheduling or deadlining an item with no existing SCHEDULE/DEADLINE errors out, because both call code like this: (let* ((old-date (org-entry-get nil "SCHEDULED")) (

Re: [O] org-meta-return

2013-03-03 Thread Eric Abrahamsen
Michael Brand writes: > Hi John > > On Feb 21, 2013 10:16 PM, "42 147" wrote: >> [continues off-topic] >> >> > Have you tried a Dvorak keyboard? >> >> A friend of mine ridicules me for being a QWERTY typist, but I have > found >> no empirical evidence that it is actually superior. At best, it ha

[O] adding calc formatting to table formulas

2013-02-28 Thread Eric Abrahamsen
702dfd6480363adb66d0e1e62adf Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Thu, 28 Feb 2013 19:40:46 +0800 Subject: [PATCH 36/36] Allow calc-group-digits to be specified in TBLFMT format string. --- lisp/org-table.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/li

Re: [O] org-fill-paragraph leaves point at end of table

2013-02-25 Thread Eric Abrahamsen
Carsten Dominik writes: > On 25 feb. 2013, at 10:10, Nicolas Goaziou wrote: > >> Hello, >> >> Eric Abrahamsen writes: >> >>> Calling `org-fill-paragraph' inside a table leaves point at the end of >>> the table, for reasons that are totall

[O] org-fill-paragraph leaves point at end of table

2013-02-24 Thread Eric Abrahamsen
Calling `org-fill-paragraph' inside a table leaves point at the end of the table, for reasons that are totally unclear to me. I've tested this with up-to-date org and emacs -Q, so I'm hoping it's reproducible. I edebugged org-fill-paragraph, and it appears to do the right thing, going from the sav

Re: [O] org-agenda-files skips two files

2013-02-17 Thread Eric Abrahamsen
Memnon Anon writes: > Hi, > > Eric Abrahamsen writes: > >> I've noticed for a while that two org files in my ~/org directory never >> get added to org-agenda-files, and I can't figure out why. My >> org-agenda-files is set to '("~/org/"

[O] org-agenda-files skips two files

2013-02-16 Thread Eric Abrahamsen
I've noticed for a while that two org files in my ~/org directory never get added to org-agenda-files, and I can't figure out why. My org-agenda-files is set to '("~/org/"), and yet: (dolist (f (directory-files "~/org" t "org$")) (unless (member f org-agenda-files) (insert (format "%s: %s\n"

Re: [O] Reloading uncompiled and testing from several git branches

2013-02-16 Thread Eric Abrahamsen
Achim Gratz writes: > Bastien writes: >> Yes, that's the mistake I often did. Especially because make test >> compiles the file and do not deleted the compiled files. >> >> Maybe we can have make testclean = make test && make clean >> >> Achim, would that be useful? > > We already have "make tes

Re: [O] Macro question with new texinfo exporter

2013-02-16 Thread Eric Abrahamsen
Achim Gratz writes: > Bastien writes: >> PS: I wonder if *any* of the menu item is used... as I don't use the >> menu myself, it's hard to tell. > > These days I only ever use it for "Show All" which does have a menu > entry, but no key binding. But before I got used to where the keys are > I of

Re: [O] using export filters to emulate multi-column table cells?

2013-02-15 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Eric Abrahamsen writes: > >> Nicolas Goaziou writes: > >> I'd like to do the same for HTML, but of course the brackets in the >> cookie are escaped by the time this filter kicks in. Would you recommend >> using a different chara

Re: [O] using export filters to emulate multi-column table cells?

2013-02-14 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> Is there any way to use the new exporter mechanisms to emulate table >> cells that span rows or columns on export? I'm envisioning something >> like this: >> >> | | <2col&g

[O] using export filters to emulate multi-column table cells?

2013-02-13 Thread Eric Abrahamsen
Is there any way to use the new exporter mechanisms to emulate table cells that span rows or columns on export? I'm envisioning something like this: | | <2col>Grains | | | Year | Oats | Wheat | | 2007 | 10lbs | 40lbs | Where an export filter would pick up on the <2col

Re: [O] org-end-of-line deactivating region?

2013-02-13 Thread Eric Abrahamsen
Bastien writes: > Hi Eric, > > Eric Abrahamsen writes: > >> Has anyone noticed this? With emacs -Q, the latest Org, and >> org-special-ctrl-a/e set to t, activating the region and then hitting >> C-e org-end-of-line deactivates the region. Am I dreaming? &g

[O] org-end-of-line deactivating region?

2013-02-13 Thread Eric Abrahamsen
Has anyone noticed this? With emacs -Q, the latest Org, and org-special-ctrl-a/e set to t, activating the region and then hitting C-e org-end-of-line deactivates the region. Am I dreaming? E

Re: [O] [PATCH] Re: double-width characters in tables

2013-02-13 Thread Eric Abrahamsen
Bastien writes: > Hi Eric, > > Eric Abrahamsen writes: > >> -l (max 1 (- (match-end 0) (match-beginning 0) 3)) >> +l (max 1 >> + (- (org-string-width >> + (buffer-substring >&g

[O] [PATCH] Re: double-width characters in tables

2013-02-13 Thread Eric Abrahamsen
Eric Abrahamsen writes: > Achim Gratz writes: > >> Eric Abrahamsen writes: >>> Yes, org-string-width eventually calls string-width, so that behaves >>> "correctly" as far as it goes [...] And more, this time to prevent errors when using column-narrowin

[O] [PATCH] Re: double-width characters in tables

2013-02-12 Thread Eric Abrahamsen
Eric Abrahamsen writes: > Achim Gratz writes: > >> Eric Abrahamsen writes: >>> Yes, org-string-width eventually calls string-width, so that behaves >>> "correctly" as far as it goes, but unfortunately that's not where the >>> value in th

Re: [O] double-width characters in tables

2013-02-12 Thread Eric Abrahamsen
Achim Gratz writes: > Eric Abrahamsen writes: >> Yes, org-string-width eventually calls string-width, so that behaves >> "correctly" as far as it goes, but unfortunately that's not where the >> value in the text properties comes from... >> >>

Re: [O] double-width characters in tables

2013-02-12 Thread Eric Abrahamsen
Bastien writes: > Hi Eric, > > Eric Abrahamsen writes: > >> This problem has been flagged up before: >> >> http://orgmode.org/worg/org-issues.html#mid-87pqt04qg1-2Efsf-40gmail-2Ecom >> >> It's causing me headaches at the moment, so I'm trying

[O] double-width characters in tables

2013-02-12 Thread Eric Abrahamsen
This problem has been flagged up before: http://orgmode.org/worg/org-issues.html#mid-87pqt04qg1-2Efsf-40gmail-2Ecom It's causing me headaches at the moment, so I'm trying to see if I can find a solution. The proximate cause of issues with double-width characters in table fields (they also mess w

Re: [O] How to use org-capture with "dynamic ID" targets?

2013-01-28 Thread Eric Abrahamsen
Darlan Cavalcante Moreira writes: > At Thu, 24 Jan 2013 20:01:47 +0100, > Bastien wrote: >> Did you tried this? >> >> (setq org-capture-templates >> `(("f" "The template description" table-line >> (id ,some_variable) >> "this is the template content" >> :table-line-pos "

Re: [O] How to deal with small projects which are often changing their status/ person

2013-01-22 Thread Eric Abrahamsen
M writes: > I hope it is clear what I mean, there are a lot of small steps and each time > creating a new task takes much time and I have to copy the name of the > "project" again and again... > > Maybe it would be better to add all the notes about the progress as notes in > the Logbook and chang

Re: [O] including emphasis characters as word characters?

2012-12-22 Thread Eric Abrahamsen
Bastien writes: > Hi Eric, > > Eric Abrahamsen writes: > >> Would it make sense to add the markup characters (ie, the car of every >> item in `org-emphasis-alist') to the list of word characters, so that as >> we're moving/deleting/transposing by w

Re: [O] Annoying empty line after M-RET / C-RET

2012-12-06 Thread Eric Abrahamsen
Volker Grabsch writes: > Dear Org-Mode Gurus, > > I noticed some strange behaviour in Org Mode. I'm not sure > if this happens for a good reason, or is simply a bug. > Either way, it's pretty annoying. > > Normally, C-RET inserts a new empty headline directly after > the previous one, i.e. Check

Re: [O] The statement on what is orgmode.

2012-12-06 Thread Eric Abrahamsen
David Rogers writes: > "Axel E. Retif" writes: > >> What about starting with a quote by Dr. Stefan Vollmar: >> >> >> >> It's difficult to say what exactly Emacs' Org-mode will do for you; >> it's easier to list all things it doesn't do > > > I'm not SO sure that it's difficult. Let me try:

Re: [O] The statement on what is orgmode.

2012-12-06 Thread Eric Abrahamsen
Vikas Rawal writes: >> One remedy, to this, and a thing I think would be nice in any case, >> would be if keywords in the presenting sentence would link to (worg?) >> feature pages. > > Another possibility would be to make the title just say "Org mode". > > And the first headline, before "Downlo

Re: [O] Org Writer's room

2012-12-06 Thread Eric Abrahamsen
On 12/06/12 20:09 PM, Matt Price wrote: > On Thu, Dec 6, 2012 at 3:08 AM, Eric Abrahamsen > wrote: >> Matt Price writes: >> >>> On Wed, Dec 5, 2012 at 7:44 PM, Alan L Tyree wrote: >>>> On 06/12/12 11:22, Rasmus wrote: >>>>> >&g

Re: [O] Org Writer's room

2012-12-06 Thread Eric Abrahamsen
Matt Price writes: > On Wed, Dec 5, 2012 at 7:44 PM, Alan L Tyree wrote: >> On 06/12/12 11:22, Rasmus wrote: >>> >>> Andrew Hyatt writes: >>> This sounds like an interesting project. My advice is to make a few screenshots that give people an idea what you are working towards. Of

Re: [O] nested org-headlines

2012-11-28 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >> If drawers are "greater elements" in org elements, perhaps they ought to >> be able to contain other drawers? Or is non-nesting drawers a design >> decision? > > It is a design decisi

Re: [O] nested org-headlines

2012-11-27 Thread Eric Abrahamsen
42 147 writes: > (1) is possible, but not (2) and (3), (3) being what I want (though > (2) > would be nice). I was going to say you could use drawers instead of inline tasks (see section 2.8 of the manual), but they don't nest properly: if you put one inside the other and fold the outer one, it

Re: [O] using local.mk to maintain a local git branch

2012-11-27 Thread Eric Abrahamsen
Achim Gratz writes: > Eric Abrahamsen writes: >> Probably nothing -- the FAQ gave me the impression that it was somehow >> preferable to use the make system rather than git config to keep a local >> git branch rebased to master; I didn't realize the note in the FAQ wa

Re: [O] using local.mk to maintain a local git branch

2012-11-26 Thread Eric Abrahamsen
Achim Gratz writes: > Eric Abrahamsen ericabrahamsen.net> writes: >> In the Org FAQ, under the "How can I keep local changes..." section, >> there's a note saying that the config local:rebase options are no longer >> needed under the new make syste

[O] using local.mk to maintain a local git branch

2012-11-25 Thread Eric Abrahamsen
In the Org FAQ, under the "How can I keep local changes..." section, there's a note saying that the config local:rebase options are no longer needed under the new make system, and something equivalent can be done using local.mk configurations. I'm not terribly conversant with Makefiles, but is the

Re: [O] problem with org-element-parse-buffer

2012-11-25 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Hello, > > Eric Abrahamsen writes: > >>> Strictly speaking, yes. But Org Agenda is a bit permissive (and not only >>> for that thing). Do you want to help basing Agenda on Elements? [...] >> This is something I've wanted fo

Re: [O] problem with org-element-parse-buffer

2012-11-24 Thread Eric Abrahamsen
Nicolas Goaziou writes: > Peter Münster writes: > >> On Mon, Nov 12 2012, Nicolas Goaziou wrote: > >>> In Org, planning info (scheduled, deadline, and closed) must be put just >>> after the headline. Your example isn't valid. >> >> Then, org-agenda should ignore that too, shouldn't it? > > Stric

Re: [O] including emphasis characters as word characters?

2012-11-21 Thread Eric Abrahamsen
Suvayu Ali writes: > On Wed, Nov 21, 2012 at 01:19:54PM +0800, Eric Abrahamsen wrote: >> Would it make sense to add the markup characters (ie, the car of every >> item in `org-emphasis-alist') to the list of word characters, so that as >> we're moving/deleting/

[O] including emphasis characters as word characters?

2012-11-20 Thread Eric Abrahamsen
Would it make sense to add the markup characters (ie, the car of every item in `org-emphasis-alist') to the list of word characters, so that as we're moving/deleting/transposing by word in org, the markup characters are included? I mean with a sentence like: #+BEGIN_SRC org I read a book called /F

Re: [O] org-agenda-ignore-scheduled not taken into account in custom agenda blocks?

2012-11-15 Thread Eric Abrahamsen
Alan Schmitt writes: > Hello, > > I'm implementing some of the ideas of the great norang page > (http://doc.norang.ca/org-mode.html), but there is one thing that is > failing me. I can see that "org-agenda-ignore-scheduled" work for the > global todo list, but it does not seem to be working when

Re: [O] Suggestions for progress tracking

2012-11-10 Thread Eric Abrahamsen
David Rogers writes: > Eric Abrahamsen writes: > >> I'm starting another novel translation, and want to keep track of >> progress in org (I've blown too many deadlines in the past). I've been >> looking at the habits functionality, but it doesn't qui

[O] Suggestions for progress tracking

2012-11-07 Thread Eric Abrahamsen
I'm starting another novel translation, and want to keep track of progress in org (I've blown too many deadlines in the past). I've been looking at the habits functionality, but it doesn't quite match what I want, and I'm looking for a little advice here. I'd like to: 1. Set myself a minimum of pa

Re: [O] orgmode + evernote, anyone using it? Use cases?

2012-09-26 Thread Eric Abrahamsen
On Wed, Sep 26 2012, Alan Schmitt wrote: > Eden Cardim writes: > >>> "Alan" == Alan Schmitt writes: >> Alan> Do you have a reliable system to link to emails? I've been >> Alan> working on this and I'm not too satisfied yet. >> >> Not sure what you mean by reliable. I use offlineimap

Re: [O] Breadcrumbs?

2012-09-24 Thread Eric Abrahamsen
On Tue, Sep 25 2012, Ken Williams wrote: > Has anyone ever tried implementing a “breadcrumbs”-type feature in > org-mode? By that I mean something that would quickly tell you the > headings up the whole path to the root, to quickly orient yourself > when you’re deep within a document. I was orig

Re: [O] [OT] Does anyone use Tinderbox?

2012-09-17 Thread Eric Abrahamsen
On Fri, Sep 14 2012, Bastien wrote: > Hi Eric, > > Eric Abrahamsen writes: > >> I've daydreamed about this before: what if, instead of agenda views, we >> took a page from the Tinderbox method and made "agendas" simple >> headlines, with some

Re: [O] [OT] Does anyone use Tinderbox?

2012-09-04 Thread Eric Abrahamsen
er; iWork, which I replaced with OpenOffice (actually iWork is much nicer, so that doesn't count); and some photo editing program I forget the name of, which I replaced with GIMP. I never said I'd bought a *lot* of software in the past :) > Thanks, > > Marcelo. > > On T

Re: [O] [OT] Does anyone use Tinderbox?

2012-09-04 Thread Eric Abrahamsen
On Tue, Sep 04 2012, Marcelo de Moraes Serpa wrote: > Hi list, > > I've recently found out about Tinderbox (http://www.eastgate.com/ > Tinderbox/), a personal information management application/framework > for the Mac. It looks very interesting in its visualization > capabilities. > > Does anyone

Re: [O] agenda bulk actions

2012-09-02 Thread Eric Abrahamsen
On Sun, Sep 02 2012, Bastien wrote: > Hi Eric, > > Eric Abrahamsen writes: > >> It seems to me there's some odd overlap here: we've got 'k' bound to >> `org-agenda-action', which is used for marking items and shifting their >> dates to the

[O] agenda bulk actions

2012-08-25 Thread Eric Abrahamsen
I'm brushing up on org agenda commands, and have a question about bulk actions. It seems to me there's some odd overlap here: we've got 'k' bound to `org-agenda-action', which is used for marking items and shifting their dates to the date under point, or for capturing using the date under point as

Re: [O] Load Custom Agenda at emacs launch

2012-08-16 Thread Eric Abrahamsen
On Fri, Aug 17 2012, Ken Mankoff wrote: > Hi, > > I find the first thing I do after launching emacs is to load my custom > agenda, bound to C-c a c. > > Is there a way I can launch this from the command-line? I know I can > run 'emacs -eval "(foo)"', but I haven't been able to determine the > func

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-08-16 Thread Eric Abrahamsen
On Thu, Aug 16 2012, Eric Schulte wrote: > Eric Abrahamsen writes: > >> On Thu, Aug 16 2012, Eric Schulte wrote: >> >>> Eric Abrahamsen writes: >>> >>>> On Thu, Aug 16 2012, Eric Schulte wrote: >>>> >>>>>>> Every

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-08-16 Thread Eric Abrahamsen
On Thu, Aug 16 2012, Eric Schulte wrote: > Eric Abrahamsen writes: > >> On Thu, Aug 16 2012, Eric Schulte wrote: >> >>>>> Every time I edited a block and clicked "save", it just deleted the >>>>> whole block. I got these errors in ~/.

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-08-15 Thread Eric Abrahamsen
On Thu, Aug 16 2012, Eric Schulte wrote: >>> Every time I edited a block and clicked "save", it just deleted the >>> whole block. I got these errors in ~/.elnodelogs/elnode-error: >>> >> >> I'm not sure what could be causing this problem. Did the test suite run >> successfully for you? > > I've n

Re: [O] [ANN] Editable HTML export of Org-mode files

2012-08-14 Thread Eric Abrahamsen
On Tue, Aug 14 2012, Eric Schulte wrote: > Hi, > > I've recently put together a web server which runs in Emacs and exports > local Org-mode files to HTML in such a way that they may be edited from > within a web browser with the edits saved to local files on disk. The > code is available from git

Re: [O] [PATCH] Change to next/previous-line in org agenda

2012-08-07 Thread Eric Abrahamsen
On Wed, Aug 08 2012, Bastien wrote: > Hi Eric, > > Eric Abrahamsen writes: > >> I'm not sure people will actually want this change, but I like it, so >> I'm providing a patch. All this does is change org-agenda-next-line and >> org-agenda-previous-line so

[O] [PATCH] Change to next/previous-line in org agenda

2012-08-06 Thread Eric Abrahamsen
titute-key-definition' is being used to rewire *all* next/previous-line definitions, it becomes a little difficult to actually move by single lines. But if that's not a big deal… Eric >From dbb39680097b21882f6bafb65b3fc6548de93496 Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen Date: Mon, 6

Re: [O] capture template question

2012-08-03 Thread Eric Abrahamsen
On Fri, Aug 03 2012, Tassilo Horn wrote: > Bastien writes: > >>> Rather than trying to add various ways of citing links, perhaps it >>> would be nice to have a format code for the literal link to the thing >>> under point at time of capture? What I mean is, something like "%l" >>> so I could do t

Re: [O] capture template question

2012-08-02 Thread Eric Abrahamsen
On Thu, Aug 02 2012, Bastien wrote: > Hi Eric, > > Eric Abrahamsen writes: > >> Rather than trying to add various ways of citing links, perhaps it would >> be nice to have a format code for the literal link to the thing under >> point at time of capture? What I mea

<    4   5   6   7   8   9   10   11   >