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

2013-04-20 Thread Eric Abrahamsen
James Harkins jamshar...@gmail.com 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

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

2013-04-19 Thread Eric Abrahamsen
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 canvas and video. Whee! Eric From 6ab61bbd573b7625e23e33f439aa2c579880cf56 Mon Sep 17 00:00:00 2001 From: Eric

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

2013-04-19 Thread Eric Abrahamsen
Rick Frankel r...@rickster.com 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-self-closing tags are ugly, and I

Re: [O] Attributes on HTML tables?

2013-04-14 Thread Eric Abrahamsen
Rick Frankel r...@rickster.com writes: On Sat, Apr 13, 2013 at 01:31:17PM +0800, Eric Abrahamsen wrote: Eric Abrahamsen e...@ericabrahamsen.net writes: François Pinard pin...@iro.umontreal.ca writes: Bastien b...@gnu.org writes: Eric Abrahamsen e...@ericabrahamsen.net writes

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

2013-04-12 Thread Eric Abrahamsen
Feng Shu tuma...@gmail.com 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-12 Thread Eric Abrahamsen
François Pinard pin...@iro.umontreal.ca writes: Bastien b...@gnu.org writes: Eric Abrahamsen e...@ericabrahamsen.net 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've got

Re: [O] Attributes on HTML tables?

2013-04-12 Thread Eric Abrahamsen
Eric Abrahamsen e...@ericabrahamsen.net writes: François Pinard pin...@iro.umontreal.ca writes: Bastien b...@gnu.org writes: Eric Abrahamsen e...@ericabrahamsen.net writes: The first step is probably to research the differences between xhtml and html 5. Well, I would even skip this step

Re: [O] Attributes on HTML tables?

2013-04-11 Thread Eric Abrahamsen
François Pinard pin...@iro.umontreal.ca writes: Christian Moe m...@christianmoe.com 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

Re: [O] Attributes on HTML tables?

2013-04-11 Thread Eric Abrahamsen
Bastien b...@gnu.org writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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 back-end from

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

2013-04-09 Thread Eric Abrahamsen
Suvayu Ali fatkasuvayu+li...@gmail.com 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

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

2013-04-09 Thread Eric Abrahamsen
Russell Adams rlad...@adamsinfoserv.com 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

Re: [O] generic page breaks for export?

2013-04-07 Thread Eric Abrahamsen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net 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. What

[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

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

2013-04-01 Thread Eric Abrahamsen
Gary Oberbrunner ga...@oberbrunner.com 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

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

2013-04-01 Thread Eric Abrahamsen
Eric Schulte schulte.e...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: Gary Oberbrunner ga...@oberbrunner.com 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

Re: [O] org-babel header documentation

2013-03-30 Thread Eric Abrahamsen
Charles Berry ccbe...@ucsd.edu writes: Eric Schulte schulte.eric at gmail.com writes: Eric Abrahamsen eric at ericabrahamsen.net writes: [snip] 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 add

Re: [O] org-babel header documentation

2013-03-29 Thread Eric Abrahamsen
Eric Schulte schulte.e...@gmail.com 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

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

2013-03-28 Thread Eric Abrahamsen
Sebastien Vauban wxhgmqzgw...@spammotel.com 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.

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

2013-03-28 Thread Eric Abrahamsen
t...@tsdye.com (Thomas S. Dye) writes: Aloha Eric, Eric Abrahamsen e...@ericabrahamsen.net 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://orgmode.org/manual/var.html

Re: [O] avoid subscripting text

2013-03-27 Thread Eric Abrahamsen
John Hendy jw.he...@gmail.com writes: On Wed, Mar 27, 2013 at 1:24 PM, Samuel Wales samolog...@gmail.com 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

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

2013-03-26 Thread Eric Abrahamsen
Marcin Borkowski mb...@wmi.amu.edu.pl writes: Dnia 2013-03-25, o godz. 13:35:08 Eric Abrahamsen e...@ericabrahamsen.net napisał(a): Nicolas Goaziou n.goaz...@gmail.com writes: Thanks for your patch. I didn't know about tabu package, but it looks interesting. It's definitely my new go

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

2013-03-25 Thread Eric Abrahamsen
Bastien b...@altern.org writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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-signed contributors

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

2013-03-25 Thread Eric Abrahamsen
the pointers! Eric From 675c33c7939795758ae6d1c2b33201bd25a6ac6e Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen e...@ericabrahamsen.net Date: Tue, 26 Mar 2013 10:45:30 +0800 Subject: [PATCH] ox-latex: Allow use of the tabu and longtabu table environments * lisp/ox-latex.el (org-latex--org-table

Re: [O] plotting tables

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

[O] plotting tables

2013-03-24 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

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

2013-03-24 Thread Eric Abrahamsen
), if ever needed. I was trying to be too clever! Attached is a non-clever version that includes a :spread keyword, and a (hopefully) correctly-written commit message. Thanks for the pointers, Eric From d4daaff48978958b788d4dd3f7434b7db276e4ac Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen e

[O] [patch] LaTeX export using tabu tables

2013-03-22 Thread Eric Abrahamsen
, Eric From ff2635d43509481ea4b72596a325a6f155dc0cfe Mon Sep 17 00:00:00 2001 From: Eric Abrahamsen e...@ericabrahamsen.net Date: Sat, 23 Mar 2013 12:15:29 +0800 Subject: [PATCH 8/8] Allow LaTeX export of tables using the tabu package --- lisp/ox-latex.el | 23 ++- 1 file

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

2013-03-21 Thread Eric Abrahamsen
Rainer Stengele rainer.steng...@online.de 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:

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 shripad.sin...@gmail.com 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 :

[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 galaxybeinglam...@gmail.com writes: On Wed, Mar 13, 2013 at 1:17 AM, Aaron Ecay aarone...@gmail.com wrote: Hi Lawrence, You can have footnotes be inserted automatically: - in their own section (by default at the bottom of the document, though

Re: [O] Beginner footnotes question

2013-03-13 Thread Eric Abrahamsen
Lawrence Bottorff galaxybeinglam...@gmail.com 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?

Re: [O] Agenda buffer behavior

2013-03-11 Thread Eric Abrahamsen
Gregory Benjamin gr...@laserlab.com 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

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

2013-03-11 Thread Eric Abrahamsen
Jos'h Fuller Jos'h.ful...@arcproductions.com 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

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

2013-03-06 Thread Eric Abrahamsen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net 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 to the file just

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

2013-03-06 Thread Eric Abrahamsen
Nicolas Goaziou n.goaz...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net 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 before-export-test (backend) ;; (org

[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

[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 michael.ch.br...@gmail.com writes: Hi John On Feb 21, 2013 10:16 PM, 42 147 aeus...@gmail.com 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

[O] adding calc formatting to table formulas

2013-02-28 Thread Eric Abrahamsen
(memq var org-tbl-calc-modes)) value) org-tbl-calc-modes) (cons var (cons value org-tbl-calc-modes #+END_SRC I'm not terribly confident about this, but perhaps someone could take a look? Thanks, Eric From b2dffa997e59702dfd6480363adb66d0e1e62adf Mon Sep 17 00:00:00 2001 From: Eric

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

2013-02-25 Thread Eric Abrahamsen
Carsten Dominik carsten.domi...@gmail.com writes: On 25 feb. 2013, at 10:10, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Eric Abrahamsen e...@ericabrahamsen.net writes: Calling `org-fill-paragraph' inside a table leaves point at the end of the table, for reasons that are totally

[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

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

2013-02-17 Thread Eric Abrahamsen
Memnon Anon gegendosenflei...@googlemail.com writes: Hi, Eric Abrahamsen e...@ericabrahamsen.net 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/), and yet

Re: [O] Macro question with new texinfo exporter

2013-02-16 Thread Eric Abrahamsen
Achim Gratz strom...@nexgo.de 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

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

2013-02-16 Thread Eric Abrahamsen
Achim Gratz strom...@nexgo.de 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

[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 f

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

2013-02-15 Thread Eric Abrahamsen
Nicolas Goaziou n.goaz...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net writes: Nicolas Goaziou n.goaz...@gmail.com 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

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

2013-02-14 Thread Eric Abrahamsen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net 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: | | 2colGrains | | | Year

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

2013-02-13 Thread Eric Abrahamsen
Eric Abrahamsen e...@ericabrahamsen.net writes: Achim Gratz strom...@nexgo.de 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-narrowing cookies

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

2013-02-13 Thread Eric Abrahamsen
Bastien b...@altern.org writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: -l (max 1 (- (match-end 0) (match-beginning 0) 3)) +l (max 1 + (- (org-string-width + (buffer-substring

[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] org-end-of-line deactivating region?

2013-02-13 Thread Eric Abrahamsen
Bastien b...@altern.org writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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? I can't

[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: | | 2colGrains | | | Year | Oats | Wheat | | 2007 | 10lbs | 40lbs | Where an export filter would pick up on the 2col

[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

Re: [O] double-width characters in tables

2013-02-12 Thread Eric Abrahamsen
Bastien b...@altern.org writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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 to see if I can find

Re: [O] double-width characters in tables

2013-02-12 Thread Eric Abrahamsen
Achim Gratz strom...@nexgo.de 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... 《蛙》 123456 Doesn't that line up for you? Those

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

2013-02-12 Thread Eric Abrahamsen
Eric Abrahamsen e...@ericabrahamsen.net writes: Achim Gratz strom...@nexgo.de 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] How to use org-capture with dynamic ID targets?

2013-01-28 Thread Eric Abrahamsen
Darlan Cavalcante Moreira darc...@gmail.com 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 II-1

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

2013-01-22 Thread Eric Abrahamsen
M elwood...@web.de 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

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

2012-12-22 Thread Eric Abrahamsen
Bastien b...@altern.org writes: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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 word in org

Re: [O] Org Writer's room

2012-12-06 Thread Eric Abrahamsen
Matt Price mopto...@gmail.com writes: On Wed, Dec 5, 2012 at 7:44 PM, Alan L Tyree alanty...@gmail.com wrote: On 06/12/12 11:22, Rasmus wrote: Andrew Hyatt ahy...@gmail.com writes: This sounds like an interesting project. My advice is to make a few screenshots that give people an idea

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 e...@ericabrahamsen.net wrote: Matt Price mopto...@gmail.com writes: On Wed, Dec 5, 2012 at 7:44 PM, Alan L Tyree alanty...@gmail.com wrote: On 06/12/12 11:22, Rasmus wrote: Andrew Hyatt ahy

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

2012-12-06 Thread Eric Abrahamsen
Vikas Rawal vikasli...@agrarianresearch.org 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

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

2012-12-06 Thread Eric Abrahamsen
David Rogers davidandrewrog...@gmail.com writes: Axel E. Retif axel.re...@mac.com 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

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

2012-12-06 Thread Eric Abrahamsen
Volker Grabsch v...@notjusthosting.com 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

Re: [O] nested org-headlines

2012-11-28 Thread Eric Abrahamsen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net 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 decision. Note

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

2012-11-27 Thread Eric Abrahamsen
Achim Gratz strom...@nexgo.de 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 was addressing

Re: [O] nested org-headlines

2012-11-27 Thread Eric Abrahamsen
42 147 aeus...@gmail.com 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

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

2012-11-26 Thread Eric Abrahamsen
Achim Gratz strom...@nexgo.de writes: Eric Abrahamsen eric at 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 system, and something equivalent can

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

2012-11-25 Thread Eric Abrahamsen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Abrahamsen e...@ericabrahamsen.net 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 for a while

[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-24 Thread Eric Abrahamsen
Nicolas Goaziou n.goaz...@gmail.com writes: Peter Münster pmli...@free.fr 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,

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

2012-11-21 Thread Eric Abrahamsen
Suvayu Ali fatkasuvayu+li...@gmail.com 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/transposing

[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

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

2012-11-15 Thread Eric Abrahamsen
Alan Schmitt alan.schm...@polytechnique.org 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

Re: [O] Suggestions for progress tracking

2012-11-10 Thread Eric Abrahamsen
David Rogers davidandrewrog...@gmail.com writes: Eric Abrahamsen e...@ericabrahamsen.net 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 quite

[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

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 e...@insoli.de writes: Alan == Alan Schmitt alan.schm...@polytechnique.org 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

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

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

2012-09-17 Thread Eric Abrahamsen
On Fri, Sep 14 2012, Bastien wrote: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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 cookie saying I'm an agenda

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 in the

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

2012-09-04 Thread Eric Abrahamsen
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 Tue, Sep 4, 2012 at 3:19 PM, Eric Abrahamsen e...@ericabrahamsen.net wrote: On Tue, Sep 04 2012

Re: [O] agenda bulk actions

2012-09-02 Thread Eric Abrahamsen
On Sun, Sep 02 2012, Bastien wrote: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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 date under point, or for capturing using

[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

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 e...@ericabrahamsen.net 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 ~/.elnodelogs/elnode-error: I'm not sure what could

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 e...@ericabrahamsen.net writes: On Thu, Aug 16 2012, Eric Schulte wrote: Eric Abrahamsen e...@ericabrahamsen.net writes: On Thu, Aug 16 2012, Eric Schulte wrote: Every time I edited a block and clicked save, it just deleted

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 function that

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 now added a POST

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 github.

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 e...@ericabrahamsen.net 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 that they move by agenda

Re: [O] capture template question

2012-08-03 Thread Eric Abrahamsen
On Fri, Aug 03 2012, Tassilo Horn wrote: Bastien b...@gnu.org 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

Re: [O] capture template question

2012-08-02 Thread Eric Abrahamsen
On Thu, Aug 02 2012, Bastien wrote: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net 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

Re: [O] org-capture: keeping window visible during date entry

2012-06-16 Thread Eric Abrahamsen
On Thu, Jun 14 2012, Christoph Groth wrote: Hello, I recently switched from remember to org's new capture facility which seems to work fine. However, an issue I already had with remember is still bothering me, perhaps someone knows a good solution: I often call org-capture from within a

Re: [O] plain text best practice?

2012-06-05 Thread Eric Abrahamsen
On Wed, Jun 06 2012, scraw...@gmail.com wrote: howdy guys, I want to use org-mode for writing documents that don't necessarily have very many headings or sub-headings. I could do: * Chapter One lots of text * Chapter Two lots more text Is there anything wrong with this approach? I've

Re: [O] org-install not defining org-mode-map?

2012-05-15 Thread Eric Abrahamsen
On Tue, May 15 2012, Achim Gratz wrote: Eric Abrahamsen writes: (require 'org-install) (eval-after-load 'org ; don't let org steal this key (define-key org-mode-map (kbd C-') nil)) There are more such forms later on, they all throw the same error. I'm out of my depth here, but I'd

[O] org-install not defining org-mode-map?

2012-05-14 Thread Eric Abrahamsen
I must have done something odd here, but… On emacs startup, org-mode-map is not getting defined for some reason, so a bunch of `eval-after-load' forms are throwing errors. I'm using org from git, and the following is the first offending section: --8---cut

Re: [O] mail integration, advice?

2012-04-26 Thread Eric Abrahamsen
On Thu, Apr 26 2012, Matt Price wrote: I'd like to take one more shot at returning to text-based email within emacs, mostly because I want to be able to integrate mail easily into my org-mode workflow. The last time I tried this I used wanderlust, and I'd be willing to give it a try again

Re: [O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2012-04-25 Thread Eric Abrahamsen
On Tue, Apr 24 2012, Bastien wrote: Hi Eric, Eric Abrahamsen e...@ericabrahamsen.net writes: Okay, here's an attempt at indicating nested todos in the todo agenda view. Sorry to come back to this old patch -- I tried it (I had to rework it to apply it against current git master

Re: [O] org-crypt won't work with new version of gpg

2012-04-03 Thread Eric Abrahamsen
On Tue, Apr 03 2012, Bastien wrote: Eric Abrahamsen e...@ericabrahamsen.net writes: I've got `org-crypt-key' set to my private key, and other than that no real customizations. Any hints very welcome! Looks like the problem comes from either gpg only or the gpg/epg interaction... sorry I

[O] org-crypt won't work with new version of gpg

2012-04-01 Thread Eric Abrahamsen
I'm running arch linux and emacs/org versions below. I had this problem once before when the gpg package for arch was updated and I had to repair a symlink in the /usr/bin directory, I think, but now I can't figure out what's going on. GPG was updated a few days ago, and now when I go to unencrypt

<    4   5   6   7   8   9   10   11   >