[Orgmode] Re: Bind C-u C-c C-x C-i to a key

2010-08-12 Thread Andreas Burtzlaff
Markus Heller writes: > Hello all, > > I'd like to bind `C-u C-c C-x C-i' to the key in emacs 23. > > I guess the line in my .emacs has to look like > > (global-set-key (kbd "") 'org-XXX-XXX) > > but what exactly would org-XXX-XXX be? > > I apologize if this is a question with an obvious answer

[Orgmode] Re: FYI: Spanish translation of Org mode manual and blog post about "Timestamp calculations in Emacs with org-mode"

2010-08-09 Thread Andreas Burtzlaff
Carsten Dominik writes: > On Aug 9, 2010, at 10:14 PM, Nick Dokos wrote: > >> Carsten Dominik wrote: >> >>> >>> On Aug 9, 2010, at 9:50 PM, David Maus wrote: >>> These two things recently hit my inbox: Timestamp calculations in Emacs with org-mode http://www.hollenback.net/in

[Orgmode] Re: keys and command name info

2010-08-09 Thread Andreas Burtzlaff
Carsten Dominik writes: > On Aug 9, 2010, at 12:26 AM, Gregor Zattler wrote: > >> Hi Carsten, org-mode developers, >> * Carsten Dominik [02. Aug. 2010]: >>> I am not sure I would like such a change because I think it >>> makes the manual harder and less fluid to read and considerably >>> longer.

[Orgmode] Re: [ANN] org-protocol-httpd

2010-08-04 Thread Andreas Burtzlaff
ication might even provide a way to connect over ssh to > the emacs session. With this you would have easy viewing and simple > editing of org-mode files and if needed a full featured org-mode session > on your smartphone (yep I'm aware some here run emacs natively on there > phone).

[Orgmode] [ANN] org-protocol-httpd

2010-08-03 Thread Andreas Burtzlaff
Hello all, org-protocol-httpd is an Http-server running in Emacs that responds to requests where the path is: - an org-protocol action. In this case the associated handler from org-protocol is executed. - an org-protocol-httpd action. In this case the associated handler is executed an

[Orgmode] Re: Browsing worg

2010-07-30 Thread Andreas Burtzlaff
suvayu ali writes: > Hi everyone, > > I am new to org-mode. I was wondering if there was any way to browse > worg content other than with a web browser. It would be really > convenient if I could do it within emacs, maybe as info pages or .org > files? Sure, the html version of worg is generated

[Orgmode] Re: Some problems with times in a spreadsheet

2010-07-22 Thread Andreas Burtzlaff
Cecil Westerhof writes: > Op woensdag 21 jul 2010 15:46 CEST schreef Juan: > >>> | # | Total hours | 16@ 15' 0" | 18@ 5' 0" | >>> | ^ | | totalTime1 | totalTime2 | >>> |---+-++| >>> #+TBLFM: $totalTime1=vsum(@-i...@-i); f2 :: $totalTime2=vsum(@-i..

[Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Andreas Burtzlaff
Markus Heller writes: > Andreas Burtzlaff writes: > >> Markus Heller writes: >> >>> Carsten Dominik writes: >>> >>> [snip] >>> >>>> >>>> Thanks, thanks, thanks! >>>> >>>> Enjoy! >>

[Orgmode] Re: Org-mode release 7.01

2010-07-19 Thread Andreas Burtzlaff
Markus Heller writes: > Carsten Dominik writes: > > [snip] > >> >> Thanks, thanks, thanks! >> >> Enjoy! >> >> - Carsten >> >> P.S. If you are trying to find the 7.01 release on the master branch >> in the repository, you will not. The releases are now on a new branch, >> called "maint", which w

[Orgmode] Re: Bib system based on org-mode

2010-07-10 Thread Andreas Burtzlaff
Qiang Guo writes: > Hi, Community > > org-mode is a great tool to record and recognize > things. Has anybody ever thought of using it as a > bibliographical system as Endnote, and etc ? Yes, the format you propose below is used by Fireforg. Have a look at its documentation at: http://orgmode.or

[Orgmode] Re: [BUG] Shift-left and Shift-right reset time to 0:00

2010-05-08 Thread Andreas Burtzlaff
Nathaniel Flath writes: > Whenever I am on a timestamp with a time that isn't zero-filled, shift-left > and right zero the time. for example: > <2010-05-08 Sat 2:00> becomes: > <2010-05-09 Sun 00:00> > This does not occur for stamps of the form: > <2010-05-08 Sat 02:00> I reported that a whil

Re: [Orgmode] Re: Gmane readers - please subscribe

2010-04-27 Thread Andreas Burtzlaff
On Tue, 27 Apr 2010 20:02:50 +1000 Ben Finney wrote: > [...] > For an infrequently-to-never used passphrase, one of two things is the > case: either it's unique, or it is identical to the passphrase that > accesses some other set of services for the user. > > Since it's an infrequently-to-never

Re: [Orgmode] bug in org-table?

2010-04-08 Thread Andreas Burtzlaff
I have been able to reproduce the behaviour reported in the OP exactly once. After adding a second table to the file the tooltip behaved as expected and neither undoing nor starting from a fresh file could reproduce it While experimenting I noticed that in the following table: | Title1 |

Re: [Orgmode] Re: Bug in table formula editor?

2009-11-22 Thread Andreas Burtzlaff
Hello andrea, On Sun, 22 Nov 2009 11:51:31 + (UTC) andrea Crotti wrote: > Yes I'm sorry the table was too big and screwed up so I didn't copy the > formulas. > Anyway it's everything here > http://github.com/AndreaCrotti/my-project-euler/blob/master/euler.org > > For the "bug" just go over

[Orgmode] [babel] Bug: Export code block before first heading

2009-11-20 Thread Andreas Burtzlaff
Exporting a file with a source block before the first heading, like: #+BEGIN_SRC emacs-lisp ... #+END_SRC to html yields the error "Before first headline at position 3 in buffer org-mode-tmp" A backtrace is attached. Andreas Emacs : GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.1

[Orgmode] Bug: Single digit hours part in timestamps [6.33f (release_6.33f.16.ge103)]

2009-11-20 Thread Andreas Burtzlaff
A single digit hours part like 9:00 is changed to 00:00 by org-clone-subtree-with-time-shift and when using S- on it: * Subtree to shift +1d with org-clone-subtree-with-time-shift ** An entry <2009-11-20 Fri 9:00> Results in: * Shifted subtree ** An entry <2009-11-21 Sat 00:00> The same also h

Re: [Orgmode] Re: org-protocol bug

2009-11-11 Thread Andreas Burtzlaff
On Wed, 11 Nov 2009 10:06:36 +0100 Sebastian Rose wrote: > > Andreas, could you check if it works for you, too? > Yes, it works with both 23 and 22. Thanks for your effort. Andreas ___ Emacs-orgmode mailing list Remember: use `Reply All' to send r

Re: [Orgmode] Sparse-tree at cursor point

2009-11-09 Thread Andreas Burtzlaff
Hello Marcelo, On Mon, 9 Nov 2009 18:03:58 -0600 Marcelo de Moraes Serpa wrote: > Hello list, > > The sparse-tree feature is very useful when you want to follow tasks of a > specific project, and want to filter the whole org file to show only the > relevant project tree. However, I did not find

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-24 Thread Andreas Burtzlaff
On Fri, 23 Oct 2009 12:56:15 -0700 Samuel Wales wrote: > Minor correction and new error messages. > > The process filter error message was probably due to not running the > fireforg things in .emacs. I had commented them out because they take > several minutes to load the links in org-agenda-fi

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-24 Thread Andreas Burtzlaff
Hi Samuel, thanks for taking the time to report your findings and ideas. On Fri, 23 Oct 2009 11:31:32 -0700 Samuel Wales wrote: > Hi Andreas, > > On Tue, Oct 20, 2009 at 01:12, Andreas Burtzlaff wrote: > > I will add an entry to the tab context menu tonight to do this

Re: [Orgmode] [PATCH 3/3] Some small fixes in org-registry.

2009-10-21 Thread Andreas Burtzlaff
Here's a clean rewrite of org-registry-assoc-all and org-registry-find-all that also fixes a small bug: --- diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 8524c9f..313fc74 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -1,3 +1,8 @@ +2009-10-22 Andreas Burt

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-20 Thread Andreas Burtzlaff
On Tue, 20 Oct 2009 10:12:42 +0200 Andreas Burtzlaff wrote: > On Mon, 19 Oct 2009 20:40:54 -0700 > Samuel Wales wrote: > > > I have a huge number of Firefox tabs that I want to get into > > org. Figuring out how has gotten complicated, despite good > > documentation

Re: [Orgmode] getting Firefox tabs into org on a mac

2009-10-20 Thread Andreas Burtzlaff
On Mon, 19 Oct 2009 20:40:54 -0700 Samuel Wales wrote: > I have a huge number of Firefox tabs that I want to get into > org. Figuring out how has gotten complicated, despite good > documentation out there. > > I want simply title and url for each tab. > > Maybe like this: > > * Firefox tabs

Re: [Orgmode] to bookmarks

2009-09-26 Thread Andreas Burtzlaff
On Sat, 26 Sep 2009 13:59:49 + (UTC) andrea Crotti wrote: > Bookmarks from org-mode: > >I insert many many links inside my orgmode but sometimes I would also like > to have them in my > browsers (safari and firefox sometimes). > >Is there already something working out of the box

Re: [Orgmode] Question on spreadsheet formula

2009-09-25 Thread Andreas Burtzlaff
Hi, you could rewrite the formula using vertical sums: |-+--+--+---| | No. |P |E | B | |-+--+--+---| | 1 | 5000 | 2000 | 3000 | | 2 | 7000 | 1000 | 9000 | | 3 | 5000 | 1000 | 13000 | #+TBLFM: $4=vsum(@-i$...@0$2)-vsum(@-i$...@0$3) HTH Andreas

Re: [Orgmode] [PATCH] Org-mode version 6.30trans (release_6.30d.19.g1db9); Last character in file not folded correctly

2009-09-07 Thread Andreas Burtzlaff
On Mon, 07 Sep 2009 17:59:14 +0200 David Maus wrote: > > According to Carsten this misbehaviour is not Orgmode's fault, but > Outline-Mode's > > http://www.mail-archive.com/emacs-orgmode@gnu.org/msg16542.html > > and should be reported as a bug in Emacs23 (what I do use, too). > > *But*: I di

[Orgmode] Org-mode version 6.30trans (release_6.30d.19.g1db9); Last character in file not folded correctly

2009-09-07 Thread Andreas Burtzlaff
The last character in a file is not folded correctly,e.g: * fold this heading The following X is the *last character* in the file: X yields: * fold this heading...X Emacs : GNU Emacs 23.1.1 (x86_64-pc-linux-gnu, GTK+ Version 2.14.7) of 2009-08-21 on fluxx Package: Org-mode version 6.

Re: [Orgmode] Re: Some table questions

2009-09-04 Thread Andreas Burtzlaff
On Fri, 04 Sep 2009 12:46:02 +0200 andrea crotti wrote: > Carsten Dominik writes: > > > No, this is not possible currently. > > > > Well but I can set up formulas for an entire column like for example: > > | 1 | 1 | > | 2 | 4 | > #+TBLFM: $2=$1^2 > > If I could hide one column with another s

Re: [Orgmode] Fireforg: org-protocol mac workaround and BibTeX import using Zotero

2009-08-17 Thread Andreas Burtzlaff
On Mon, 17 Aug 2009 15:17:25 +0100 Eric S Fraga wrote: > At Sun, 16 Aug 2009 11:52:16 +0200, > Andreas Burtzlaff wrote: > > > > > > > > Fireforg is now capable of sending a BibTeX entry for every item > > imported into Zotero to Org. For details see the do

[Orgmode] Fireforg: org-protocol mac workaround and BibTeX import using Zotero

2009-08-16 Thread Andreas Burtzlaff
Fireforg is now capable of sending a BibTeX entry for every item imported into Zotero to Org. For details see the doc at http://orgmode.org/worg/org-devel.php#fireforg I've added a workaround for the broken protocol registration in Firefox, that keeps mac users from enjoying org-protocol: - Set

Re: [Orgmode] Workflow for attaching, linking, and saving bibtex links together with notes?

2009-08-12 Thread Andreas Burtzlaff
The use case is very similar to the one I'm starting to get comfortable with, so here is my vision: Fireforg could download the pdf , use Zotero's translators to extract bibliography information and other metadata from a site, and send that and the file's path to org. There, this information beco

Re: [Orgmode] Fireforg and the mac

2009-08-10 Thread Andreas Burtzlaff
On Mon, 10 Aug 2009 10:14:55 -0500 Robert Goldman wrote: > Is Fireforg expected to work on the Mac? Or should we expect it to fail > because of the bug in Mac Firefox that keeps protocol registration from > working? At the moment org-protocol is only used to let emacs visit an annotation on sel

Re: [Orgmode] Fireforg, a Firefox extension for Org mode interaction (Moved to Worg)

2009-08-08 Thread Andreas Burtzlaff
Up to date documentation of Fireforg now resides on Worg: http://orgmode.org/worg/org-devel.php#fireforg Please only use the installation procedures described there from now on. Andreas ___ Emacs-orgmode mailing list Remember: use `Reply All' to sen

Re: [Orgmode] Fireforg, a Firefox extension for Org mode interaction

2009-08-08 Thread Andreas Burtzlaff
On Sat, 8 Aug 2009 17:09:35 -0300 Daniel Martins wrote: > The issue on org-agenda-files was solved. It was my mistake, sorry. No problem > (right click on the statusbar entry) : works in a limited sense. It pops up > the remember and store-links options but nothing happens when I left-click >

Re: [Orgmode] Fireforg, a Firefox extension for Org mode interaction

2009-08-08 Thread Andreas Burtzlaff
On Sat, 8 Aug 2009 14:19:35 -0300 Daniel Martins wrote: > I followed your indications but it did not work properly. > > 1. My org-agenda-files became nil I dont know the reason org-agenda-files is not altered in my code. I made a small mistake in the original posting and am changing the install

[Orgmode] Fireforg, a Firefox extension for Org mode interaction

2009-08-06 Thread Andreas Burtzlaff
Hello all, I am developing a Firefox extension for interaction with org-mode that goes by the name "Fireforg". It shows the number of occurrences of the currently viewed url in the agenda files as well as the associated tags in the status bar. A left click on the status bar entry displays a popup

Re: [Orgmode] Spreadsheet bug?

2009-07-23 Thread Andreas Burtzlaff
On Thu, 23 Jul 2009 12:17:03 +0200 meingbg wrote: > > Nevertheless: > > > > If @2$3 is manually set to 2 in the table, then the formulas produce > > the expected outcome. So, the problem seems to be the order of > > execution. If column c is cleared and the formulas are executed, @2$3 > > is read

Re: [Orgmode] Spreadsheet bug?

2009-07-23 Thread Andreas Burtzlaff
On Thu, 23 Jul 2009 02:29:30 +0200 meingbg wrote: > | a | b | c | > |---++---| > | a | 2 | 2 | > | b | 3 | 7 | > | c | -3 | 4 | > | d | 5 | 9 | > #+TBLFM: $3=...@-1::@2$3=$2 A good solution is to use $3=vsum(@-I$-1..$-1) as proposed in this thread: http://thread.gmane.org/gmane.emacs.or

Re: [Orgmode] [ANN] org-fstree: insert directory subtrees into org buffers / UPDATE

2009-06-19 Thread Andreas Burtzlaff
On Thu, 18 Jun 2009 18:35:32 -0400 Lindsay Todd wrote: > [...] other than having to > figure out a path to the attachment directory. Would be nice if > org-fstree did that for me. > > I have "att:" as a link prefix to my attachment directory; if > org-fstree could expand link prefixes, that wo

Re: [Orgmode] [ANN] org-fstree: insert directory subtrees into org buffers / UPDATE

2009-06-11 Thread Andreas Burtzlaff
Lindsay, you remembered me to publish the new version 0.4 of org-fstree, that features dynamic generation and deletion of directory contents on visibility change and thus makes the complete filesystem browsable in real time inside the org file. ( set option :dynamic-update t ) The entries are also

Re: [Orgmode] [ANN] org-fstree 0.2

2009-04-03 Thread Andreas Burtzlaff
Carsten, On Fri, 3 Apr 2009 11:45:44 +0200 Carsten Dominik wrote: > > Hm, that works for links to files, but strangely it doesn't for > > links to headings in 6.25: > > True, > > and I have no idea why that is so. Very strange bug, one > of those only Nick Dokos can find :-) you didn't cou

Re: [Orgmode] [ANN] org-fstree 0.2

2009-04-01 Thread Andreas Burtzlaff
> > I'm looking for a better way to display those links and possibly also > > the content of the headings and am happy to receive new ideas. I > > tried the > > column view, but properties that contain links are displayed as text. > > But you can nonetheless open them with C-c C-o when on the r

Re: [Orgmode] [ANN] org-fstree 0.2

2009-03-31 Thread Andreas Burtzlaff
Hello Alan, I think you overlooked one aspect of org-fstree. If you place a link to a file in the org file (outside the region between BEGIN_FSTREE and END_FSTREE), e.g: * Some note [[file:foobar][foobar]] :someTag: then this heading will show up behind the file in the fstree as a link back

Re: [Orgmode] [ANN] org-fstree 0.2

2009-03-29 Thread Andreas Burtzlaff
Hello Sebastian, new version 0.2 available. http://www.burtzlaff.de/org-fstree/org-fstree.el On Sun, 29 Mar 2009 03:57:36 +0200 Sebastian Rose wrote: > Andreas Burtzlaff writes: > * a customizable list of directory names to skip. > '("CVS" "_MTN" &

[Orgmode] [ANN] org-fstree: insert directory subtrees into org buffers

2009-03-28 Thread Andreas Burtzlaff
Hello everyone, the idea is now implemented as an extension to org-mode. Available here: http://www.burtzlaff.de/org-fstree/org-fstree.el org-fstree inserts the filesystem subtree for a given directory. Each file/directory is formatted as a headline, provides links back to all headlines that ar

Re: [Orgmode] combine orgmode and file system browsing

2009-03-20 Thread Andreas Burtzlaff
Hi Sebastian, On Sat, 21 Mar 2009 03:20:37 +0100 Sebastian Rose wrote: > I like the idea of it. Thanks! > Maybe this helps in the TODO file of > small/medium project. I'll keep it and probably use it :-) The script does not generate the backlinks only the file system structure, so it's not re

[Orgmode] combine orgmode and file system browsing

2009-03-20 Thread Andreas Burtzlaff
Hello everyone, while using orgmode to organize data that is strongly bound to files and directories, I came to the point where in addition to linking from the orgfile to the target file/directory I longed to have it the other way round, i.e. getting information about the files/directories from th

[Orgmode] automated link generation

2009-02-13 Thread Andreas Burtzlaff
First of all congratulations for this extraordinary helpful piece of software. I wonder whether it is possible to create a link (optionally with complete file information) for the headline the cursor is currently on and put it in the kill ring. That would speed things up quite a bit. Thanks And