Re: [O] Links in tables and LaTeX export

2011-07-05 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Bernt Hansen be...@norang.ca wrote: Nick Dokos nicholas.do...@hp.com writes: Thomas S. Dye t...@tsdye.com wrote: From what I gather, Tom is getting additional merge commits every time he pulls (which accounts for the extras and the different

Re: [O] org-mode debian squeeze problem

2011-07-06 Thread Bernt Hansen
Jude DaShiell jdash...@shellworld.net writes: a git clone of org-mode in /home/jude prouces /home/jude/org-mode/org-mode/ and puts content in the fourth level directory which breaks the Makefile's ability to make all. I don't know how or why this happens. Please provide the command line

Re: [O] bug: footnotes do not export to HTML

2011-07-07 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Samuel Wales samolog...@gmail.com writes: On 2011-07-05, Nicolas Goaziou n.goaz...@gmail.com wrote: As I cannot reproduce this on my test files, I will need an ECM to debug this. Included. The bug occurs in ASCII export also. Thank you ! I

Re: [O] bug: footnotes do not export to HTML

2011-07-08 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Bernt Hansen be...@norang.ca writes: Sample org file * Using the clock history to clock in old tasks *Clock history selection buffer for C-u C-c C-x C-i* #+begin_example Default Task [d] norang Organization

[O] [PATCH 2/2] Keep window position in agenda when changing todo states

2014-06-14 Thread Bernt Hansen
Allow changing task state in agenda without moving point. I use this when reviewing projects weekly and I need to change the state of some of the tasks. I found jumping to the top of the agenda after each state change especially annoying when it causes the agenda to scroll. ---

[O] Two patches I have been using for 6-12 months

2014-06-14 Thread Bernt Hansen
Hi Bastien, Attached are two patches I use on top of master. I have been using these for 6-12 months so I consider them to be well tested. Please consider including these in the code base. Thanks, Bernt

[O] [PATCH 1/2] Remove striction when finding task by id

2014-06-14 Thread Bernt Hansen
Allows find task by id to locate a task outside a current restriction. I restrict to subtrees regularly and when I want to jump to another task outside the current restriction but in the same file this patch is required to locate the appropriate heading. Without this patch point ends up at the

Re: [O] [PATCH 1/2] Remove striction when finding task by id

2014-06-14 Thread Bernt Hansen
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Thank you. Could you provide a changelog with that? + (save-restriction + (widen) + (save-excursion `save-restriction' + `widen' + `save-excursion' = `org-with-wide-buffer' Sure thing! I will update and resend both later

Re: [O] [PATCH 2/2] Keep window position in agenda when changing todo states

2014-06-14 Thread Bernt Hansen
Will check. Thanks. Bernt On Jun 14, 2014, at 11:51 AM, Bastien b...@gnu.org wrote: Hi Bernt, Bernt Hansen be...@norang.ca writes: Allow changing task state in agenda without moving point. I use this when reviewing projects weekly and I need to change the state of some of the tasks

Re: [O] [PATCH 2/2] Keep window position in agenda when changing todo states

2014-06-14 Thread Bernt Hansen
Yes you are correct. This patch is no longer required. Please disregard this patch. Thanks, Bernt On Jun 14, 2014, at 1:01 PM, Bernt Hansen be...@norang.ca wrote: Will check. Thanks. Bernt On Jun 14, 2014, at 11:51 AM, Bastien b...@gnu.org wrote: Hi Bernt, Bernt Hansen

[O] [PATCH] Remove restriction when locating markers

2014-06-14 Thread Bernt Hansen
* org-macs.el: Remove restriction when locating markers Allows org-with-point-at to locate point outside the current restriction. --- lisp/org-macs.el |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-macs.el b/lisp/org-macs.el index ddd6e2e..96265ec 100644

Re: [Orgmode] BUG - Note logging to wrong task

2008-10-02 Thread Bernt Hansen
Thanks! This works for me :) As always you have an awesome turn-around time for bug reports :D Thanks so much for your excellent effort maintaining this project. -Bernt Carsten Dominik [EMAIL PROTECTED] writes: Fixed, thanks. - Carsten ___

[Orgmode] [PATCH] Fix documentation typos and grammar

2008-10-07 Thread Bernt Hansen
--- I read the new attachment feature documentation this morning and noted a few corrections so here they are. -Bernt doc/org.texi | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/org.texi b/doc/org.texi index 0db32de..c4a1c6b 100644 --- a/doc/org.texi

[Orgmode] Re: restarting emacs always advisable for upgrade?

2008-10-07 Thread Bernt Hansen
Paul R [EMAIL PROTECTED] writes: Samuel Is it safe to load all .elc files in org as a way of not Samuel restarting emacs? Thanks. I suppose you can (unload-feature 'org), then upgrade, then (require 'org), but I have not tested. Just try and report :) I update org from the git repository

Re: [Orgmode] [PATCH] Fix documentation typos and grammar

2008-10-07 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: Hi Bernt, thanks a lot, I will fix these. But it is a bit early, the attachment documentation is still changing. Maybe take another look after the 6.09 release? Thanks. Sure thing :) -Bernt ___

[Orgmode] Lost attachments in latest git?

2008-10-08 Thread Bernt Hansen
Hi Carsten, Today's git doesn't seem to find old attachments which is probably a bug. I created a task with an attachment using org-mode commit 5548357d71234dee252ed8c649435139ebad216a. I updated to the latest git version today (commit 3d5bc9ab655065486455e4005b24a1d7bd1fe137) and trying to

[Orgmode] Re: install and info

2008-10-09 Thread Bernt Hansen
Richard Riley [EMAIL PROTECTED] writes: Bernt Hansen [EMAIL PROTECTED] writes: On three systems I have access to the info files are in /usr/share/info - Debian - FreeBSD - Ubuntu Debian and Ubuntu should be the same I would think since Ubunti is Debian based. Yes they should

[Orgmode] Re: How to use FILETAGS?

2008-10-09 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: On Oct 7, 2008, at 7:30 PM, Manish wrote: On Tue, Oct 7, 2008 at 9:58 PM, Carsten Dominik wrote: Hi Manish, On Oct 7, 2008, at 5:06 PM, Manish wrote: On Sun, Oct 5, 2008 at 5:26 PM, Manish wrote: Hello All, I have set a #+FILETAGS: :Personal:

[Orgmode] Re: Error about TODO sequence states with 6.09 on Emacs 22.1.1

2008-10-10 Thread Bernt Hansen
Daniel Clemente [EMAIL PROTECTED] writes: Hi, I'm seeing a problem with TODO states in the latest org-mode version. .emacs file to reproduce the bug:: - (add-to-list 'load-path ~/.emacs.d/org-6.09) (require 'org) (add-to-list 'auto-mode-alist '(\\.org$ . org-mode))

[Orgmode] Re: How to use FILETAGS?

2008-10-11 Thread Bernt Hansen
Manish [EMAIL PROTECTED] writes: On Thu, Oct 9, 2008 at 8:43 PM, Bernt Hansen wrote: [snip] This works for me. I added #+FILETAGS: :Personal: to the top of one of my org files, hit C-c C-c on the line to reinitialize and then match tags with Personal as the target

[Orgmode] Re: Incompatible change in latest push

2008-10-16 Thread Bernt Hansen
Thanks for restoring the old behaviour. This was confusing me a bit -- I have lots of tasks where the clock drawer is way down in the body of the task after lots of repeated 'DONE' notes (for some of my cyclic tasks). I was used to the latest DONE note being at the top and all of a sudden it

[Orgmode] Re: Incompatible change in latest push

2008-10-16 Thread Bernt Hansen
James TD Smith [EMAIL PROTECTED] writes: On 2008-10-16 08:28:29(-0400), Bernt Hansen wrote: There is no rule that I'm aware of that the drawer needs to be at the top of the task. My drawers have moved down for some tasks over the years because other things were inserted at the top

[Orgmode] Re: Debugging the publishing process?

2008-10-21 Thread Bernt Hansen
Ángel de Vicente [EMAIL PROTECTED] writes: I wonder if anyone can give me a tip... I'm just trying to figure out the publishing process in Org-mode, but I'm not getting any results.. is there a way to debug what ORG-MODE is trying to do? I started with a basic setting, and defined a

[Orgmode] Re: Timestamps only for workdays

2008-10-21 Thread Bernt Hansen
Friedrich Delgado Friedrichs [EMAIL PROTECTED] writes: I'm using org with the same set of files both at work and at home (synchronized via svn at the moment). I have regular tasks that I do every day, but some only on workdays. I'd like to have a robust way to specify that a certain task

[Orgmode] Re: Sync org-mode files in different computers

2008-10-21 Thread Bernt Hansen
[EMAIL PROTECTED] (Flávio de Souza) writes: Hi, I am a new emacs user and I am exploring org-mode which is really amazing. I would like to know how I sync org-mode files in different computer over local network and over the internet. Hi, I personally use git to sync my org-mode files but

[Orgmode] Re: how to wrap headings

2008-10-22 Thread Bernt Hansen
Rich E [EMAIL PROTECTED] writes: I just have a simple question: how can I wrap the headings so they don't go off the visual window? M-x set-truncate-lines It toggles line wrapping on and off. -Bernt ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Re: Release 6.10

2008-10-23 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: Enjoy! - Carsten Changes in Version 6.10 === The makefile doesn't work for me. If I run it (under X in an xterm) it starts about 32 new emacs sessions and fails with the following error: ,[ end of make -j1 output ] | mv

[Orgmode] Re: How you can help

2008-10-23 Thread Bernt Hansen
Ben Alexander [EMAIL PROTECTED] writes: Sebastian Rose wrote: 5. I also think of little packages for testing parts of org. I'm curious if you or someone else has any ideas for writing automated tests for org-mode. I haven't the foggiest idea how someone would write a test for the parts of

[Orgmode] Re: Release 6.10

2008-10-23 Thread Bernt Hansen
Ignore this. This was pilot-error. I created a new script ~/bin/emacs that was messing up 'emacs -q -batch ...' Sorry for the noise. -Bernt Bernt Hansen [EMAIL PROTECTED] writes: Carsten Dominik [EMAIL PROTECTED] writes: Enjoy! - Carsten Changes in Version 6.10

[Orgmode] Re: How you can help

2008-10-23 Thread Bernt Hansen
Sebastian Rose [EMAIL PROTECTED] writes: Don't know how often the git repo is published. Bernt and Ben, are you 'worgers' allready? I think it's published hourly (maybe) and yes I have access to Worg. -Bernt ___ Emacs-orgmode mailing list

[Orgmode] Re: Strange behavior of C-RET and C-S-RET

2008-10-27 Thread Bernt Hansen
I can't reproduce this either. -Bernt Carsten Dominik [EMAIL PROTECTED] writes: Hi, I cannot reproduce this problem. Can anyone else? - Carsten On Oct 27, 2008, at 6:50 PM, Sergey A. wrote: Hello. Firstly, thanks for org-mode! This mode is awesome! I think I've found a bug (but

[Orgmode] Re: How to remove the automatically generated css codes from exported HTML file?

2008-10-28 Thread Bernt Hansen
-default property for publishing, so it can be used as a publishing parameter. - Carsten On Oct 23, 2008, at 3:16 PM, Bernt Hansen wrote: All of my projects have their own CSS style sheets. I override the style variable in a custom function to export my project. If I'm working on an org file

[Orgmode] BUG - Remember refiling to current clocking task

2008-10-28 Thread Bernt Hansen
Hi Carsten, I've been playing with the remember filing options and reworking my phone-call handling code. When I want to file to the current clocking task it always seems to go to the default org file for me instead of the file the current clocking task is in. ie. I'm clocking a task in

[Orgmode] [PATCH] Fix typo and documentation for remember filing to clocking functions

2008-10-28 Thread Bernt Hansen
--- Carsten, This patch is in my repo in the 'for-carsten' branch. -Bernt lisp/org-remember.el |2 +- lisp/org.el |7 --- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lisp/org-remember.el b/lisp/org-remember.el index 5424e00..61d6875 100644 ---

[Orgmode] Re: BUG - Remember refiling to current clocking task

2008-10-28 Thread Bernt Hansen
tried all my templates, and they all seem to work. - a template without a filename, saving to my default notes file. - some templates, saving to special files by default. I use emacs 23 (CVS, 2008-10-08) and Org-mode version 6.10c (today). Best, Sebastian Bernt Hansen [EMAIL

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: In the git version, message ids are now used for links to gnus articles. Could some of you please verify this change? This works great! Thanks all -Bernt ___ Emacs-orgmode mailing list Remember: use

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: Another change in that release is that `org-link-frame-setup' has a new option for gnus, `org-gnus-no-new-news', also taken from Ross' code. I have not tested it, but I believe it should make jumping to a gnus message much faster as it will not try

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Bernt Hansen
Okay I spoke a bit too soon here. The message-id links work as well as the old links but if I move a message from one folder to another the old and new links both break. My link looks like this: [[gnus:INBOX#[EMAIL PROTECTED]][Email from Bernt Hansen: Test email]] but if I move the mail from

[Orgmode] Re: Property search using CLOSED?

2008-10-29 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: The problem with the first line is a known problem. Just make it a habit to keep the first line of files empty. I put , | #+STARTUP: showall ` at the top of my org-files and that seems to work fine too. I'm less likely to delete this line

[Orgmode] Re: ColumnView and DateFormat

2008-10-29 Thread Bernt Hansen
Memnon Anon [EMAIL PROTECTED] writes: And another question related to the Agenda View. I dislike scheduling everything. I have got some Items I work on whenever I need a break. These Items do not get a real timestamp because I can not say before when I will work on them. But, if I do, I

[Orgmode] Re: Proposed patch for customizable org-table-export

2008-10-29 Thread Bernt Hansen
Colin Williams [EMAIL PROTECTED] writes: I've created the custom variable org-table-export-delimiter so that the user may customize the string that delimits the columns exported. I believe this is useful because in some areas (namely, my office) people insist on the files being in csv (comma

[Orgmode] Re: Org publish hierarchies and style variable

2008-10-29 Thread Bernt Hansen
[EMAIL PROTECTED] writes: A question: The org-publish tutorial recommends the use of template files for setting the relative link to the stylesheet for nested directories to be published to html. - http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.php E.g., For first

[Orgmode] Re: keeping track of sent emails in org?

2008-10-29 Thread Bernt Hansen
Ross Patterson [EMAIL PROTECTED] writes: Bernt Hansen [EMAIL PROTECTED] writes: Sorry for the false report earlier... I don't think the previous article number based links worked past a message folder move either, correct? No they did not. But the new links are better - I can just change

[Orgmode] [PATCH] org-plot: Add support for plotting timestamps

2008-10-29 Thread Bernt Hansen
From: Charles Sebold [EMAIL PROTECTED] X-axis is made up of a table column of org-mode timestamps. This sends the data to gnuplot as time data (which gnuplot treats specially) --- Eric Schulte [EMAIL PROTECTED] writes: On 27 Oct 2008, Charles Sebold wrote: How's this for a first pass? Not a

[Orgmode] Re: Including state-changed headings in the agenda

2008-10-31 Thread Bernt Hansen
Matthew Lundin [EMAIL PROTECTED] writes: Hsiu-Khuern Tang [EMAIL PROTECTED] writes: Hi, Let's say I have a repeating task like this: ** TODO Do this SCHEDULED: 2008-10-29 Wed +1w Cycling to a done state will track the done time and increment the scheduled time according to the

[Orgmode] Re: org-publish-validate-link

2008-11-02 Thread Bernt Hansen
It exists in commit 8fd900c6842d6f8d216ae6989b34c8de4a874e79 Author: Carsten Dominik [EMAIL PROTECTED] Date: Thu Jan 31 11:32:08 2008 +0100 Release 4.40 git log -Sorg-publish-validate-link will show all commits in the history that changes that text -Bernt Carsten Dominik [EMAIL

[Orgmode] Re: org-publish-validate-link

2008-11-02 Thread Bernt Hansen
And it looks like it was removed in this commit commit 8ea076e2de2b3721bd813ea5a2df1b53d0c25055 Author: Bastien Guerry [EMAIL PROTECTED] Date: Mon Mar 3 10:01:36 2008 + Updated org-publish.el (now version 1.81) Updated the ChangeLog and the manual accordingly. Bernt Hansen

[Orgmode] Re: tags-tree question

2008-11-02 Thread Bernt Hansen
Pete Phillips [EMAIL PROTECTED] writes: On a related question, is it possible to set up an org-agenda-custom-command to pick out a set of tags, all of which have NEXT as a todo-type, and which either have no scheduled date, OR which have a scheduled or deadline date less than or equal to 1

[Orgmode] BUG: Marking repeating tasks done

2008-11-03 Thread Bernt Hansen
Hi Carsten, I updated org-mode this morning to commit 413d9b73b0a5a4c38be8791d72e17137306c59ac and I'm trying to mark tasks with repeaters done and get the following error. ,[ test.org ] | #+STARTUP: | * TODO Repeating Task | SCHEDULED: 2008-11-01 Sat +1w | | Do something |

[Orgmode] Re: BUG: Marking repeating tasks done

2008-11-03 Thread Bernt Hansen
Awesome! Thanks!! PS. I really like your new commit messages :) -Bernt Carsten Dominik [EMAIL PROTECTED] writes: Fixed, thanks. - Carsten On Nov 3, 2008, at 2:54 PM, Bernt Hansen wrote: Hi Carsten, I updated org-mode this morning to commit

[Orgmode] Re: Including state-changed headings in the agenda

2008-11-04 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: On Nov 4, 2008, at 2:09 PM, Bernt Hansen wrote: Carsten Dominik [EMAIL PROTECTED] writes: Are there people who would find it useful if log-mode in the agenda showed all logged state changes? Might get crowded - but it is certainly possible

[Orgmode] Re: Including state-changed headings in the agenda

2008-11-04 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: Are there people who would find it useful if log-mode in the agenda showed all logged state changes? Might get crowded - but it is certainly possible to implement that. I'm not sure if that would be useful or not for me... but it would be interesting

[Orgmode] BUG - Attachment directories with newlines

2008-11-05 Thread Bernt Hansen
Hi Carsten, I've run into a problem with attachments. I tried opening an attachment for one of my tasks and it can't find it. As it turns out the attachment directory has an embedded newline in it like this: , | [EMAIL PROTECTED]:~/git/org/data/c6$ find . -type d -ls | 55811534

[Orgmode] Re: Setttings for using attachments

2008-11-05 Thread Bernt Hansen
Chris Willard [EMAIL PROTECTED] writes: I am playing with using attachments in org-mode. It works OK except that the ID in the properties section is similiar to the following; [EMAIL PROTECTED] I changed the hostname to eee-cbw but am not sure where I change the rest! I put export

Re: [Orgmode] BUG - Attachment directories with newlines

2008-11-05 Thread Bernt Hansen
there or created there by a different method than the files in the directory without. Thanks. - Carsten On Nov 5, 2008, at 8:11 PM, Bernt Hansen wrote: Hi Carsten, I've run into a problem with attachments. I tried opening an attachment for one of my tasks and it can't find it. As it turns out

Re: [Orgmode] BUG - Attachment directories with newlines

2008-11-05 Thread Bernt Hansen
what I find out. Regards, Bernt Bernt Hansen [EMAIL PROTECTED] writes: I've only every created files in my data directory with the C-c a a command. I'll try to get more useful information about this tonight -Bernt Carsten Dominik [EMAIL PROTECTED] writes: Hi Bernt, it would be useful

Re: [Orgmode] BUG - Attachment directories with newlines

2008-11-05 Thread Bernt Hansen
attachments which are in directories with embedded newlines to the correct location and all should be well for me at that point. Other users might want to check if they have attachments in broken directories too. -Bernt Bernt Hansen [EMAIL PROTECTED] writes: Attachments work fine today. They also

[Orgmode] Re: I am impressed

2008-11-06 Thread Bernt Hansen
Richard Riley [EMAIL PROTECTED] writes: In your Linux repositories you will also find gitk and giggle which are nice front ends to examine progress when playing with GIT . And git gui which you can use to create commits. -Bernt ___ Emacs-orgmode

[Orgmode] Re: BUG - Attachment directories with newlines

2008-11-06 Thread Bernt Hansen
all my attachments which are in directories with embedded newlines to the correct location and all should be well for me at that point. Other users might want to check if they have attachments in broken directories too. -Bernt Bernt Hansen [EMAIL PROTECTED] writes: Attachments work fine

[Orgmode] Do not use hard links on attachments stored in git

2008-11-06 Thread Bernt Hansen
I keep my org files and attachments in a git repository. I noticed that org-mode allows you to hardlink attachments. I just want to point out that if you put these in a git repository then I don't recommend using the hardlink option. Git breaks hardlinks and you'll end up with two versions of

Re: [Orgmode] Re: BUG - Attachment directories with newlines

2008-11-07 Thread Bernt Hansen
Nick Dokos [EMAIL PROTECTED] writes: Carsten Dominik [EMAIL PROTECTED] wrote: This is very strange. I cannot reproduce this. When I evaluate in your example | (org-id-get (point)) | (org-entry-get (point) ID) I get in both cases just the ID, no newline with it. Also, new newlines

[Orgmode] Re: BUG - Attachment directories with newlines

2008-11-07 Thread Bernt Hansen
Charles Sebold [EMAIL PROTECTED] writes: On 6 Nov 2008, Carsten Dominik wrote: I get in both cases just the ID, no newline with it. Also, new newlines are created for me after the attachment property. Can please more people try Bernt's example? Same for me, just the ID, no newline. I'm

[Orgmode] [PATCH] Fix typos on website Changes documentation

2008-11-07 Thread Bernt Hansen
- Fix minor grammar issues - Fix typos - Fix typo is variable name for example lisp code --- Carsten: This commit is available at git://git.norang.ca/org-mode in the branch fix-website-changelog -Bernt ORGWEBPAGE/Changes.org | 42 +- 1 files

[Orgmode] Thanks Carsten!!

2008-11-10 Thread Bernt Hansen
Hi Carsten, You truly are awesome! :) This message started as a feature request. Subject: Feature Request - org refile targets adds the current file targets I was reviewing one of my archive files today which is not in my

[Orgmode] Re: Entering Old Dates in the Date Time Prompt

2008-11-10 Thread Bernt Hansen
Ian Barton [EMAIL PROTECTED] writes: I am not sure if this counts as a bug. If I try to enter dates before 1970 in the prompt it defaults to the current year. I assume that this is to do with Unix dates starting in 1970. The reason for doing this is to enter some birth dates in org using the

[Orgmode] [PATCH] Fix description of org-agenda-filter-effort-default-operator

2008-11-10 Thread Bernt Hansen
If you skip the operator selection key this defines the default operator. --- Carsten: This commit is available at git://git.norang.ca/org-mode on the 'fix-doc' branch. lisp/org-agenda.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-agenda.el

[Orgmode] Re: crossing out done items

2008-11-12 Thread Bernt Hansen
sergio [EMAIL PROTECTED] writes: i have JUST switched over from planner-el, and i am thinking that i REALLY like it.. the thing that i kinda miss is how planner-el would cross out and dim todo items that were done. i really liked that.. maybe i just gotta get used to not having it.. but

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Bernt Hansen
/java_vm /etc/alternatives/javaws /etc/alternatives/javaws.1.gz Anyway, thanks for the tip. It easier than editing those links by hand and shows all the alternatives present on the system. Sebastian Bernt Hansen [EMAIL PROTECTED] writes: Sebastian Rose [EMAIL PROTECTED] writes: OK

[Orgmode] Re: linking to an email..

2008-11-12 Thread Bernt Hansen
sergio [EMAIL PROTECTED] writes: part of me would like to use gnus (does anyone on here use gnus for email?).. I do with a local IMAP server. -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-12 Thread Bernt Hansen
Sebastian Rose [EMAIL PROTECTED] writes: OK, fixed. I did NOT have to adjust all the /etc/alternatives/java* stuff. Just java and javac have been changed on some updating or installation of packages depending on the free java stuff. sh$ cd /etc/alternatives/ sh$ rm java sh$ ln -s

[Orgmode] Re: Breaking tasks down into subtasks

2008-11-12 Thread Bernt Hansen
David A. Gershman [EMAIL PROTECTED] writes: Any heading which has a [%] or [/] at the end will _automatically_ be updated as its subtasks *Todo-keywords* are updated. The [%] and [/] can be anywhere in the heading - they don't have to be at the end. -Bernt

[Orgmode] Re: how-to? - show only 1 tag for 1 day..

2008-11-13 Thread Bernt Hansen
sergio [EMAIL PROTECTED] writes: when i view an agenda, sometimes it is much easier for me to view only one tag for one day.. for instance.. before i run out to lunch, i would like to have a list that only shows errands for today.. i can do this, but it shows all errands for the whole

[Orgmode] Re: Logging work

2008-11-13 Thread Bernt Hansen
[EMAIL PROTECTED] (Flávio de Souza) writes: I am using org mode to organize my personal projects at home and my projects at work. Generally I work on two or three big projects at work and a few tasks ( not directly related to a specific project ). Org-mode is working well for me, but I

[Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-14 Thread Bernt Hansen
Eric Schulte [EMAIL PROTECTED] writes: I have been working on an org-mode add-on for the specialized processing of #+begin_* blocks. Since this is very similar to the need you expressed below, I implemented ditaa processing as one of the examples in the initial implementation of this add-on.

Re: [Orgmode] Re: Export ascii-images using ditaa when targeting HTML?

2008-11-14 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: I would like blocks to be defined so that you can use both upper and lower case, and I hope that most of Org works like this (please report this as a bug if is case dependent under some circumstances). :) I've only every used all uppercase for org

[Orgmode] Bug Report - org-edit-special eats the first newline

2008-11-14 Thread Bernt Hansen
Hi Carsten, This is really minor but I ran into it using C-c ' when playing with Eric's ditaa export code. ,[ test.org ] | * TODO Testing | | | | ` If you put the point on the blank line between and and do C-c ' and create something and save it with C-c ' the

[Orgmode] BUG org-remember doesn't always save location we stored the note

2008-11-14 Thread Bernt Hansen
Hi Carsten, I took at stab at fixing this but failed miserably :( I have C-M-r mapped to org-remember. When I start org-remember I occasionally want to store the note somewhere else and I use ## C-1 C-c C-c to select file and header location interactively. After filing this note away it's

[Orgmode] Re: BUG org-remember doesn't always save location we stored the note

2008-11-14 Thread Bernt Hansen
Bernt Hansen [EMAIL PROTECTED] writes: I took at stab at fixing this but failed miserably :( I have C-M-r mapped to org-remember. When I start org-remember I occasionally want to store the note somewhere else and I use ## C-1 C-c C-c to select file and header location interactively

[Orgmode] [PATCH] Save location of stored remember notes when saving with org-refile

2008-11-14 Thread Bernt Hansen
This sets the bookmark org-remember-last-stored to the location of the stored remember note when it is filed using C-1 C-c C-c (the org-refile interface) Both org-refile-last-stored and org-remember-last-stored bookmarks will point at the same place after saving the remember buffer. This makes

[Orgmode] [PATCH] Fix spelling in variable documentation

2008-11-14 Thread Bernt Hansen
- org-remember-store-without-prompt --- Minor typo fix in the documentation. This is available on the git://git.norang.ca/org-mode repository on the 'for-carsten' branch. You can cherry pick commits easily with gitk as follows: $ git checkout master $ git fetch git://git.norang.ca/org-mode

Re: [Orgmode] [PATCH] Fix spelling in variable documentation

2008-11-14 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: On Nov 14, 2008, at 6:58 PM, Bernt Hansen wrote: - org-remember-store-without-prompt --- Minor typo fix in the documentation. This is available on the git://git.norang.ca/org-mode repository on the 'for-carsten' branch. You can cherry pick

[Orgmode] Re: Keeping your history for org files

2008-11-15 Thread Bernt Hansen
Peter BARABAS [EMAIL PROTECTED] writes: Rainer Stengele rainer.stengele at diplan.de writes: Hello, * Creating commits automatically

[Orgmode] Re: ido's flex matching in org-refile

2008-11-16 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: Hi Eric, this is very nice, but the changes also contain a whole mountain of changes where only the initial whitespace of lines is changed. This makes it very har to see what really is the core of this patch and makes me hesitate to apply it. Can

[Orgmode] Re: OT?: viewing pdf as attachment

2008-11-18 Thread Bernt Hansen
John Rakestraw [EMAIL PROTECTED] writes: Hi -- I think this is not specifically an org-mode issue, but it shows up in org. I've started using the file attachment feature. I really like the way it works, except that it doesn't work consistently with pdf files on one of my computers. I

[Orgmode] Re: Org Remember hooks?

2008-11-19 Thread Bernt Hansen
Hi Carsten, Remember mode seems to be broken this morning. After entering my remember note C-c C-c gives the following error Debugger entered--Lisp error: (wrong-type-argument commandp org-remember-finalize) call-interactively(org-remember-finalize) According to git bisect the following

[Orgmode] Re: Org Mode Column View for multiple files

2008-11-19 Thread Bernt Hansen
Julien CHEVALIER [EMAIL PROTECTED] writes: I've been using org mode for some days now. I dispatched my headings within 4 files which could be considered as leaves from my main file which is the place where i capture headings. Id like to know if it's possible to get a single column view for

[Orgmode] org-clock-in fails sometimes with prefix arg

2008-11-19 Thread Bernt Hansen
Hi Carsten, I've run into this a few times today. I don't have any useful insight into how this occurs yet but I thought I'd mention it anyway. My current org-clock-history looks like this: ,[ C-h v org-clock-history RET] | org-clock-history is a variable defined in `org-clock.el'. | Its

[Orgmode] Re: org-archive-location

2008-11-19 Thread Bernt Hansen
Matthew Lundin [EMAIL PROTECTED] writes: Here's the relevant configuration line: (setq org-archive-location 2008.org_archive) I think this should be (setq org-archive-location 2008.org_archive::) -Bernt ___ Emacs-orgmode mailing list Remember:

[Orgmode] [PATCH] Clean up the description of org-archive-location

2008-11-19 Thread Bernt Hansen
This removes the ambiguous description that might lead org users to try to set this variable without a '::' separator. Without the separated C-c C-x C-S fails with Invalid 'org-archive-location' --- Here's my attempt at cleaning up the documentation of this variable. This patch is

Re: [Orgmode] org-clock-in fails sometimes with prefix arg

2008-11-20 Thread Bernt Hansen
Yes I am. -Bernt Carsten Dominik [EMAIL PROTECTED] writes: Hi Bernt, are you saving clock information from session to session, using org-clock-persistence-insinuate? - Carsten On Nov 19, 2008, at 5:25 PM, Bernt Hansen wrote: Hi Carsten, I've run into this a few times today

[Orgmode] Re: org-clock-in fails sometimes with prefix arg

2008-11-20 Thread Bernt Hansen
-insinuate? - Carsten On Nov 19, 2008, at 5:25 PM, Bernt Hansen wrote: Hi Carsten, I've run into this a few times today. I don't have any useful insight into how this occurs yet but I thought I'd mention it anyway. My current org-clock-history looks like this: ,[ C

[Orgmode] Re: How to make a todo entry in plain text?

2008-11-22 Thread Bernt Hansen
Oliver Charles [EMAIL PROTECTED] writes: On Sat, Nov 22, 2008 at 11:29 PM, anhnmncb [EMAIL PROTECTED] wrote: For example: * TODO Things I need to do - [] get foo1, foo2, foo3. * TODO foo2 is got by this way - [] do thing 2 - [] ... You haven't made your question very clear here...

[Orgmode] Re: How to make a todo entry in plain text?

2008-11-23 Thread Bernt Hansen
anhnmncb [EMAIL PROTECTED] writes: , | * TODO Things I need to do | - [ ] get foo1, foo2, foo3. | ** TODO foo2 is got by this way | - [ ] do thing 2 | - [ ] ... ` In such case, the level 2 TODO will break up my the one plain list into two. So assume that the original header

[Orgmode] Re: Release 6.13

2008-11-23 Thread Bernt Hansen
Carsten Dominik [EMAIL PROTECTED] writes: New contributed file /org-exp-blocks.el/ This new file implements special export behavior of user-defined blocks. The currently supported blocks are - comment :: Comment blocks with

[Orgmode] Re: Clearing highlighting after a tag search

2008-11-23 Thread Bernt Hansen
Graham Smith [EMAIL PROTECTED] writes: If I use C+c \ to search for a tag, it highlights the todo entries which have that tag. BUT how do I then clear the highlighting. Maybe its some generic Emacs command, becausue I can't find it in the org manual, so would appreciate some help. C-c C-c

[Orgmode] Re: Release 6.13

2008-11-24 Thread Bernt Hansen
Sebastian Rose [EMAIL PROTECTED] writes: This way first the *.org files are published (and thus ditaa images are created in :base-directory) and then the new generated images. Thanks for the response Sebastian. I already have my projects set up like this - it's just that I need to break my

[Orgmode] Re: Release 6.13

2008-11-25 Thread Bernt Hansen
-name (car prj (assoc project-name org-publish-project-alist))) Regards, Sebastian Bernt Hansen [EMAIL PROTECTED] writes: Carsten Dominik [EMAIL PROTECTED] writes: New contributed file /org-exp

[Orgmode] Re: [PATCH] Clean up the description of org-archive-location

2008-12-02 Thread Bernt Hansen
Christian Egli [EMAIL PROTECTED] writes: Hi Carsten Dominik [EMAIL PROTECTED] writes: I think I am ripe for a little lecture about remote repositories and tracking them, so that I do not need to type the location of your repo each time... :-) Can't you just do git remote add

[Orgmode] Re: publish not working in git version

2008-12-02 Thread Bernt Hansen
Richard Riley [EMAIL PROTECTED] writes: Hi Sebastion, Do you have latest git head and publish to an ssh destination via tramp? I do ... and it works for me. -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the

[Orgmode] Re: BUG - Archiving to the archive sibling duplicates tasks

2008-12-03 Thread Bernt Hansen
, 2008, at 8:07 PM, Bernt Hansen wrote: Hi Carsten, I've found a bug with the archive process. ,[ test.org ] | * One | ** One One | ** One Two | ** One Three | ** One Four ` If you put the point on line 2 (The ** One One task) and then hit C-c C-x A 4 times in a row

<    2   3   4   5   6   7   8   9   10   11   >