Re: [Orgmode] Bug: Bad doc [7.4]

2010-12-20 Thread Dave Abrahams
At Mon, 20 Dec 2010 08:40:50 +0100, Carsten Dominik wrote: This is a bit tricky and not fully documented. If you have no or only only a single template defined, then template selection is bypassed and you do not get a chance to press C to get to the customization buffer. This is to

Re: [Orgmode] Bug: Bad doc [7.4]

2010-12-20 Thread Dave Abrahams
This be eine test -- Dave Abrahams BoostPro Computing http://www.boostpro.com ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Disputed keys

2010-12-20 Thread Stefan Vollmar
Dear Andrea, I have this in my .emacs file (defun my-org-mode-stuff () (define-key org-mode-map [(meta tab)] 'previous-user-buffer) (local-set-key (kbd S-right) 'forward-char-mark) (local-set-key (kbd S-left) 'backward-char-mark) (local-set-key (kbd S-up) 'previous-line-mark)

[Orgmode] Bug: org-store-link only works interactively [7.4]

2010-12-20 Thread Dave Abrahams
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-mode mailing list.

Re: [Orgmode] [ANN] Zotero for plain text (including org-mode)

2010-12-20 Thread Christian Moe
On 12/20/10 12:52 AM, Erik Hetzner wrote: At Sun, 19 Dec 2010 12:27:32 +0100, Christian Moe wrote: I can insert a Zotero link with `C-c z i', but it's very touch and go -- sometimes it's inserted, sometimes nothing happens, most of the time I don't get a description part, and `C-c z u' doesn't

[Orgmode] export html - doc

2010-12-20 Thread Eric Abrahamsen
I know this is an awfully tired topic, and I'll be thrilled when the odt exporter is ready, but in the meantime exporting to HTML and then either opening or copying/pasting into OpenOffice is not working for me, while it does seem to be working for other people. I'm on Ubuntu, Emacs 23.3 and

[Orgmode] Re: Sending org buffer as mail?

2010-12-20 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: I've added two hooks, `org-mime-send-subtree-hook' and `org-mime-send-buffer-hook' which can be used to do this, for example the following #+begin_src emacs-lisp (add-hook 'org-mime-send-subtree-hook (lambda () (org-entry-put

[Orgmode] Re: export html - doc

2010-12-20 Thread Holger Wenzel
Hi Eric, I know this is an awfully tired topic, and I'll be thrilled when the odt exporter is ready, but in the meantime exporting to HTML and then either opening or copying/pasting into OpenOffice is not working for me, while it does seem to be working for other people. I'm on Ubuntu,

[Orgmode] Re: export html - doc

2010-12-20 Thread William Gardella
Eric Abrahamsen e...@ericabrahamsen.net writes: I know this is an awfully tired topic, and I'll be thrilled when the odt exporter is ready, but in the meantime exporting to HTML and then either opening or copying/pasting into OpenOffice is not working for me, while it does seem to be working

[Orgmode] Re: bug#7527: 24.0.50; (org) `Activation node' (minor suggestions)

2010-12-20 Thread Chong Yidong
Forwarding documentation suggestions to org upstream: Drew Adams drew.ad...@oracle.com writes: Minor suggestions - no bug. 1. No need to tell users to turn on font-lock - it's on by default now (for GNU Emacs at least). 2. Likewise transient-mark mode. 3. Maybe be a little softer with

Re: [Orgmode] Re: export html - doc

2010-12-20 Thread Christian Moe
On 12/20/10 10:54 AM, Holger Wenzel wrote: Did you try to suppress the xml declaration in the exported html? #+OPTIONS: org-export-html-xml-declaration (quote ((php . ?php echo \?xml version=\\\1.1\\\ encoding=\\\%s\\\ ?\; ?))) Maybe that works for a publishing setup? It doesn't for ordinary

Re: [Orgmode] [PATCH] Run a hook when relative timer is continued

2010-12-20 Thread Carsten Dominik
Applied, thanks. - Carsten On Dec 17, 2010, at 2:41 PM, Christian Moe wrote: Timer: Run a hook when relative timer is continued * lisp/org-timer.el (org-timer-continue-hook): Define the variable (org-timer-pause-or-continue): Run hook after relative timer is continued There was a hook run

Re: [Orgmode] [PATCH] Fix before first heading check

2010-12-20 Thread Carsten Dominik
Applied, thanks. - Carsten On Dec 19, 2010, at 10:32 PM, Bernt Hansen wrote: * lisp/org.el (org-before-first-heading-p): If point is on an org- mode heading line then we are not before the first heading If point is anywhere on the first line of the first heading then we are not before the

[Orgmode] Re: Disputed keys

2010-12-20 Thread Andrea Crotti
Eric S Fraga e.fr...@ucl.ac.uk writes: Isn't switching to frame a function of your window manager and not emacs? That is, shouldn't this be a case of telling your window manage, whatever that may be, to switch frames when these keys are pressed? Or am I missing something fundamental here?

[Orgmode] Re: Disputed keys

2010-12-20 Thread Andrea Crotti
Stefan Vollmar voll...@nf.mpg.de writes: Dear Andrea, I have this in my .emacs file (defun my-org-mode-stuff () (define-key org-mode-map [(meta tab)] 'previous-user-buffer) (local-set-key (kbd S-right) 'forward-char-mark) (local-set-key (kbd S-left) 'backward-char-mark)

[Orgmode] Re: Disputed keys

2010-12-20 Thread Andrea Crotti
Suvayu Ali fatkasuvayu+li...@gmail.com writes: I think Andrea meant to say switching window. But none the less, Emacs has the ability to switch frames, `C-x 5 o' or even your regular switch-buffer'. But I think it does it by talking to the window manager. This can be very useful when you

Re: [Orgmode] org-capture to file+datetree+prompt lives in the future?

2010-12-20 Thread Carsten Dominik
This was a bug, fixed now, thanks. - Carsten On Dec 18, 2010, at 12:32 AM, Urs Rau (UK) wrote: I am running the latest git version Org-mode version 7.4 (release_7.4.41.g96c70) and found that if my capture runs with the option file+datetree+prompt the year it detects is 3979 but if I run it

[Orgmode] Re: preventing strikethrough, italics and underline fontification

2010-12-20 Thread Matt Lundin
David Maus dm...@ictsoc.de writes: At Wed, 8 Dec 2010 09:03:04 -0600, Eric Holbrook wrote: Is there a way to inhibit fontification of this kind of thing? It'd be nice if i could do it on a per-line or per-region basis. Maybe in response to a tag in the headline? Maybe in response to a

[Orgmode] Re: [Babel] Tangling ignores LOB file?

2010-12-20 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: In other words, it seems that the tangle process does not take into account the code blocks located in the LOB. I just pushed up a fix which should allow noweb references to be resolved using the library of babel. TESTED as FIXED. Case is CLOSED. Thanks a lot.

Re: [Orgmode] Bug: Bad doc [7.4]

2010-12-20 Thread Carsten Dominik
On Dec 20, 2010, at 9:06 AM, Dave Abrahams wrote: At Mon, 20 Dec 2010 08:40:50 +0100, Carsten Dominik wrote: This is a bit tricky and not fully documented. If you have no or only only a single template defined, then template selection is bypassed and you do not get a chance to press C to

[Orgmode] Re: export html -gt; doc

2010-12-20 Thread Chris Thompson
Eric Abrahamsen eric at ericabrahamsen.net writes: I'm translating fiction, I don't need squat in the way of formatting besides the paragraphs getting unfilled, and italics and bold coming through properly. Has anyone seen this happen before, and have a potential solution? Eric, for your

[Orgmode] Using org-agenda-filter-preset with or'd tags

2010-12-20 Thread johnt
I am trying to set a custom command to show my work tasks and critical home tasks for the day. I have tried the following. (setq org-agenda-custom-commands '( (W Work Schedule ( (agenda ( (org-agenda-filter-preset

Re: [Orgmode] Re: Disputed keys

2010-12-20 Thread suvayu ali
Hi Andrea, On Mon, Dec 20, 2010 at 5:09 AM, Andrea Crotti andrea.crott...@gmail.com wrote: This can be very useful when you have multiple emacs frames for one instance of emacs on different desktops. If you have configured your window manager appropriately simply switching to a buffer shown on

Re: [Orgmode] Re: bug#7527: 24.0.50; (org) `Activation node' (minor suggestions)

2010-12-20 Thread Carsten Dominik
On Dec 20, 2010, at 11:58 AM, Chong Yidong wrote: Forwarding documentation suggestions to org upstream: Drew Adams drew.ad...@oracle.com writes: Minor suggestions - no bug. 1. No need to tell users to turn on font-lock - it's on by default now (for GNU Emacs at least). Done. 2.

[Orgmode] Re: Request for suggestions: multiple revision control systems/repositories + org

2010-12-20 Thread Robert Goldman
On 12/20/10 Dec 20 -1:03 AM, Rémi Vanicat wrote: Robert P. Goldman rpgold...@sift.info writes: That is what I had done originally, but I thought mobile org required that all the org files be in the same directory. Was I wrong about that? I've org files in several directories, and in

[Orgmode] Habits default on first STATE when rescheduled

2010-12-20 Thread Sébastien Vauban
Hi, Having the following possible states: #+begin_src emacs-lisp (setq org-todo-keywords '((sequence NEW(n!) TODO(t!) WAIT(w!) DLGT(l!) | DONE(d!) DFRD(f!)

Re: [Orgmode] Disputed keys

2010-12-20 Thread Carsten Dominik
On Dec 18, 2010, at 10:26 PM, Andrea Crotti wrote: I wanted finally to fix the following problem, I would like to use meta-left/right to switch frame, and that's one of the keys that orgmode uses. I added the two values here to the org-disputed-keys --8---cut

Re: [Orgmode] Bug: Bad doc [7.4]

2010-12-20 Thread Dave Abrahams
At Mon, 20 Dec 2010 15:16:28 +0100, Carsten Dominik wrote: Hmm, seems to me that it would be more principled to have org-capture take an optional argument that indicates the template index, and ask me and John to bind our key to (lambda () (org-capture 0)) You are right, this is better

Re: [Orgmode] Bug: Bad doc [7.4]

2010-12-20 Thread Carsten Dominik
On Dec 20, 2010, at 5:56 PM, Dave Abrahams wrote: At Mon, 20 Dec 2010 15:16:28 +0100, Carsten Dominik wrote: Hmm, seems to me that it would be more principled to have org- capture take an optional argument that indicates the template index, and ask me and John to bind our key to (lambda ()

Re: [Orgmode] [ANN] Zotero for plain text (including org-mode)

2010-12-20 Thread Erik Hetzner
At Mon, 20 Dec 2010 10:19:21 +0100, Christian Moe wrote: Hi, Erik, That's solved it for me. It still does not happen /every/ time I insert a Zotero link that the link is expanded with a full biblio description, but it happens most of the time, and for when it doesn't, `C-c z u' seems to

Re: [Orgmode] [OT] recutils

2010-12-20 Thread Michael Brand
On Mon, Dec 13, 2010 at 13:33, Jean-Marie Gaillourdet j...@gaillourdet.net wrote: You might be interested to hear about txt-sushi [1], a command line utility to apply SQL statements on a set of csv files, each of which represents one table. [1] http://keithsheppard.name/txt-sushi/ Thank you

Re: [Orgmode] Re: [PATCH] Alphabetical ordered lists

2010-12-20 Thread Nicolas Goaziou
Hello, Nathaniel Flath writes: Sory for the long delay - I got caught up in other work. A patchaddressing the sisues brought up is attached. I've had a look at your patch. I think the modifications to HTML and DocBook exporters are nice. It could be possible to do the same thing in LaTeX,

[Orgmode] Re: body-only for single file html export

2010-12-20 Thread joe
On Sun, Dec 19, 2010 at 05:10:57PM -0500, Bernt Hansen wrote: joe j...@chemistry.coe.edu writes: I would like to use the :body-only option for exporting html (and ocassionally latex). Reading through the docs and maillist, I think I understand how to do this if I'm publishing an entire

[Orgmode] org-crypt

2010-12-20 Thread kelaouchi
Hello, here are my settings for org-crypt : (require 'org-crypt) (org-crypt-use-before-save-magic) (setq org-tags-exclude-from-inheritance (quote (crypt))) (setq org-crypt-key C48ED4D2) I create a buffer : * heading 1 :crypt: ** subheading 1 text 1 ** subheading 2 text 2 *

[Orgmode] Re: Habits default on first STATE when rescheduled

2010-12-20 Thread Bernt Hansen
Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Having the following possible states: #+begin_src emacs-lisp (setq org-todo-keywords '((sequence NEW(n!) TODO(t!) WAIT(w!) DLGT(l!)

[Orgmode] Bug: contrib/src/org-collector.el [7.3]

2010-12-20 Thread MidLifeXis at PerlMonks
Hello, org-read-prop treats strings beginning with digits as numbers. contrib/lisp/org-collector.el: (line 124ish: http://repo.or.cz/w/org-mode.git/blob/5f77fd6a81a4241ce5a8e346acb9df089d65b462:/contrib/lisp/org-collector.el#l124) (org-read-prop 123abc-def543) returns 123, should return

[Orgmode] Re: org-crypt

2010-12-20 Thread Bernt Hansen
kelaouchi kelaou...@gmail.com writes: Hello, here are my settings for org-crypt : (require 'org-crypt) (org-crypt-use-before-save-magic) (setq org-tags-exclude-from-inheritance (quote (crypt))) (setq org-crypt-key C48ED4D2) I create a buffer : * heading 1 :crypt: **

[Orgmode] LaTeX exporter #+INCLUDE bug

2010-12-20 Thread Rasmus
Hi, I think there might be a bug when using #+INCLUDE and the LaTeX exporter. The content of the included file is exported twice, although slightly different in each case. I experience this when I include org-files starting with a headline, i.e. *. I use Org-mode 7.4 with GNU Emacs 24.0.50.1

Re: [Orgmode] Bug: contrib/src/org-collector.el [7.3]

2010-12-20 Thread Eric Schulte
Hi Brian, Thanks for the report. I've just pushed up a fix to org-collector.el. I've entirely removed `org-read-prop' and replaced it with `org-babel-read' a more modern/robust version of the same function which doesn't display the problem you mentioned below. #+begin_src emacs-lisp

[Orgmode] Re: Huge performance problems to open some Org files

2010-12-20 Thread Vladimir Alexiev
Sébastien Vauban wxhgmqzgw...@... writes: Believe me or not, but C-g has not effect during those 7 seconds. It simply does not stop anything Sounds like emacs is waiting inside some blocking call, and waits until it times out. Likely a network call. Do you have any tramp/efs/angeftp stuff

[Orgmode] [PATCH] org-babel-confirm-evaluate when org-confirm-babel-evaluate is a function

2010-12-20 Thread Vladimir Alexiev
I tried following http://orgmode.org/worg/org-contribute.php to the letter. But this is my first patch (and first time using git magit), so please kindly give me feedback if something is not right. * doc/org.texi: org-confirm-babel-evaluate: add example for using a function * lisp/ob.el

[Orgmode] Re: [Bug] Lists with checkboxes

2010-12-20 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: You are right. I'm working on it. For now, you can put a counter wherever you want to have the old, and right, behaviour. In your example, adding [/] to items Second and Third would do it. Thanks for looking into this - and take your time. I won't

Re: [Orgmode] Windmove keybindings pass-through

2010-12-20 Thread Leo Alekseyev
Thanks for the suggestion, but this is a non-solution. My preference would be to (a) in org-mode, move outline manipulation to e.g. C-arrows from S-arrows, and if that is too difficult, then (b) get rid of outline manipulation altogether. I use S-arrows in windmove orders of magnitude more often

Re: [Orgmode] Windmove keybindings pass-through

2010-12-20 Thread Leo Alekseyev
To answer my own question: here's how you avoid clobbering the windmove commands. This method should probably be added to the org manual section which discusses the (add-hook 'org-shiftup-final-hook 'windmove-up), etc commands. ;; don't clobber windmove bindings: code must be placed _before_ org

Re: [Orgmode] Windmove keybindings pass-through

2010-12-20 Thread suvayu ali
On Mon, Dec 20, 2010 at 1:21 PM, Leo Alekseyev dnqu...@gmail.com wrote: To answer my own question: here's how you avoid clobbering the windmove commands.  This method should probably be added to the org manual section which discusses the (add-hook 'org-shiftup-final-hook 'windmove-up), etc

[Orgmode] Re: export html - doc

2010-12-20 Thread Eric Abrahamsen
On Mon, Dec 20 2010, Christian Moe wrote: On 12/20/10 10:54 AM, Holger Wenzel wrote: Did you try to suppress the xml declaration in the exported html? #+OPTIONS: org-export-html-xml-declaration (quote ((php . ?php echo \?xml version=\\\1.1\\\ encoding=\\\%s\\\ ?\; ?))) Maybe that works

Re: [Orgmode] Single quote and inline formatting

2010-12-20 Thread Puneeth
On Tue, Dec 21, 2010 at 4:26 AM, Michael Gauland mikely...@gmail.com wrote: Enclosing text in '=' symbols generally causes the text to be formatted as code. I've found this fails if the last character in the text is a single quote ('):    + =This works=    + =So does 'this=    + =But not

Re: [Orgmode] [OT] Exporting org files to html from outside GNU Emacs

2010-12-20 Thread Puneeth
On Sat, Dec 18, 2010 at 8:08 AM, Jeff Horn jrhorn...@gmail.com wrote: This might work: http://johnmacfarlane.net/pandoc/ Pandoc doesn't have an org-mode reader as of now. I had implemented only a writer, since I was looking for an importer to org-mode. -- Puneeth

Re: [Orgmode] [PATCH] org-agenda: rewrite mode-line

2010-12-20 Thread Carsten Dominik
Hi XEmacs users I am about to apply this patch, but I am still wondering if :eval in the mode line is working on XEmacs? - Carsten On Dec 13, 2010, at 3:49 PM, Carsten Dominik wrote: XEmacs users, please read this. On Dec 12, 2010, at 7:55 PM, Julien Danjou wrote: On Sun, Dec 12 2010,

Re: [Orgmode] [OT] Exporting org files to html from outside GNU Emacs

2010-12-20 Thread Jeff Horn
Oops! Thanks for the clarification! On Tue, Dec 21, 2010 at 12:04 AM, Puneeth puncha...@gmail.com wrote: On Sat, Dec 18, 2010 at 8:08 AM, Jeff Horn jrhorn...@gmail.com wrote: This might work: http://johnmacfarlane.net/pandoc/ Pandoc doesn't have an org-mode reader as of now.  I had