Re: [Orgmode] org-mac-protocol problem - Initial content missing

2009-08-02 Thread Christopher Suckling
On Sun, 02 Aug 2009 02:59:29 +0800, CHENG Gao cheng...@gmail.com wrote: I found %i in remember template doesn't work. In remember buffer I only get link to original page. Initial content is not inserted even though I selected them, and even I did Command-c after the content is selected. How

Re: [Orgmode] Re: ANN: org-mac-protocol : AppleScripts to invoke org-protocol from various applications

2009-08-02 Thread Christopher Suckling
On Mon, 20 Jul 2009 17:10:38 -0400, Austin Frank austin.fr...@gmail.com wrote: Thanks! This looks really interesting. Is there any way to use applescript to track change in application focus? I'd be interested in logging when I change to or away from each application, and having that time

Re: [Orgmode] Re: Error after org-remember-insinuate on Aquamacs

2009-08-02 Thread Markus Baden
Hi all, thanks for the help so far. Currently I'm on vacation with no access to my Mac where the described error occurs. I tried to reproduce the error on a different Mac today and I couldn't. With a fresh Aquamacs 1.8, org-mode 6.28 and remember-mode 2.0 I had no problem running ;;

[Orgmode] Re: Org-mode and GPG (EasyPG)

2009-08-02 Thread Benjamin Andresen
Hey everyone, Maurice Boucher maurice.boucherer...@wanadoo.fr writes: Hello, Kyle Sexton k...@mocker.org disait le 31/07/2009 que : Does this mean you were able to get the agenda view working with EasyPG as well? In my .emacs, I have : , | (require 'epa) | (epa-file-enable) |

Re: [Orgmode] Re: Error after org-remember-insinuate on Aquamacs

2009-08-02 Thread Nick Dokos
Markus Baden markus.ba...@gmail.com wrote: ... So it is clearly some misconfiguration on my side. One thing I did not get in this thread is, what the difference between running org-mode interpreted instead of compiled and why this may have caused the trouble. Can someone explain this a little

[Orgmode] YASnippet fix not working

2009-08-02 Thread Kyle Sexton
I'm trying to get YASnippet working with org-mode, but the fix I've found online doesn't seem to be working. --snip-- (add-hook 'org-mode-hook (lambda () (org-set-local 'yas/trigger-key [tab]) (define-key yas/keymap [tab] 'yas/next-field-group))) --snip-- I've

[Orgmode] Re: Faces in agenda view

2009-08-02 Thread Bastien
Rainer Stengele rainer.steng...@diplan.de writes: Bastien schrieb: Paul Mead paul.d.m...@gmail.com writes: Can anyone give me a quick and easy way of changing this without breaking something else? Go to the face you want to change and hit M-x customize-face RET is it possible to

Re: [Orgmode] [PATCH] Fix Not on a heading error when setting priority inside a task

2009-08-02 Thread Bastien
Bernt Hansen be...@norang.ca writes: Changing the priority of a task when the point is after the heading (anywhere inside the task) worked but aligning the tags failed with a not on a heading error due to the save-excursion not including the tag alignment. This change moves back to the

Re: [Orgmode] Narrow tSparse Trees layout

2009-08-02 Thread Bastien
Hi Cian, Cian OConnor cian.ocon...@gmail.com writes: It would be nice if there was an option so that narrowed trees are displayed without their normal indentation. So for example if narrow a subtree at level 4, then it is displayed as a normal tree at level 1 rather than as a tree starting

[Orgmode] Off

2009-08-02 Thread Bastien
Hi all, now I'm off for real till the end of August. I couldn't handle some issues on time for today, but I know they will be sorted out. Also, I allowed myself to add a Make a donation button on my Org page - I'll remove this when I get enough $ for a new computer:

[Orgmode] formula

2009-08-02 Thread Haroldo Stenger
hi , I wonder how can a formula in a table be copied to a location below, and its references be shifted alongwise automatically. I checked every documentation I've found , but that feature does not show up. I'm forced to copy the formula in in the C-c ' and then go to each of the references and

Re: [Orgmode] YASnippet fix not working

2009-08-02 Thread Eric S Fraga
At Sun, 02 Aug 2009 14:21:58 -0500, Kyle Sexton wrote: I'm trying to get YASnippet working with org-mode, but the fix I've found online doesn't seem to be working. --snip-- (add-hook 'org-mode-hook (lambda () (org-set-local 'yas/trigger-key [tab])

Re: [Orgmode] YASnippet fix not working

2009-08-02 Thread Kyle Sexton
At Sun, 02 Aug 2009 23:59:59 +0100, Eric S Fraga ucec...@ucl.ac.uk wrote: Two things: 1. make sure you initialise yasnippet *before* org-mode. 2. my configuration is: (add-hook 'org-mode-hook '(lambda () (make-variable-buffer-local 'yas/trigger-key)

Re: [Orgmode] Newbie Questions

2009-08-02 Thread Carsten Dominik
On Jul 10, 2009, at 5:16 AM, Nick Dokos wrote: Andrew M. Nuxoll nux...@up.edu wrote: 3. Once I set a deadline for a task, it'd be nice if the priority would increase as the deadline approached. Ideally the criteria for increasing the priority could be specified via a customizable

Re: [Orgmode] [BUG] HTML exporting numbered literal examples

2009-08-02 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jul 9, 2009, at 12:44 PM, Ulf Stegemann wrote: With latest CVS Emacs and Git Org mode exporting literal examples (example/src) with the `-n' switch results in numbering starting on line *2* of the example in the resulting HTML file (LaTeX seems to be okay).

Re: [Orgmode] HTML export error with file link containing underscores

2009-08-02 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jul 3, 2009, at 11:23 PM, Brenton Kenkel wrote: [Please provide version numbers for emacs and org-mode.] Org-mode 6.28e in Aquamacs 1.8rc1, based on GNU Emacs 22.3.1. I get the same result using Org-mode 6.21b in GNU Emacs 23.0.91.1. I cannot reproduce this.

Re: [Orgmode] Re: BUG: refile leaves END line of inline tasks

2009-08-02 Thread Carsten Dominik
Hi Peter, hi Matt, On Jun 19, 2009, at 4:44 PM, Matthew Lundin wrote: Peter Westlake peter.westl...@pobox.com writes: If you have a multi-line inline task, with an END line, then refiling it leaves the END line behind. Since it isn't needed at the destination, it should just be deleted.

Re: [Orgmode] BUG: links to inline tasks

2009-08-02 Thread Carsten Dominik
On Jun 19, 2009, at 4:29 PM, Peter Westlake wrote: Another small bug in the excellent inline task module: making a link with C-C l anywhere below an inline task causes the link to attach to the inline task. I think it would be better if it only did that if point was in the task headline or

Re: [Orgmode] refile ideas

2009-08-02 Thread Carsten Dominik
On Jul 8, 2009, at 6:59 AM, Samuel Wales wrote: With ido completion, refiling works excellently. Here are more ideas. First (and foremost), input history for refiling recalls the user's input, not refile targets. I think the latter would work better, because in ordinary use, the user can

Re: [Orgmode] org-shifmetadown/up are slow

2009-08-02 Thread Carsten Dominik
Hi Samuel, On Jul 8, 2009, at 7:07 AM, Samuel Wales wrote: I think that some of this is slow for inherent emacs reasons. Simply doing down arrow can sometimes be slow. Yes, if there is *lots* of hidden text the cursor has to jump over. However, moving subtrees is very slow. Dp you think

Re: [Orgmode] performance problems with drawers

2009-08-02 Thread Carsten Dominik
Hi Al, I think I have now been able to speed this up a lot. There is still a strange delay when you switch to CHILDREN view in your Bookmark entry *for the first time*. However, after that things seem to be much faster. I have no idea where this initial delay comes from, it might have to do

Re: [Orgmode] Comments in Org-mode

2009-08-02 Thread Carsten Dominik
On Jul 15, 2009, at 5:45 AM, Manuel Amador wrote: Hi Sebastian and Russell, You are correct. The problem appears after I comment a region in org- mode with: M-x comment-region enter # enter After that, every time auto-fill does its magic, I get a # at the beginning of each new line.

Re: [Orgmode] broken link in manual

2009-08-02 Thread Carsten Dominik
On Jul 17, 2009, at 12:00 AM, Bastien wrote: Nick Dokos nicholas.do...@hp.com writes: The navigation menu on the left of the page is out of sync: it contains a link to a non-existent appendix A Extensions in between the Miscellaneous link and the B Hacking link. The manual itself goes from

Re: [Orgmode] Subfloats in LaTeX

2009-08-02 Thread Carsten Dominik
Hi Raffi, for more complex LaTeX formatting like this, the best option is to directly insert the correct LaTeX code into the Org file: #+LaTeX_HEADER: \usepackage{subfig} * My test file with subfloats \begin{figure} \centering \subfloat[A gull]{\label{fig:gull}

Re: [Orgmode] Spreadsheet bug?

2009-08-02 Thread Carsten Dominik
On Jul 24, 2009, at 11:20 AM, Stephan Schmitt wrote: Andreas Burtzlaff wrote: On Thu, 23 Jul 2009 02:29:30 +0200 meingbg mein...@gmail.com wrote: | a | b | c | |---++---| | a | 2 | 2 | | b | 3 | 7 | | c | -3 | 4 | | d | 5 | 9 | #+TBLFM: $3=...@-1::@2$3=$2 If @2$3 is manually set

Re: [Orgmode] Agenda that shows hierarchy above matches?

2009-08-02 Thread Carsten Dominik
On Jul 23, 2009, at 2:21 PM, Tilmann Singer wrote: At Thu, 23 Jul 2009 09:56:38 +0100, Eric S Fraga wrote: Given an projects.org like this: * Project A ** TODO do foo ** TODO do bar ** DONE do baz * Project B ** DONE do foo * TODO Another small thing add the CATEGORY property (C-c C-x p

Re: [Orgmode] Vertical lines are broken in 6.28?

2009-08-02 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jul 24, 2009, at 8:52 AM, Yury GEORGIEVSKIY wrote: Hello, I've regenerate my .org doc with 6.28trans (was with 6.24) and Vertical Lines, I want to keep -- not working anymore. Ex: | Legasy machines | # of BC | # of RTI connected |

Re: [Orgmode] TAB completion for org-insert-link C-c C-l

2009-08-02 Thread Carsten Dominik
Looks good to me, thanks! - Carsten On Jul 19, 2009, at 10:47 PM, Bastien wrote: Hi all, I just pushed a small change I would like to hear feedback about. The basic idea is to allow TAB completion to suggest stored links when inserting a link with C-c C-l. Here is the log from the git

Re: [Orgmode] Possible bug with refile

2009-08-02 Thread Carsten Dominik
On Jul 12, 2009, at 7:51 PM, Richard Riley wrote: My org-mode usage had become a bit messy so I decided to go back to first principles and follow through Bernd Hansen's tutorial here http://doc.norang.ca/org-mode.html#sec-1 One real eye opener was the completion on category levels inside

Re: [Orgmode] HTML export: Lists and horizontal rules

2009-08-02 Thread Carsten Dominik
On Jul 17, 2009, at 1:29 AM, Bastien wrote: Hi Brenton, Brenton Kenkel brenton.ken...@gmail.com writes: I'm using org-mode 6.28e on Aquamacs (based on GNU Emacs 22.3.1) on Mac OS X. I'm having an issue with horizontal rules and lists in HTML export. When I export the following to HTML, the

Re: [Orgmode] Exporting to PDF without a title

2009-08-02 Thread Carsten Dominik
On Jul 15, 2009, at 2:42 AM, Russell Adams wrote: Add this at the end of the file, and then do M-x normal-mode. #+ Local Variables: #+ org-export-latex-title-command: #+ End: This may actually be a common application, so I have simplified this to #+TITLE: i.e. explicitly specifying an

Re: [Orgmode] Re: tabs pic mode and org

2009-08-02 Thread Carsten Dominik
On Jul 22, 2009, at 8:00 PM, Bernt Hansen wrote: Rustom Mody rustompm...@gmail.com writes: Thanks Bernt for C-c ' -- thats what I needed. BTW Whats the : at BOL for? I think it's just used to escape the data for the exporter but that's just a guess. Other people probably have a more

[Orgmode] Linking lists from other org files

2009-08-02 Thread Marcelo de Moraes Serpa
Hello fellows! In my gtd.org file, I have dozens of already processed next-actions under its correspondent projects. However, I find that this file got so big that I have a hard time focusing on the essential next actions (for the projects that I decided I should be acting on/upon). I then had

Re: [Orgmode] Proper way to link external files into a project?

2009-08-02 Thread Carsten Dominik
On Jul 15, 2009, at 10:35 PM, Andreas Rottmann wrote: Sebastian Rose sebastian_r...@gmx.de writes: Andreas Rottmann a.rottm...@gmx.at writes: Hi! I'd like to include several files into an org-mode project that live outside the project tree. I tried to just symlink them into the appropriate

Re: [Orgmode] shifting table cells

2009-08-02 Thread Carsten Dominik
On Jul 29, 2009, at 9:46 AM, Kevin Brubeck Unhammer wrote: 2009/4/2 Mike Newman m...@newmanfamily.me.uk: kill-rectangle (C-x r k) and yank-rectangle (C-x r y) can be very useful for this sort of thing. That's what I've been using... although it's quite tedious. On Tue, 31 Mar 2009

Re: [Orgmode] suggestion for a fix to org-clock-in

2009-08-02 Thread Carsten Dominik
Hi, I think the dot after the abbreviated month should be considered a bug. What locales are doing this? Maybe send a bug report to Emacs? - Carsten On Jul 28, 2009, at 9:48 PM, Nicolas Goaziou wrote: Hello, For some time zone reason, my time-stamps look like this [2009-07-28 mar.]. Notice

Re: [Orgmode] Re: Restore previous folded state of org buffer

2009-08-02 Thread Carsten Dominik
On Jul 26, 2009, at 7:22 PM, User wrote: User spamfilteraccount at gmail.com writes: The folding information should simply be saved into a separate file. For example, for notes.org the accompanying folding information could be in notes.org.fold. The posted code can be trivially modified to

Re: [Orgmode] Re: Automatic indentation of org tree

2009-08-02 Thread Carsten Dominik
On Jul 28, 2009, at 9:32 PM, User wrote: Bastien bastienguerry at googlemail.com writes: I tested your code but there are several problems: it is not usable on big files, The size of the file shouldn't matter, since only lines in the current window are indented. Probably, some trivial

Re: [Orgmode] Re: How do you use org for other formats

2009-08-02 Thread Carsten Dominik
On Jul 30, 2009, at 7:49 PM, Brian van den Broek wrote: Bernt Hansen said unto the world at 30/07/09 01:13 PM: zwz zhangwe...@gmail.com writes: I recently found the problem when I want to export the org file to html and pdf. I guess there will be some people (who are also not so familiar

Re: [Orgmode] Re: How do you use org for other formats

2009-08-02 Thread Carsten Dominik
On Jul 30, 2009, at 7:53 PM, Nick Dokos wrote: Bernt Hansen be...@norang.ca wrote: zwz zhangwe...@gmail.com writes: I recently found the problem when I want to export the org file to html and pdf. I guess there will be some people (who are also not so familiar with the powerful org-mode)

Re: [Orgmode] How to ignore horizontal lines in tables and references

2009-08-02 Thread Carsten Dominik
On Jul 31, 2009, at 4:34 PM, Benjamin Andresen wrote: Hello everyone, I'm having a bit of a problem with tables and references. I try to use tables + spreadsheet capabilities for data entry while testing certain things, and one table design that works conceptually for me is the following: |

Re: [Orgmode] Re: possible URI handling bug: verification and reporting?

2009-08-02 Thread Carsten Dominik
On Jul 31, 2009, at 3:27 AM, Bastien wrote: Bernt Hansen be...@norang.ca writes: I think the parenthesis should be URL encoded to be a valid URL. Change ( to %28 and ) to %29 and you get http://dx.doi.org/10.1016/S1352-2310%2801%2900429-0 which works for me (at least it doesn't 404

Re: [Orgmode] Sibling subtrees are closed when items moved up and down in list

2009-08-02 Thread Carsten Dominik
On Jul 31, 2009, at 10:47 AM, User wrote: I noticed when moving items up and down that subtrees of items on the same level are closed during the moving. From a user point of view it's a bit disorientating when I have a tree structure opened in a certain folded state and I move it up or down

Re: [Orgmode] Nitpick: Exporting/publishing to org in the same directory gives file.org-source instead of file-source.org

2009-08-02 Thread Carsten Dominik
On Jul 31, 2009, at 1:09 AM, Hsiu-Khuern Tang wrote: Hi all, The footnote at the bottom of section 13.1.4 (Publishing action) of the Org manual says that publishing org files to the same directory using org-publish-org-to-org results in files named like file-source.org. It actually

Re: [Orgmode] Column mode a whole file

2009-08-02 Thread Carsten Dominik
On Jul 31, 2009, at 6:22 AM, Ethan wrote: On Thu, Jul 30, 2009 at 7:55 PM, Bastien bastiengue...@googlemail.com wrote: Sebastian Rose sebastian_r...@gmx.de writes: Column view by default only shows a single subtree. In order to do column mode over an entire buffer, you have to have text

Re: [Orgmode] id links and org-link-frame-setup

2009-08-02 Thread Carsten Dominik
On Jul 31, 2009, at 6:00 AM, Samuel Wales wrote: I almost always need a single window for everything except completion. In org, I have the following set to do this. (pushnew '(file . find-file) org-link-frame-setup :test #'equal) (add-hook 'remember-mode-hook 'delete-other-windows) ;;it

Re: [Orgmode] C-M-a, C-M-e

2009-08-02 Thread Carsten Dominik
Hi Jeremie, On Jul 31, 2009, at 2:42 AM, Bastien wrote: Jeremie Knuesel knue...@gmail.com writes: A keybinding suggestion: wouldn't it make sense to have C-M-a (C-M- e) go to the first (last) line of a top-level heading? Here are the functions: --8---cut

Re: [Orgmode] org-mode meets git a first proposal ?!

2009-08-02 Thread Carsten Dominik
On Jul 26, 2009, at 10:40 PM, Bastien wrote: Hi Totti, just a few words regarding preserving links. About /finding/ links, I just added this simple function, which is quite handy I guess: (defun org-occur-link-in-agenda-files () Create a link and search for it in the agendas. The link is

[Orgmode] Patch for org-table-export

2009-08-02 Thread Gregory Grubbs
I like to make org-mode tables in arbitrary buffers, then save them as CVS files. The export fails when done from a buffer with no associated file. Here's a little patch that allows exporting a table from any buffer (org-mode version 6.28trans): diff --git a/lisp/org-table.el

[Orgmode] Re: Restore previous folded state of org buffer

2009-08-02 Thread User
Carsten Dominik carsten.dominik at gmail.com writes: this is great functionality, thanks for sharing it. I would like to include it with Org-mode, s I need to ask: Do you have a copyright assignment with the FSF? Or are you willing to sign one? I don't have one and I doubt I'll have the

Re: [Orgmode] Re: Restore previous folded state of org buffer

2009-08-02 Thread Carsten Dominik
On Aug 3, 2009, at 7:33 AM, User wrote: Carsten Dominik carsten.dominik at gmail.com writes: this is great functionality, thanks for sharing it. I would like to include it with Org-mode, s I need to ask: Do you have a copyright assignment with the FSF? Or are you willing to sign one? I

Re: [Orgmode] Patch for org-table-export

2009-08-02 Thread Carsten Dominik
Applied, thanks. - Carsten On Aug 3, 2009, at 7:13 AM, Gregory Grubbs wrote: I like to make org-mode tables in arbitrary buffers, then save them as CVS files. The export fails when done from a buffer with no associated file. Here's a little patch that allows exporting a table from any

Re: [Orgmode] Linking lists from other org files

2009-08-02 Thread Noorul Islam K M
Marcelo de Moraes Serpa celose...@gmail.com writes: Hello fellows! In my gtd.org file, I have dozens of already processed next-actions under its correspondent projects. However, I find that this file got so big that I have a hard time focusing on the essential next actions (for the projects