[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 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: 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] [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: 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] 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: 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-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: 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] 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: 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] 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: 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: 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: 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

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 12:45 AM, 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 it before including

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: [PATCH 0/2] org-version fix for windows

2009-08-20 Thread Bernt Hansen
Hi Carsten, As it turns out these patches are okay. Manish retested them on his system today and they work. Please apply. Both of these commits are available at git://git.norang.ca/org-mode for-carsten Regards, Bernt PS: Manish Thanks for testing!! Bernt Hansen be...@norang.ca writes

[Orgmode] Re: Feature idea: Automatic clocking

2009-08-21 Thread Bernt Hansen
PT spamfilteracco...@gmail.com writes: I just started using clocking and it seems really useful. It occured me it could also be done automatically for certain tasks which are performed in the org buffer. For example, I work on some text which I keep in an org subtree, the branches of the

[Orgmode] Re: Custom agenda question

2009-08-25 Thread Bernt Hansen
Manish mailtomanish.sha...@gmail.com writes: On Mon, Aug 24, 2009 at 11:33 PM, Carsten Dominik wrote: On Aug 24, 2009, at 2:21 AM, Manish wrote: Once you've got your agenda organized right with todo's in order etc. then it's just a little disruptive to go anywhere else for a little extra

[Orgmode] Re: POLL: Change of keys to move agenda through time

2009-08-25 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: I tend to agree with the arguments that n and p should move vertically in the agenda buffer, because many Emacs modes do it like this. So it seem to me that this discussion should focus on which keys should move the agenda forward and

[Orgmode] Re: Regaring heading re-organization.

2009-08-25 Thread Bernt Hansen
Noorul Islam K M gnu...@gmail.com writes: Hey all, Today I was re-arranging my headings. While doing that I faced this issue. For example consider the following org file contents. * Level 1 ** Level 2 *** Level 3 Level 4 Level 4 Level 4 If I keep the cursor on Level 3

[Orgmode] [PATCH] Fix jumping to last refile location in agenda

2009-08-25 Thread Bernt Hansen
C-u C-u C-c C-w now goes to the last refile location in the agenda. This is the same behaviour as org-refile (when used in an org file) --- Carsten, This patch allows C-u C-u C-c C-w on any line in the agenda. The goto function (C-u C-c C-w) could possibly work the same way - now you need to put

[Orgmode] Re: How to use both _underlined_ and math subcsript of latex ?

2009-08-25 Thread Bernt Hansen
The following file works just fine for me. , | #+TITLE: x.org | #+AUTHOR:Bernt Hansen | #+EMAIL: be...@norang.ca | #+DATE: 2009-08-25 Tue | #+DESCRIPTION: | #+KEYWORDS: | #+LANGUAGE: en | #+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t :t | #+OPTIONS

[Orgmode] Re: Subversion for backups?

2009-08-25 Thread Bernt Hansen
Kyle Sexton k...@mocker.org writes: I've seen talk of people using subversion to keep track of and back up their org files. Can someone give me an example of how they have this configured and how files are checked in/out from the repository? Do you use a 'local' repository on the same

[Orgmode] Re: Custom agenda question

2009-08-26 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 25, 2009, at 3:57 PM, Bernt Hansen wrote: Manish mailtomanish.sha...@gmail.com writes: Thanks! I like it very much so far. Refreshing the agenda removes the snippets/excerpts though. Will use it for a few days and report back

[Orgmode] Re: [PATCH] Fix jumping to last refile location in agenda

2009-08-26 Thread Bernt Hansen
, 2009, at 6:17 PM, Bernt Hansen wrote: C-u C-u C-c C-w now goes to the last refile location in the agenda. This is the same behaviour as org-refile (when used in an org file) --- Carsten, This patch allows C-u C-u C-c C-w on any line in the agenda. The goto function (C-u C-c C-w) could

[Orgmode] Re: [PATCH] Fix jumping to last refile location in agenda

2009-08-26 Thread Bernt Hansen
Reverting this commit locally doesn't fix it for me so something else must be going on. I'm trying to refile two consecutive notes in my refile.org to Notes (git.org). /me continues debugging... -Bernt Bernt Hansen be...@norang.ca writes: Argh. I think this commit breaks bulk refiling from

[Orgmode] Re: [PATCH] Fix jumping to last refile location in agenda

2009-08-26 Thread Bernt Hansen
Working on a fix - don't revert it since reverting it doesn't seem to fix it. -Bernt Carsten Dominik carsten.domi...@gmail.com writes: So should I revert, or do you have a fix? - Carsten On Aug 26, 2009, at 3:53 PM, Bernt Hansen wrote: Argh. I think this commit breaks bulk refiling

[Orgmode] [PATCH] Fix agenda bulk refile bug

2009-08-26 Thread Bernt Hansen
Fix bulk refiling in the agenda due to commit 9ec5529 (Fix jumping to last refile location in agenda, 2009-08-20) This restores the original behaviour. --- This patch is available in git://git.norang.ca/org-mode for-carsten As it turns out the revert of the previous patch generated conflicts and

[Orgmode] [PATCH] org-notify - treat notification as a variable not a function

2009-08-26 Thread Bernt Hansen
notification is passed to org-show-notification and should not be invoked as a function. --- This patch is available at git://git.norang.ca/org-mode for-carsten lisp/org-clock.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-clock.el b/lisp/org-clock.el index

[Orgmode] Re: There was no year zero, agenda -bug/feature

2009-08-27 Thread Bernt Hansen
Jacob Toft Pedersen ja...@rotand.dk writes: I had kept a backup of my .emacs file in an orgfile. But running the org-agenda, would malfuntion, stating byte-code: There was no year zero and the agenda view would not work. I have been able to track it down to the following offending

[Orgmode] Refiling goes to the wrong place

2009-08-27 Thread Bernt Hansen
Hi Carsten, I thought I should mention this sooner rather than later to postpone any up-coming release you might be thinking about :) I'm assuming this is an org-mode bug and not some inconsistency in my setup but that's not proven yet. I have an issue with refile going to the wrong place

[Orgmode] Re: Custom agenda question

2009-08-27 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 25, 2009, at 3:57 PM, Bernt Hansen wrote: Lots of my tasks have website links which are exposed by this. It would be even more useful if I can click on the links to go there as in the regular org file. Even without that this hack

[Orgmode] Re: Refiling goes to the wrong place

2009-08-27 Thread Bernt Hansen
Benjamin Andresen be...@in-ulm.de writes: I have the same behavior from time to time. But whenever I try to find a reproducible scenario it disappears. It also never happens twice in a row, same as with Bernt. I think I have something that is reproducible. ,[ /tmp/x.org ] | | * Refile

[Orgmode] Re: Refiling goes to the wrong place

2009-08-27 Thread Bernt Hansen
Bernt Hansen be...@norang.ca writes: ,[ /tmp/x.org ] | | * Refile Targets... | * Refile Tasks | *** TODO Refile Me ` The task 'TODO Refile Me' should only have 2 leading stars. This was a cut/paste error on my part. -Bernt ___ Emacs

[Orgmode] Re: Custom agenda question

2009-08-28 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 27, 2009, at 6:38 PM, Bernt Hansen wrote: Carsten Dominik carsten.domi...@gmail.com writes: As a first step, `C-c C-o' now opens links from the entire text of an entry, not just of the headline visible in the agenda. So this works

Re: [Orgmode] Re: Refiling goes to the wrong place

2009-08-28 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 27, 2009, at 8:33 PM, Bernt Hansen wrote: [long description omitted] I'll be _really_ happy when Carsten squashes this bug :) Well, in that case I wish you a happy day. Lets hope that his was the same bug that others have seen

Re: [Orgmode] Re: Refiling goes to the wrong place

2009-08-28 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 28, 2009, at 2:09 PM, Bernt Hansen wrote: Hopefully this is related to the agenda navigation (RET/TAB on an agenda item) goes to the wrong place issue we've seen in the past. I don't think this is related, unfortunately, because

[Orgmode] Re: Custom agenda question

2009-08-28 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 27, 2009, at 6:38 PM, Bernt Hansen wrote: Would it be hard to make C-c C-o on a headline in a regular org-file also show this link menu? I find that very convenient but have to switch to the agenda first to get at my links quickly

[Orgmode] Removing DEADLINE and SCHEDULED from a headline

2009-08-28 Thread Bernt Hansen
Hi Carsten, I ran into this a few weeks ago and it's been bugging me. I reorganized a project which had a deadline on the main task and moved it down to multiple subtasks in the project. , | * TODO Project task | DEADLINE: 2009-08-28 Fri | ** TODO Step 1 | ** TODO Step 2 | ... | ** TODO

[Orgmode] Re: org-exp-blocks: what about previewing blocks ?

2009-08-28 Thread Bernt Hansen
Eric Schulte schulte.e...@gmail.com writes: ps. does Org-mode already have a method of generating sha1 hashes? I just did an `elisp-index-search' for sha1 and nothing came up. (sha1 stuff) seems to work. org-feed.el has a (require 'sha1) and org-publish.el uses it too. HTH, Bernt

[Orgmode] [PATCH] Open single link immediately

2009-08-28 Thread Bernt Hansen
C-c C-o on a headline or in the agenda displays a menu of links to choose from. If there is only a single link then go there directly skipping the menu. --- This patch is available at git://git.norang.ca/org-mode.git for-carsten lisp/org.el | 31 --- 1 files

[Orgmode] Re: table format is messed up, when it is copied from org-mode to email

2009-08-29 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 29, 2009, at 3:40 PM, filebat Mark wrote: Hi all Do you have any suggestion for copying tables from org-mode to email. The format is messed up. Please see the sample below. snip Actually, looks just fine to me! - Carsten Looks

[Orgmode] Re: table format is messed up, when it is copied from org-mode to email

2009-08-29 Thread Bernt Hansen
filebat Mark filebat.m...@gmail.com writes: I used the default font in gmail, then it looks messy. If I use the certain font, like courier New, then it aligns very well. No idea why it looks fine in your side and bad in my side. Anyway, it works for me, if I stick to fixed font as Carsten

[Orgmode] Re: Can effort be edited conveniently outside column view?

2009-08-29 Thread Bernt Hansen
Michael Gilbert m...@gilbert.org writes: Still working on developing my use of effort estimates. Is there a way to conveniently enter an effort estimate without entering column mode? Hi Michael, I find column mode the easiest personally. My setup is described at

[Orgmode] Re: hide-other

2009-08-29 Thread Bernt Hansen
Sean Sieger sean.sie...@gmail.com writes: What do you suggest as an alternative key combination for hide-other? I make custom key bindings on function keys that are not already mapped to something - that way they are unlikely to conflict with future key bindings. I like to use f9-something for

[Orgmode] Re: EDB and org?

2009-08-29 Thread Bernt Hansen
Alan E. Davis lngn...@gmail.com writes: This may be a stretch, in fact I am quite sure it is.  I am surprized that I have never seen a reference to EDB (Emacs Data Base) on the list, or elsewhere, with reference to org-mode.  I had an elaborate scheme at one time to keep my addresses in EDB,

[Orgmode] Re: Can't export to LaTeX/PDF.

2009-08-30 Thread Bernt Hansen
Mueen Nawaz mu...@nawaz.org writes: Hi, Apologies if this has been addressed earlier. I can't seem to export to PDF/LaTeX. When I try to do so, I get the following error: snip org-export-as-latex: Wrong type argument: integer-or-marker-p, nil I can confirm this. It seems

[Orgmode] Re: Error while: Stack overflow in regexp matcher

2009-08-31 Thread Bernt Hansen
Carsten Dominik domi...@uva.nl writes: Sebastien has now (off-list) made it possible for me to reproduce this bug. Which is why it finally has been fixed. Cool! I actually ran into this bug a couple of days ago. My solution at the time was to rip out half of the stuff in my

[Orgmode] Re: Release 6.30

2009-09-01 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: New command to submit a bug report --- There is now a special command `M-x org-submit-bug-report'. This command will create a mail buffer with lots of useful details. In particular, it contains complete

[Orgmode] [PATCH] Fix typo in org-submit-bug-report mail text

2009-09-01 Thread Bernt Hansen
--- This patch is available at git://git.norang.ca/org-mode for-carsten lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index c851dc1..113925f 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15493,7 +15493,7 @@ such private

[Orgmode] Re: make update error

2009-09-01 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Thomas S. Dye t...@tsdye.com wrote: git pull counts, compresses, receives objects, resolves deltas, updates and fails with this message: error: Entry 'Makefile' not uptodate. Cannot merge. As far as I know Makefile is up-to-date. You might

[Orgmode] Re: Mobile org

2009-09-02 Thread Bernt Hansen
Marcelo de Moraes Serpa celose...@gmail.com writes: org-mode really changed my life, and allowed me to fully implement GTD the way I wanted. However, I miss having access to it everytime, so, I'm looking for a mobile device that could run emacs and org, and that I could keep in sync with my

[Orgmode] Re: Org-mode version 6.30d; Hide stars

2009-09-04 Thread Bernt Hansen
Melton Low softw@gmail.com writes: When I get a chance later today or this evening, I will try to identify which git commit the problem started for me. For that you want to use 'git bisect' You identify a commit that is bad (probably master) and a commit that is good (some previous

  1   2   3   4   5   6   7   8   9   10   >