Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Bernt Hansen
Manish mailtomanish.sha...@gmail.com writes: On Wed, Aug 19, 2009 at 4:54 PM, Bernt Hansen wrote: Does it crash and cause an error or report the old org version as before? It just reports the version as before; no crashing or error of any sort. Okay that's good. I don't have Emacs

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Bernt Hansen
Manish, Could you try this patch - does it work? -Bernt From 1b26a9ef0a9105d3e855c242fce3a44d1b8cd9c7 Mon Sep 17 00:00:00 2001 From: Bernt Hansen be...@norang.ca Date: Wed, 19 Aug 2009 08:26:43 -0400 Subject: [PATCH] Fix

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Bernt Hansen
Manish mailtomanish.sha...@gmail.com writes: On Wed, Aug 19, 2009 at 6:00 PM, Bernt Hansenbe...@norang.ca wrote: Manish, Could you try this patch - does it work? Patch application fails. I tried with patch -p1 as well. , | [Wed 19 18:47] (2118) ~/elisp/org-mode.git $ git apply

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Bernt Hansen
Bernt Hansen be...@norang.ca writes: Can you try evaluating this? and then M-x org-version and report the results? Nevermind - that version is broken. -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Bernt Hansen
Manish mailtomanish.sha...@gmail.com writes: On Wed, Aug 19, 2009 at 5:38 PM, Bernt Hansen wrote: Manish writes: When I tried to run the function under debug the *Shell Command Output* buffer displays this message The system cannot find the path specified. Perhaps this is because

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Bernt Hansen be...@norang.ca wrote: ... (shell-command (concat GITDIR= dir git describe --abbrev=4 HEAD)) ... Disclaimer: I touch Windows once a day to check a mail account and possibly surf the web - other than that, I'm pretty much

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Thanks! IIUC, there are then multiple forks in the decision tree: o running on Windows or on something else? o if on Windows, running native or under cygwin? o what shell am I using? cmd.exe and bash under cygwin accept

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Bernt Hansen
Manish mailtomanish.sha...@gmail.com writes: On Wed, Aug 19, 2009 at 7:47 PM, Bernt Hansen wrote: [snip: attempting to make git reporting functionality in org-version (29 lines)] Maybe I should just disable the git version for now on ms-dos, windows-nt, and cygwin since I don't know how

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Manish mailtomanish.sha...@gmail.com wrote: ... Do we test if git is installed if we are on a non-Windows system or show whatever error shell returns in case git is not installed? I tried calling cygwin git from CMD shell and it seems to work

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Bernt Hansen
Manish mailtomanish.sha...@gmail.com writes: On Wed, Aug 19, 2009 at 8:46 PM, Bernt Hansen wrote: Nick Dokos writes: [...] Bernt's code checks for the existence of the .git subdirectory in the parent directory of wherever emacs get the org.el[c] library: if it's present

[Orgmode] Re: Merge tables

2009-08-19 Thread Bernt Hansen
Hector Villafuerte hecto...@gmail.com writes: Hi, I've just discovered Org and are truly impressed with it; using it for more and more tasks. Here's what I want to do: I have 2 tables with the same number of rows (one row per subject). I would like to make just one big table by copying the

[Orgmode] [PATCH 1/2] Use lisp cd function to change directories to avoid shell dependencies

2009-08-19 Thread Bernt Hansen
This fixes git version determination on windows for cygwin and for msysGit where git is installed in the user's PATH for the windows command shell. --- lisp/org.el | 38 -- 1 files changed, 20 insertions(+), 18 deletions(-) diff --git a/lisp/org.el

[Orgmode] [PATCH 2/2] Skip git-version determination if git command fails

2009-08-19 Thread Bernt Hansen
This removes errors generated on a windows system where msysGit is installed in git bash only and not available from cmd.exe in the user's PATH. --- lisp/org.el | 27 ++- 1 files changed, 14 insertions(+), 13 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index

[Orgmode] [PATCH 0/2] org-version fix for windows

2009-08-19 Thread Bernt Hansen
://git.norang.ca/org-mode for-carsten Bernt Hansen (2): Use lisp cd function to change directories to avoid shell dependencies Skip git-version determination if git command fails lisp/org.el | 42 +++--- 1 files changed, 23 insertions(+), 19 deletions

[Orgmode] Re: [PATCH 0/2] org-version fix for windows

2009-08-19 Thread Bernt Hansen
Carsten, Please do NOT apply these patches yet. Manish reported a problem with them on his system. I'll post improved ones tomorrow. Thanks, Bernt Bernt Hansen be...@norang.ca writes: Here are two patches which fix org-version for windows. This should handle cygwin and msysGit where git

[Orgmode] Re: Notes and Clock entries

2009-08-18 Thread Bernt Hansen
Xavier Maillard x...@gnu.org writes: At Wed, 05 Aug 2009 11:28:40 -0400, Bernt Hansen wrote: Noorul Islam K M gnu...@gmail.com writes: Please take a look at the below org file. Initially I created the TODO item and then clocked in and out. Then inserted a note. Followed by some clock

[Orgmode] Re: How to measure a project's %complete?

2009-08-18 Thread Bernt Hansen
Christopher DeMarco dema...@maya.com writes: Hi all... I like to use checkboxes with the magic cookies to track my progress through something complex. This works nicely for a single TODO composed of multiple little steps; is something similar possible for a hierarchy of TODO items? I.e.

[Orgmode] Re: How to measure a project's %complete?

2009-08-18 Thread Bernt Hansen
Bernt Hansen be...@norang.ca writes: Christopher DeMarco dema...@maya.com writes: Hi all... I like to use checkboxes with the magic cookies to track my progress through something complex. This works nicely for a single TODO composed of multiple little steps; is something similar possible

[Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-18 Thread Bernt Hansen
This series teaches org-version to include the git version number information from git describe when running org-mode from a git repository. The version is reported as dirty if tracked files are modified. This series is available at git://git.norang.ca/org-mode for-carsten Bernt Hansen (2

[Orgmode] [PATCH 2/2] Add .dirty to git org-version info if files are modified

2009-08-18 Thread Bernt Hansen
Shows files as modified by appending .dirty to indicate that you are running org-mode from a dirty working tree (some tracked files are modified) --- lisp/org.el |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 3560a50..26b2808 100644

[Orgmode] [PATCH 1/2] Add git version number to org-version information

2009-08-18 Thread Bernt Hansen
Adds the output of 'git describe' to the org-version string if we are running from a git repository. This identifies exactly what commit is checked out in the org-mode git repository when reporting the org-mode version number. org-version returns something like: Org-mode version 6.29trans

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-18 Thread Bernt Hansen
, at 6:22 PM, Bernt Hansen wrote: This series teaches org-version to include the git version number information from git describe when running org-mode from a git repository. The version is reported as dirty if tracked files are modified. This series is available at git://git.norang.ca/org-mode

[Orgmode] Well something is wrong...

2009-08-18 Thread Bernt Hansen
Hi Carsten, All of a sudden running org-remember takes 50+ seconds after selecting the template before it responds. If I try to interrupt it (enter debugger on Quit) emacs exits. Restarting emacs doesn't fix anything. It's not a cpu loop it's just 'stuck'. I haven't been able to bisect this

[Orgmode] Re: [PATCH 0/2] Teach org-version to include git version information

2009-08-18 Thread Bernt Hansen
Stefan Vollmar voll...@nf.mpg.de writes: Dear Carsten, dear Bernt, On 18.08.2009, at 21:15, Carsten Dominik wrote: On Aug 18, 2009, at 8:10 PM, Bernt Hansen wrote: I don't know if that will work on Windows (with git). I've only tested it on Linux here. You may want to test drive

Re: [Orgmode] Well something is wrong...

2009-08-18 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Bernt Hansen be...@norang.ca wrote: Hi Carsten, All of a sudden running org-remember takes 50+ seconds after selecting the template before it responds. If I try to interrupt it (enter debugger on Quit) emacs exits. Restarting emacs doesn't fix

[Orgmode] Re: How to log diary or journal entries

2009-08-17 Thread Bernt Hansen
Christer Enfors enf...@enfors.net writes: ** TODO Test SAD 2.0.1 I should test using the latest replication software. I can get that from Sven-Åke. [2009-08-17 10:33] I need to find a machine to test with. [2009-08-17 10:55] Found one! Carl says I can use his testing machine. [2009-08-17

[Orgmode] Re: How to log diary or journal entries

2009-08-17 Thread Bernt Hansen
[cc-ed org-mode mailing list] Christer Enfors enf...@enfors.net writes: Bernt Hansen be...@norang.ca writes: Pull up an agenda view for the day/week you are interested in viewing then hit '[' to display inactive timestamps. Does that do what you need? Unfortunately, no. It displays

[Orgmode] Re: How to use evince to open a pdf file that is made to link in org file ?

2009-08-16 Thread Bernt Hansen
waterloo waterloo2...@gmail.com writes: I write a link of `file:df.pdf' in org file . When I point the link with mouse , It use gv to open pdf . How to make org use evince to open pdf file ? Look at your mailcap entries. IIRC org-mode opens other files using the mime interface. I am

[Orgmode] Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?

2009-08-15 Thread Bernt Hansen
waterloo waterloo2...@gmail.com writes: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ? Your questions really don't have enough detail to get good answers. What keywords do you know about already? I use begin_src, begin_example and yes lowercase works too.

[Orgmode] Re: how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-15 Thread Bernt Hansen
waterloo waterloo2...@gmail.com writes: How to draw picture for exporting to html ? I use ditaa and graphviz. There are examples at http://doc.norang.ca/org-mode.html#Publishing Links to the source for the page is available in the Overview section. -Bernt

[Orgmode] Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?

2009-08-15 Thread Bernt Hansen
waterloo waterloo2...@gmail.com writes: Can I use other like begin_foo ? Only two begin_src and begin_example? Thanks You can use whatever you like. It's just a text document. Whether they _do_ anything special or not is defined by the org-mode code (which of course you're free to expand).

[Orgmode] Re: how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-15 Thread Bernt Hansen
waterloo waterloo2...@gmail.com writes: can I use #+begin_tikz and export tikz to html ? If you (or someone who wants tikz output to work) writes an exporter that knows what to do with the tikz block I'm sure that can work. Right now there is no such exporter available AFAIK. -Bernt

[Orgmode] Re: Annoying face customizations

2009-08-14 Thread Bernt Hansen
Only org-tag-alist and org-agenda-custom-commands. -Bernt Carsten Dominik carsten.domi...@gmail.com writes: Hi Bernt, is it just the tags, or something else too? - Carsten On Aug 13, 2009, at 3:38 PM, Bernt Hansen wrote: Hi Carsten, I have a small problem with the org customize

[Orgmode] Re: Annoying face customizations

2009-08-14 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 14, 2009, at 4:32 PM, Bernt Hansen wrote: Only org-tag-alist and org-agenda-custom-commands. Do you see face information in the agenda custom commands? This is strange, because they are not made by parsing some buffer. Maybe you cut

[Orgmode] Re: Annoying face customizations

2009-08-14 Thread Bernt Hansen
I think maybe I've fixed this by deleting the entries in the customize interface and recreating them from scratch with identical detail. I'll let you know if it shows up again. Thanks, Bernt Bernt Hansen be...@norang.ca writes: Carsten Dominik carsten.domi...@gmail.com writes: On Aug 14

[Orgmode] Re: Annoying face customizations

2009-08-14 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 14, 2009, at 5:19 PM, Bernt Hansen wrote: I think maybe I've fixed this by deleting the entries in the customize interface and recreating them from scratch with identical detail. Hi Bernt, No, this will com back when you use

[Orgmode] [PATCH] Redisplay agenda with inactive timestamps without prompting the user

2009-08-14 Thread Bernt Hansen
This removes the unnecessary prompt to redisplay the agenda view with inactive timestamps. If you hit [ or ] you immediately get the inactive timestamp view in the daily/weekly agenda view. You can redisplay without these timestamps by simply hitting 'g'. --- Hi Carsten, This patch is available

[Orgmode] Annoying face customizations

2009-08-13 Thread Bernt Hansen
Hi Carsten, I have a small problem with the org customize interface. I have two systems which I sync files between using git (my Eee PC and my Linux Workstation). I've started syncing my .emacs and custom.el files along with my org-mode files. Both systems are running the same version of GNU

[Orgmode] Re: Example of a project for you?

2009-08-12 Thread Bernt Hansen
[cced the org-mode mailing list since this might be useful for other people] Xavier Maillard xav...@maillard.im writes: I read your org-mode tutorial which I found just great. Could you explain to me what you really call a project ? (and give an example of what it looks like in org-mode) Hi

[Orgmode] Re: Day workflow: need your opinion

2009-08-10 Thread Bernt Hansen
Xavier Maillard x...@gnu.org writes: Thanks a lot Bernt. This is how I am doing things right now which partially works for me. I need a way to tag a TODO as INTERRUPTED automatically when clocking-in a new item through remember. Eg: Working on task A which is marked as STARTED. Someone

[Orgmode] Re: Notes and Clock entries

2009-08-05 Thread Bernt Hansen
Noorul Islam K M gnu...@gmail.com writes: Please take a look at the below org file. Initially I created the TODO item and then clocked in and out. Then inserted a note. Followed by some clock ins and outs. Everything is organized from top to bottom as we enter items. Earlier I remember the

[Orgmode] Re: Questions about lists and export to latex

2009-08-05 Thread Bernt Hansen
RC re...@yahoo.com writes: I have a couple of questions about lists in org-mode and exporting to latex. I have attached a example file that illustrates this behavior. 1) When I hit tab on the last item in a list, everything until the next heading is folded under that item. Is this

[Orgmode] Re: Day workflow: need your opinion

2009-08-04 Thread Bernt Hansen
Xavier Maillard x...@gnu.org writes: How would you use org-mode in this situation ? Ex: a) I doing some non urgent (planned) DBA tasks (call this project A) b) someone calls me (interrupting Project A) c) I am doing what urgency of b) is needed d) when c) is finished, I get back to

[Orgmode] agenda bulk refile error

2009-08-04 Thread Bernt Hansen
Every so often I run into a situation where bulk refiling doesn't work anymore. I currently have 15 items in my refile.org file that I want to refile to other locations. I marked a few of them and bulk refiled them just fine. Then I marked a few more and B r fails with Cannot find entry for

Re: [Orgmode] agenda bulk refile error

2009-08-04 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: Hi Bernt, what would be the *wanted* result of marking both a parent and its child, and then refiling both? I'd want the parent refiled and the child to follow normally and still have the same parent as it did before refiling. It's really a

Re: [Orgmode] agenda bulk refile error

2009-08-04 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: Fixed, thanks. Thanks! -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Linking lists from other org files

2009-08-03 Thread Bernt Hansen
Noorul Islam K M gnu...@gmail.com writes: 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

[Orgmode] [PATCH] org-occur requires a non-empty regexp for performance

2009-08-01 Thread Bernt Hansen
If a blank regexp is provided to org-occur the function goes away for a l-o-n-g time. We'll just bail out instead up front to prevent an infinite loop. --- I never actually let this run long enough to find out if it is an infinite loop -- or if it just takes forever to return results. I'm not

[Orgmode] Not on a heading error while setting priorities

2009-08-01 Thread Bernt Hansen
Hi, I noticed the following error while playing with task priorities. If you are in an org-file and use C-c , on a headline it works fine. If you try this after the headline (anywhere in the body of the task) you get a Not on a heading error but it still seems to work (it puts the appropriate

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

2009-07-31 Thread Bernt Hansen
zwz zhangwe...@gmail.com writes: Bernt Hansen be...@norang.ca writes: zwz zhangwe...@gmail.com writes: The following test file works fine for me as far as I can tell ,[ x.org ] snip | #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t :t snip [*1*] http

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

2009-07-30 Thread Bernt Hansen
if it is possible to introduce a abstract level (or notations) so that org can translate it according to the target format, just like how org treat the headlines (*). The following test file works fine for me as far as I can tell ,[ x.org ] | #+TITLE: x.org | #+AUTHOR:Bernt Hansen

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

2009-07-30 Thread Bernt Hansen
Brian van den Broek van...@gmail.com writes: 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-07-30 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Well, not quite: the subscripts in HTML are too big and the first formula in the PDF does not have superscripts (it still has the carets): I checked LaTeX export and the problem is present there: y = x$_1$\^{}2 + x$_2$\^{}2 y$^2$ = 2x$^2$ + 1

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

2009-07-30 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Bernt Hansen be...@norang.ca wrote: Actually you're right - I didn't notice that. If I export via docbook (C-c C-e V) it looks better: http://www.norang.ca/tmp/x-3.pdf Yes, it does look much better (does it work as well with HTML?). I've never

[Orgmode] Re: Refiling within a document

2009-07-30 Thread Bernt Hansen
Cian OConnor cian.ocon...@gmail.com writes: I really like refiling functionality in org-mode and use it quite a bit. However one thing that annoys me is that quite often I simply want to refile in the same buffer. Is there a way to do this that I've missed? Or do I simply have to select the

[Orgmode] Re: Automatically tag an item if direct child of a specific list

2009-07-30 Thread Bernt Hansen
Marcelo de Moraes Serpa celose...@gmail.com writes: Hello list -- here goes a quick crazy question: Is there a way to extend org in a way that, whenever I write/add a new item as a direct child of a Projects list, it will tag this item as :PROJECT: automatically ? This could happen when I

[Orgmode] Re: Link to other org-file with anchor in a specific item

2009-07-30 Thread Bernt Hansen
Marcelo de Moraes Serpa celose...@gmail.com writes: Sorry for this follow up question, but I didn't find the answer anywhere else. Is it possible link to another org-file and tell org to expand a specific item (lke an anchor) ? Simply visit the headline in the other file and use C-c C-l to

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

2009-07-30 Thread Bernt Hansen
Tom Roche tom_ro...@pobox.com writes: I've been using org-mode for a couple weeks now and am mostly very impressed (not to mention occasionally overwhelmed). I have noticed one bug, however, which 0 might just be me, so perhaps other folks can try to reproduce it 1 is probably in

[Orgmode] Re: Toggle 'closed' in org-agenda-log-mode-items

2009-07-30 Thread Bernt Hansen
Nathan Neff nathan.n...@gmail.com writes: I know that I can set this variable or define a custom agenda view if I only want to see clocked items in the agenda: (setq org-agenda-log-mode-items (quote (clock))) But, I like the way that the 'l' and 'R' keys work in the agenda, where they

[Orgmode] Re: Export to org?

2009-07-29 Thread Bernt Hansen
Hsiu-Khuern Tang hsiu-khuern.t...@hp.com writes: Hi, Is there an easy way to export an org file to another org file, stripping away any subtrees that are tagged noexport or marked as comments? The idea is to discard anything that is also ignored by the other export formats, such as HTML.

[Orgmode] Re: LaTeX export bug

2009-07-29 Thread Bernt Hansen
Dan Griswold dgris...@rochester.rr.com writes: Note that the top level headings (A Heading and Another Heading) are not exported as \section, but with the asterisks they have in the org file: , | ** A Heading | \begin{itemize} | | ... snip ... | | \end{itemize} | ** Another

[Orgmode] Re: How to track time spent on a project

2009-07-26 Thread Bernt Hansen
Geralt usr.gen...@googlemail.com writes: On Fri, Jul 24, 2009 at 2:27 PM, Bernt Hansenbe...@norang.ca wrote: Just visit the org file with the task you want to clock in and do C-c C-x C-i to clock it in.  C-c C-x C-o stops the clock (or when you clock in something else it stops).  You can only

[Orgmode] Re: How to track time spent on a project

2009-07-24 Thread Bernt Hansen
Geralt usr.gen...@googlemail.com writes: I want to track the time that I'll spend on a new project. For this I'm planning to use org-mode's clocking feature, so far my first tests (I've never used org-agenda before) showed me that I can do this easily from the agenda view, as long as I have a

[Orgmode] Re: org agenda search goes to wrong target location

2009-07-23 Thread Bernt Hansen
Samuel Wales samolog...@gmail.com writes: Very often, when I do a keyword search in the agenda (m-x agenda RET s), org-agenda-switch-to (RET) goes to the wrong location in the target file. To sync it, the easiest way that I have found so far is to open all agenda buffers, kill all agenda

[Orgmode] Re: tabs pic mode and org

2009-07-22 Thread Bernt Hansen
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 definitive answer. -Bernt PS. If you include me in the

[Orgmode] Re: tabs pic mode and org

2009-07-21 Thread Bernt Hansen
Rustom Mody rustompm...@gmail.com writes: When I try to use ditaa with org (which is a very neat combo BTW) I keep getting tabs in the picture which gives hell if I move rectangles around. What is the way of telling org (or it picture mode?) -- No tab-chars please! When I edit ditaa blocks

[Orgmode] Re: View Agenda for last 7 days

2009-07-21 Thread Bernt Hansen
Jonathan Arkell jonath...@criticalmass.com writes: Hi Org peeps I'd like to have a custom agenda block to show the previous 7 days, or even the last week for GTD style weekly reviews, but I can't figure out how to make it go. So if I view the agenda on the 21st of july, I should see July

[Orgmode] Re: tea-time?

2009-07-17 Thread Bernt Hansen
Samuel Wales samolog...@gmail.com writes: Is there a way to tell org, say X in Y minutes? If not, what are the relative merits of appt-add and tea-time and the series of steps? I use appt for this as described here: http://doc.norang.ca/org-mode.html#Reminders It puts a message in the mode

[Orgmode] Re: Keeping trailing blank lines of remember notes

2009-07-17 Thread Bernt Hansen
Michaël Parienti mich...@parienti.name writes: Is there a way, with a configuration setup, to tell remember to keep the trailing blank lines of a remember note? Blank lines are attached before the header line not after the note I like to have my entries like this, with two blank line

[Orgmode] Re: Keeping heading or trailing blank lines of remember notes

2009-07-17 Thread Bernt Hansen
Michaël Parienti mich...@parienti.name writes: Le Fri, 17 Jul 2009 08:55:56 -0400 Bernt Hansen be...@norang.ca a écrit: Michaël Parienti mich...@parienti.name writes: Is there a way, with a configuration setup, to tell remember to keep the trailing blank lines of a remember note

[Orgmode] Re: problems cloning using the http protocol

2009-07-14 Thread Bernt Hansen
Scot Becker scot.bec...@gmail.com writes: Just tried: git clone http://repo.or.cz/r/org-mode.git behind my corporate firewall, and it worked. It's slow, however. HTTP will always be slower than the git protocol. HTTP is dumb so there is no way to transfer only part of a pack that

[Orgmode] Re: [misc-new-features 4/5] Allow org-insert-link to check the X clipboard and the Emacs kill-ring for links, as well as the stored links. This makes getting URLs into org from a browser muc

2009-07-13 Thread Bernt Hansen
James TD Smith ahktenz...@mohorovi.cc writes: You can customise `org-link-check-clipboards' to check either the X clipboards or kill-ring only, or both, or none. If you have the interprogram-cut/paste functions set, you probably only want to use the kill-ring only. --- Hi James, The summary

[Orgmode] Re: [misc-new-features 5/5] Fix a problem I was having with plots using a script. Org-plot was deleting the data file before gnuplot read it in. I've moved the deletion of the temporary data

2009-07-13 Thread Bernt Hansen
James TD Smith ahktenz...@mohorovi.cc writes: --- Same comment for this one as patch 4/5. -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: [misc-new-features 4/5] extra long subject lines

2009-07-13 Thread Bernt Hansen
James TD Smith ahktenz...@mohorovi.cc writes: Sorry about that, guess I'm a bit rusty :). I've fixed the commit logs and pushed them to my git repository. Thanks :) -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

Re: [Orgmode] BUG-Resume clock on startup

2009-07-08 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Jul 8, 2009, at 1:25 AM, Bernt Hansen wrote: Hi Carsten, I have a monthly repeated task (Archive tasks) that has lots of old clock time on it currently but has never been marked DONE since the creation of the property LAST_REPEAT_TIME

[Orgmode] BUG-Resume clock on startup

2009-07-07 Thread Bernt Hansen
Hi Carsten, I have a monthly repeated task (Archive tasks) that has lots of old clock time on it currently but has never been marked DONE since the creation of the property LAST_REPEAT_TIME. If this task is clocking when Emacs exits and you restart emacs and answer Yes to continue the clock -

[Orgmode] Re: BUG-Resume clock on startup

2009-07-07 Thread Bernt Hansen
Bernt Hansen be...@norang.ca writes: I have a monthly repeated task (Archive tasks) that has lots of old clock time on it currently but has never been marked DONE since the creation of the property LAST_REPEAT_TIME. If this task is clocking

[Orgmode] Re: export timestamp in headline

2009-07-06 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Jul 6, 2009, at 1:10 PM, henry atting wrote: Hmmm, lets try to guess what the variable name might be. something starting with org- something containing stamp something containing toc M-x apropos-variable RET org.*stamp.*toc.* RET

[Orgmode] Re: Preventing line breaks in (HTML) published description lists

2009-07-05 Thread Bernt Hansen
Paul Michael Reilly pajato...@gmail.com writes: I added a plain list to my file: ... - term1 :: this means something - term2 :: this means something else - term3 :: and something different still ... fully expecting the term and the description rendered in HTML to be on the same

[Orgmode] Re: Agenda display of tasks

2009-07-05 Thread Bernt Hansen
Matthew Lundin m...@imapmail.org writes: Bernt: I'm experiencing the issue you describe above (i.e., drawers revealed when following a headline from the agenda) after restarting emacs. I have not been able to solve the problem. I was wondering if you had customized the variables

Re: [Orgmode] Re: Timestamp question

2009-06-27 Thread Bernt Hansen
Dirk-Jan C. Binnema d...@djcbsoftware.nl writes: (HANACHIRUSATO) Organization: DJCBSoftware BH == Bernt Hansen be...@norang.ca writes: BH Sorry that should be BH * TODO Meeting DEADLINE: %%(diary-float t 2 1) BH 13:00--%%(diary-float t 2 1) 15:00 +1m -3d However, it seems

[Orgmode] Re: Timestamp question

2009-06-26 Thread Bernt Hansen
Louis A. Turk l...@dayspringpublisher.com writes: I've been using org-mode for several weeks now, and like it very much. Many thanks to the developers! The following doesn't work, but will give you an idea of what I'm trying to do. Meeting %%(diary-float t 2 1) 13:00--%%(diary-float t 2 1)

[Orgmode] Re: Timestamp question

2009-06-26 Thread Bernt Hansen
Bernt Hansen be...@norang.ca writes: Louis A. Turk l...@dayspringpublisher.com writes: I've been using org-mode for several weeks now, and like it very much. Many thanks to the developers! The following doesn't work, but will give you an idea of what I'm trying to do. Meeting %%(diary

[Orgmode] Re: Release 6.28

2009-06-25 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: With `d' and `w' in place, `m' and `y' are consistent, logical. However, I don't believe anyone uses monthly views, I am sure that no-one uses yearly views, right? So I will negotiate over `m', i someone can propose a viable alternative that

[Orgmode] Re: unicorn image is not a link back to the front page on orgmode.org

2009-06-25 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Jun 25, 2009, at 4:28 PM, Sebastian Rose wrote: Bastien bastiengue...@googlemail.com writes: Carsten Dominik carsten.domi...@gmail.com writes: What would be wrong with pulling the image out of the background and making it directly

[Orgmode] Re: tags-tree question

2009-06-22 Thread Bernt Hansen
Pete Phillips p...@smtl.co.uk writes: Hi Bernt Bernt That works for todo list searches only (not tags). There is a Bernt new variable org-agenda-tags-todo-honor-ignore-options which you Bernt can set which I think does what you are looking for. I have Bernt this set to t in my setup.

[Orgmode] Agenda display of tasks

2009-06-22 Thread Bernt Hansen
Hi Carsten, I recently noticed that using SPACE or TAB in the agenda displays the task in the other window but all of the drawers are exposed. If you fold the org file with S-TAB to Overview or Contents display and then switch to the agenda and SPACE or TAB on a folded task it unfolds the entire

[Orgmode] Re: Agenda display of tasks

2009-06-22 Thread Bernt Hansen
[replying to my own post] Bernt Hansen be...@norang.ca writes: Hi Carsten, I recently noticed that using SPACE or TAB in the agenda displays the task in the other window but all of the drawers are exposed. If you fold the org file with S-TAB to Overview or Contents display and then switch

Re: [Orgmode] Re: Agenda display of tasks

2009-06-22 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Bernt Hansen be...@norang.ca wrote: [replying to my own post] ... This seems to have been a confused Emacs session on my part. After restarting it no longer behaves as described above (it doesn't expand tasks past the headline by default

[Orgmode] Re: HTML export of verbatim org-file

2009-06-22 Thread Bernt Hansen
Stefan Vollmar voll...@nf.mpg.de writes: However, when I link to my org-file somefile.org as [[file:somefile.org][My org source-file]] and then export to HTML, the link in the HTML code now points to somefile.html, which is, of course, not desirable in this case. How can I fix this? Many

[Orgmode] Re: tags-tree question

2009-06-21 Thread Bernt Hansen
January until closer to the time. I have added my original email to the bottom of this in case you have forgotten it! :-) Bernt's reply was: Bernt == Bernt Hansen be...@norang.ca writes: Bernt Hi Pete, Bernt For this do something like the following: Bernt Set a deadline date

[Orgmode] Re: Feature suggestion: context sensitive movement

2009-06-19 Thread Bernt Hansen
Daniel Clemente n142...@gmail.com writes: El dj, jun 18 2009 a les 16:10, Sebastian Rose va escriure: We now have: C-c C-j - traverse the tree using UP and DOWN C-c C-u - privious C-c C-n - next C-c C-b - previous sibling C-c C-f - next sibling I miss one key to go back

[Orgmode] Re: suggestion for file hyperlink

2009-06-19 Thread Bernt Hansen
Link to the file as follows: C-u C-u C-c C-l enter patch to file and a description. HTH, Bernt Michael Brand michael.br...@alumni.ethz.ch writes: suggestion for file hyperlink, from my point of view almost a bug: I can understand that the following line in the file work.org can not

[Orgmode] Re: Clocking time against checkbox items

2009-06-19 Thread Bernt Hansen
Keith Lancaster klancaster1...@mac.com writes: I've not seen a way to do this thus far - I'm experimenting with using task clocking in org-mode and was wondering if there is a way to clock in and out on a checkbox item. No you can only clock tasks. I might have a TODO with several

[Orgmode] Re: Hosed configuration

2009-06-16 Thread Bernt Hansen
Birch Browning birch.brown...@gmail.com writes: Birch Browning birch.browning at gmail.com writes: Earlier today I tried to update my org-mode/remember stuff following http://doc.norang.ca/org-mode.html. Somehow I hosed my org-mode/remember config so I started over from scratch. (See

[Orgmode] Organize Your Life In Plain Text! - Change History

2009-06-16 Thread Bernt Hansen
Hi Everyone, I received a request to provide change log history for my Organize Your Life In Plain Text! document[*1*] so that frequent visitors can just see the new (interesting) changes without rereading the entire document. I've moved the source of this document into a separate git repository

[Orgmode] Re: Org video for the SourceForge Commmunity Choices Award 2009

2009-06-15 Thread Bernt Hansen
Bastien bastiengue...@googlemail.com writes: I managed to create a short video for the SCCA 2009: http://www.youtube.com/watch?v=TlTDSX0vRiA http://vimeo.com/5155665 (for those who prefer) Chritopher Baker kindly allowed me to use some of his great video material from his Hello world!

[Orgmode] Re: Column view

2009-06-12 Thread Bernt Hansen
Flavio Souza flavio...@gmail.com writes: Hi I am using org-mode for project planning for sometime now. Today I had a problem when using column view. The upper headers are not updating the Effort values in the column view. See the picture:

[Orgmode] Re: Agenda view: How many hours did I work today, and on what

2009-06-09 Thread Bernt Hansen
Daniel Clemente n142...@gmail.com writes: El dl, jun 08 2009, Bernt Hansen va escriure: In the agenda hit 'R' to get a clock report that only covers the period of time displayed by the agenda. I had tried this but found it too ugly and hard to understand and I abandoned it. Now I'm

[Orgmode] Re: Bernt's document and LaTeX [was: Re: http://doc.norang.ca/org-mode.html ]

2009-06-09 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Carsten Dominik carsten.domi...@gmail.com wrote: I would like to encourage you all to take another looks at Bernt's nearly completed document over at http://doc.norang.ca/org-mode.html If you are serious about using Org-mode to get

<    8   9   10   11   12   13   14   15   16   17   >