[Orgmode] Tracking Org-mode's git repo

2009-07-29 Thread Sebastian Rose
Hi all, I sat down to hack a little on our functions we wrote to compile Org-mode without make (see http://article.gmane.org/gmane.emacs.orgmode/15264 ff). I thought it would be nice, to do the whole bunch of actions at once for users tracking the development version of Org-mode: * git

Re: [Orgmode] Tracking Org-mode's git repo

2009-07-29 Thread Sebastian Rose
Yes, I hear you The repo is here: http://github.com/SebastianRose/track-org-git/tree/master :-) Sebastian Sebastian Rose sebastian_r...@gmx.de writes: Hi all, I sat down to hack a little on our functions we wrote to compile Org-mode without make (see http://article.gmane.org

Re: [Orgmode] Tracking Org-mode's git repo

2009-07-29 Thread Sebastian Rose
Greg Newman g...@20seven.org writes: I could whip up some bash scripts to do this in different flavors Sebastian, like one for those with git, one for those without. It just wouldn't work for windows users; only mac/linux. Thanks Greg, but that what it is intended for: work without any

Re: [Orgmode] Tracking Org-mode's git repo

2009-07-29 Thread Sebastian Rose
Greg Newman g...@20seven.org writes: I think I understand what you're talking about Sebastian, which what I'd do is use wget in the bash script for those who don't have and don't want to install git. I hope we can do that using arc-mode (since emacs 22.1) or tar-mode. Maybe I overlooked

Re: [Orgmode] Column mode a whole file

2009-07-30 Thread Sebastian Rose
Ethan ethan.glasser.c...@gmail.com writes: Hi! I've been playing with org-mode column view (org version 6.28trans, fresh from git!) and working my way through the Org manual to try to understand this tool and see what neat tricks I can pick up by using it. Today I have been playing with

Re: [Orgmode] Org-mode release 6.29

2009-08-04 Thread Sebastian Rose
Keith Lancaster klancaster1...@mac.com writes: Hi, This is great! I'm having an issue with the org-indent-mode. I get org-mode: Cannot open load file: org-indent if I enable it for a buffer (same message if I just do M-x org-indent- mode). Maybe the file is not auto-loaded? Did

[Orgmode] org-id-get-create maybe...

2009-08-04 Thread Sebastian Rose
In my org-setup, I want to have something like this: (defun sr-org-id-insert-maybe () (if (y-or-n-p Create a unique ID for this section?) (org-id-get-create))) (org-insert-heading-hook (quote (sr-org-id-insert-maybe))) But I don't want to enable it globally. Instead, I want

Re: [Orgmode] org-id-get-create maybe...

2009-08-05 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 5, 2009, at 1:06 AM, Sebastian Rose wrote: In my org-setup, I want to have something like this: (defun sr-org-id-insert-maybe () (if (y-or-n-p Create a unique ID for this section?) (org-id-get-create))) (org-insert

[Orgmode] Interactively add refile targets - was: refile ideas

2009-08-05 Thread Sebastian Rose
Samuel Wales samolog...@gmail.com writes: Hi Carsten, On 2009-08-02, Carsten Dominik carsten.domi...@gmail.com wrote: If you mark some headlines (for example you remember targets) with a tag like r, you could make yourself a restricted refile command like this: (defun

Re: [Orgmode] [PATCH] fontified source-code on latex export with listings package

2009-08-09 Thread Sebastian Rose
Ahhh - yeees, yes, yes! I'm looking forward to stop using my old \variable{name} stuff!!! :) Thanks a bunch! Sebastian Eric Schulte schulte.e...@gmail.com writes: Hi, The attached patch allows for fontified source code blocks on export to LaTeX. It does this using the 'listings' latex

Re: [Orgmode] Cannot install 6.29c on Ubuntu 8.04 with emacs 22.1.1

2009-08-10 Thread Sebastian Rose
Hi Charles, You'll need some LaTeX environment installed. On Debian (and thus Ubuntu IMO), install texlive everything that package pulls in. Plus the packages you might use in the future. Synaptic will help here. Sebastian Charles Howard terminalbeach...@googlemail.com writes: 2009/8/9

Re: [Orgmode] Preventing (or mitigating) accidental deletion in org-mode

2009-08-23 Thread Sebastian Rose
Nick Bell m...@nickbell.org writes: It there any way I can confirm all deletions of significant amounts of data? I've tried wimpy-del.el http://www.emacswiki.org/emacs/wimpy-del.el but, although it seems to work when called directly (e.g. M-x kill-region-wimpy) it doesn't

Re: [Orgmode] [PATCH] Add 2 customizations to org-annotation-helper: template-shortcut, auto-finalize-remember

2009-08-23 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: Hi It is my feeling that org-annotation-helper is largely a subset of what org-protocol does. Would it not be useful to merge this new functionality into org-protocol.el? org-annotation-helper is part of org-protocol.el - that's why the

[Orgmode] Hooks and publishing

2009-08-26 Thread Sebastian Rose
Hi, I have this in one of my setup files: (add-hook 'text-mode-hook 'turn-on-flyspell) ;; (add-hook 'org-mode-hook 'turn-on-flyspell) (add-hook 'message-mode-hook 'turn-on-flyspell) As you can see, the second line is already commented. But it seems, org-mode runs text-mode-hook, too.

Re: [Orgmode] Hooks and publishing

2009-08-27 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On Aug 27, 2009, at 12:37 AM, Sebastian Rose wrote: Hi, I have this in one of my setup files: (add-hook 'text-mode-hook 'turn-on-flyspell) ;; (add-hook 'org-mode-hook 'turn-on-flyspell) (add-hook 'message-mode-hook 'turn-on-flyspell

Re: [Orgmode] Release 6.30

2009-09-01 Thread Sebastian Rose
Hi Carsten, thanks for another great release of my favorite mode! Allow LaTeX export to use the listings package I will definitively test this one extensively :) We always wanted to have this, but... Thanks Eric! I hope to get rid of all that weired stuff I used to typeset source code as seen

Re: [Orgmode] Can't get tasks [%] and [/] to work

2009-09-01 Thread Sebastian Rose
Michel Blanc mbl...@erasme.org writes: Dear All, I probably miss something here, but I really cannot get subtasks stats to work (i.e. what's described in the manual at 5.5 Breaking tasks down into subtasks). For instance, in the snippet below : *** Cage [%] DONE Redesign motherboard

[Orgmode] Org-mode version 6.30 (release_6.30.dirty); col / must be an empty tag

2009-09-01 Thread Sebastian Rose
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know hoe to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [Orgmode] Repeated Tasks

2009-09-01 Thread Sebastian Rose
Hi Noorul, Noorul Islam gnu...@gmail.com writes: Hello list, I have a requirement for calculating the time spent on repetitive task. Say for example checking mails. I don't have a specific schedule or deadline for this task. * TODO Check Mail I went through this document,

Re: [Orgmode] org-todo-keywords prompt for note

2009-09-01 Thread Sebastian Rose
Nathan Neff nathan.n...@gmail.com writes: Hello, When marking an item as DONE, I would like to be able to press n if I want to leave a note, and press d to just mark the item as DONE. I've tried using this trick: (setq org-todo-keywords '( (sequence TODO(t) STARTED(s) | DONE(n@/@)

Re: [Orgmode] org-todo-keywords prompt for note

2009-09-01 Thread Sebastian Rose
Nathan Neff nathan.n...@gmail.com writes: Hello, When marking an item as DONE, I would like to be able to press n if I want to leave a note, and press d to just mark the item as DONE. I've tried using this trick: (setq org-todo-keywords '( (sequence TODO(t) STARTED(s) | DONE(n@/@)

Re: [Orgmode] org-todo-keywords prompt for note

2009-09-01 Thread Sebastian Rose
Hi Nathan, Sorry for my typo (see below). Sebastian Rose sebastian_r...@gmx.de writes: Nathan Neff nathan.n...@gmail.com writes: Hello, When marking an item as DONE, I would like to be able to press n if I want to leave a note, and press d to just mark the item as DONE. I've tried using

[Orgmode] Workshop invitation to Berlin this weekend

2009-09-02 Thread Sebastian Rose
Hi everyone, September 5th 2PM I will conduct a workshop on Org-mode in Berlin. The title is Working and publishing with GNU Emacs and Org-mode We will start setting up org-mode and have run through all the basics like tasks, time tracking, remember, tables and so on, to adjust the levels

Re: [Orgmode] Re: Workshop invitation to Berlin this weekend

2009-09-03 Thread Sebastian Rose
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Sebastian, Sebastian Rose wrote: September 5th 2PM I will conduct a workshop on Org-mode in Berlin. The title is Working and publishing with GNU Emacs and Org-mode We will start setting up org-mode and have run through all

Re: [Orgmode] Org-mode version 6.30; Links in categories break layout

2009-09-03 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: You said that links aren't supported in categories, but for a feature that isn't supported, they work very well! In what sense are they not supported? They are not supported in the sense that I never have tried to make them work as links. It

[Orgmode] Org-mode version 6.30trans (release_6.30d.5.gc125); make fails on org-ascii.el

2009-09-04 Thread Sebastian Rose
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [Orgmode] Org-mode version 6.30trans (release_6.30d.5.gc125); make fails on org-ascii.el

2009-09-04 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de writes: Trying to `make' org-mode fails with the following error message: In toplevel form: lisp/org-ascii.el:29:1:Error: Symbol's function definition is void: org-float-time make: *** [lisp/org-ascii.elc] Fehler 1 Opening the org-mode/lisp

Re: [Orgmode] Re: Org-mode version 6.30trans (release_6.30d.5.gc125); make fails on org-ascii.el

2009-09-06 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On Sep 5, 2009, at 3:06 PM, Daniel Martins wrote: Is it not possible to pu tsome directive in the Makefile in order to make check the presence of *.elc without corresponding *.el and deleting them BEFORE or simultaneously with recompilation

Re: [Orgmode] representation of clients

2009-09-07 Thread Sebastian Rose
Richard Riley rileyrg...@googlemail.com writes: People using org-mode to maintain tasks, order, reminders , notes etc, how do you represent clients? By a TAG? by a separate category? Separate file? In my case I'm writing some SW for a few small companies and am humming and harring on how

Re: [Orgmode] Line folding

2009-09-08 Thread Sebastian Rose
Somayaji, Ananth gs_ana...@ti.com writes: Hi, Any pointers on how to enable line-folding like the one done in filladapt-mode in org-mode ? I tried doing it but the syntax highlighting is all gone bad. Best Regards, Ananth Hi Ananth, not sure, what you mean by `line-folding'. But if you

[Orgmode] orgstruct and orgtbl mode inhibit TAB completion of addresses in gnus

2009-09-08 Thread Sebastian Rose
Hi, I don't remember when this started, but since some days orgstruct-mode and orgtbl-mode inhibit TAB-completion in the `To:', `Cc:' and 'Bcc:' lines in gnus. I have to turn off _both_ of them to make it work again. I have: (add-hook 'message-mode-hook 'turn-on-orgtbl) (add-hook

Re: [Orgmode] org-mode 6.30e bug with limited table column width corrupts file

2009-09-09 Thread Sebastian Rose
Michael Brand michael.br...@nexustelecom.com writes: First, when I open a file with the content -*- eval: (org-mode) -*- #+STARTUP: align | l8 | | 3.14 | | 3.1415926535897932384626433832795 | and answer yes, I get -*- eval: (org-mode) -*- #+STARTUP: align | l8| l8 | |

Re: [Orgmode] Question re CATEGORY and Agenda Views

2009-09-10 Thread Sebastian Rose
Markus Heller helle...@gmail.com writes: Hello, I apologize if this is RTFM, i couldn't find the answer. Maybe it's also because of a misconception on my part. I have a .org file with the following setup (HEAVILY inspired by Bernt Hansen, http://doc.norang.ca/org-mode.html): * ABC1

Re: [Orgmode] orgstruct and orgtbl mode inhibit TAB completion of addresses in gnus

2009-09-11 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On Sep 8, 2009, at 10:03 PM, Sebastian Rose wrote: Hi, I don't remember when this started, but since some days orgstruct-mode and orgtbl-mode inhibit TAB-completion in the `To:', `Cc:' and 'Bcc:' lines in gnus. I have to turn off _both_

Re: [Orgmode] Re: Exporting after executing code

2009-09-11 Thread Sebastian Rose
andrea Crotti andrea.crott...@gmail.com writes: Nick Dokos nicholas.dokos at hp.com writes: My info manual says 6.29c and #+INCLUDE is present and accounted for. My fault I didn't add the path to the info list, I was looking in the old info manual.. Thinking about code execution I think

Re: [Orgmode] multiline description list, partial patch

2009-09-11 Thread Sebastian Rose
Hi Eric, I think long descriptions are _very_ unusual (it's called definition list (dl) in HTML and definition term (dt). I used to do this here, before those lists were supported directly in Org-mode: - *Bold longish term* \\ Description of the bold longish term. I bound this function

Re: [Orgmode] orgstruct and orgtbl mode inhibit TAB completion of addresses in gnus

2009-09-12 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On Sep 11, 2009, at 11:04 AM, Sebastian Rose wrote: Carsten Dominik carsten.domi...@gmail.com writes: On Sep 8, 2009, at 10:03 PM, Sebastian Rose wrote: Hi, I don't remember when this started, but since some days orgstruct- mode

Re: [Orgmode] Unnumbered sections in LaTeX export

2009-09-14 Thread Sebastian Rose
Thomas S. Dye t...@tsdye.com writes: Aloha all, The variable org-export-latex-classes has a specification for unnumbered sections but I haven't found any documentation how to mark up the org file to activate them. I might have missed something obvious. Could someone give me a pointer

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Sebastian Rose
Eric Schulte schulte.e...@gmail.com writes: Dan Davison and I (Eric Schulte) are happy to announce that Org-babel has now been released as a contributed package in Org-mode with corresponding documentation on worg [1]. What else should I say - THIS IS GREAT NEWS!! I wonder how complicated

Re: [Orgmode] [Announcement] Org-babel initial release

2009-09-15 Thread Sebastian Rose
Eric Schulte schulte.e...@gmail.com writes: Sebastian Rose sebastian_r...@gmx.de writes: Eric Schulte schulte.e...@gmail.com writes: Yes, currently the best way to get a feel for how to add languages would be to start with an existing language file (I'd suggest org-babel-python.el or org

Re: [Orgmode] Documentation wishlist items

2009-09-15 Thread Sebastian Rose
Ethan ethan.glasser.c...@gmail.com writes: Hi guys, I've been studying org-mode for a few months now, and I think I'm finally getting the hang of it. It's really overwhelming, and I really appreciate the efforts that must have gone into the manual and the worg project. But I think it still

Re: [Orgmode] Defaults for Org variables

2009-09-16 Thread Sebastian Rose
Carsten Dominik domi...@uva.nl writes: In a different thread, Sebastian Rose writes: Footnotes: [1] We should discuss this in an extra thread: make log-into-drawer and clocking the default and just have it turned on (is it the default??). It's sooo useful. And I'm sure, Alice would

Re: [Orgmode] Documentation wishlist items

2009-09-16 Thread Sebastian Rose
Bastien bastiengue...@googlemail.com writes: Sebastian Rose sebastian_r...@gmx.de writes: Here is some kind of outline for such a tutorial. Wow. That an outline for a full book! And I guess that's what comes at the horizon: an (O-Reilly) book about Org-mode. It would not compete

Re: [Orgmode] no annual agenda entries for repeater interval year

2009-09-16 Thread Sebastian Rose
Steffen Prochnow steffen.proch...@imag.fr writes: Hi, I defined a repeater interval of one year, e.g., 2009-09-16 Wed +1y, for an existing headline item. Opening the agenda view this headline is shown for the 2009-09-16. But, it's missing for any annual repetition, i.e., there is no entry on

[Orgmode] org-babel: load-path question and indentation of blocks

2009-09-16 Thread Sebastian Rose
Hi Dan and Eric, I'm an org-babel fan now :) Here are two little things I noticed and that I want to discard from my todo list. * load-path Why is load modified only temporarily in org-babel-init.el? Wouldn't this here make sense? diff --git a/contrib/lisp/org-babel-init.el

Re: [Orgmode] org-babel: load-path question and indentation of blocks

2009-09-17 Thread Sebastian Rose
Eric Schulte schulte.e...@gmail.com writes: Sebastian Rose sebastian_r...@gmx.de writes: Hi Dan and Eric, I'm an org-babel fan now :) Here are two little things I noticed and that I want to discard from my todo list. * load-path Why is load modified only temporarily in org-babel

Re: [Orgmode] Html Export and Containers

2009-09-18 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: On Sep 18, 2009, at 2:52 PM, Ian Barton wrote: As part of my Using org on Mobile Devices worglet, I want to try and explain how to use style sheets to present different formatting depending on a mobile device. However, I can't find any

Re: [Orgmode] Html Export and Containers

2009-09-18 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de writes: Carsten Dominik carsten.domi...@gmail.com writes: On Sep 18, 2009, at 2:52 PM, Ian Barton wrote: As part of my Using org on Mobile Devices worglet, I want to try and explain how to use style sheets to present different formatting depending

Re: [Orgmode] Re: dir or folder structure into org-file?

2009-09-20 Thread Sebastian Rose
Hi Erwin, if you don't need links, you could use Eric Schultes org-babel package, too. Provided `tree' is installed, this here will put the tree beneath ~/.emacs.d below, and export the results only. The `-d' option tells `tree' to show directories only. #+begin_src sh :results output

Re: [Orgmode] Two question about org-mode?

2009-09-30 Thread Sebastian Rose
Water Lin water...@ymail.com writes: First, I am using item list like this in my org file: 1. test 1) test 2) test 3) test 2. test2 3. test3 I don't know why my webpage looks like this after exported: 1. test 1. test 2.

[Orgmode] Images in div and p

2009-09-30 Thread Sebastian Rose
Hi Carsten and all XHTML exporters, is there a godd reason to export [[./intranet/img/powered-by-mysql-167x86.png]] as div class=figure pimg src=./intranet/img/powered-by-mysql-167x86.png alt=./intranet/img/powered-by-mysql-167x86.png //p /div ? Nowadays, we need

Re: [Orgmode] HTML export: How to export body only, as HTML fragment?

2009-09-30 Thread Sebastian Rose
Bill Powell b...@billpowellisalive.com writes: - get HTML export to just convert the text to HTML, without wrapping a template and head and html and body tags around it. I can't find an option to do this, but it seems like if there isn't one, it should be fairly easy to implement. Pyblosxom

Re: [Orgmode] Images in div and p

2009-10-01 Thread Sebastian Rose
fine. Maybe add the div class=figurep.../p/div for images with captions only? Let me know how to improve this. I will take a look into this and send a patch. Best wishes, Sebastian - Carsten On Oct 1, 2009, at 6:24 AM, Sebastian Rose wrote: Hi Carsten and all XHTML exporters

Re: [Orgmode] Re: contact management in org-mode?

2009-11-08 Thread Sebastian Rose
Matt Lundin m...@imapmail.org writes: I've found BBDB to be incredibly convenient. But I use Gnus for email. If I were using Gmail or Thunderbird or Mutt, I wouldn't use BBDB at all. Same here. I think we'd better have an easy way to use bbdb in Org-mode, just as we have for using the

Re: [Orgmode] BUG: org-annotation-helper.el uses caddr without requiring cl

2009-11-09 Thread Sebastian Rose
Nick Dokos nicholas.do...@hp.com writes: Adam Spiers orgm...@adamspiers.org wrote: org-annotation-helper.el uses caddr but does not require the cl package; this results in *ERROR*: Symbol's function definition is void: caddr when bzg/org-annotate-helper is invoked. Isn't

Re: [Orgmode] [babel] dot in pdf directly

2009-11-09 Thread Sebastian Rose
andrea Crotti andrea.crott...@gmail.com writes: Still a couple of questions, I found something here in the newsgroup but nothing helped me... First, how many and where can I find all the possible #+begin_...? I mean why is #+begin_dot and not #+begin_src dot? I would like to insert my

Re: [Orgmode] BUG: org-annotation-helper.el uses caddr without requiring cl

2009-11-09 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: Isn't org-annotation-helper.el obsolete? I thought org-protocol.el has supplanted it completely, in which case it might be better to just delete it from the tree, instead of fixing it (or perhaps move it to a deprecated area) - that would also

[Orgmode] Org-mode version 6.32trans (release_6.32b.144.g081f); implizit examples not working for LaTeX/PDF export

2009-11-09 Thread Sebastian Rose
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [Orgmode] Re: [babel] dot in pdf directly

2009-11-10 Thread Sebastian Rose
andrea Crotti andrea.crott...@gmail.com writes: Eric Schulte schulte.eric at gmail.com writes: The two separate mechanisms are confusion, but for now are necessary to allow org-mode users to evaluate some simple block types (like dot) on export without having to load up all of org-babel.

Re: [Orgmode] emacsclient -e '(org-agenda)' sometimes displays stale agenda

2009-11-10 Thread Sebastian Rose
Andrew J. Korty a...@iu.edu writes: Calling org-agenda from emacsclient doesn't always seem to generate a fresh agenda the way it does when called from a key binding or M-x. Anyone know why? I think the agenda is rebuild, if you quit it and restart it again. In many cases, this makes

Re: [Orgmode] problem with latex export

2009-11-10 Thread Sebastian Rose
Hi Andreas, Andreas Goesele goes...@hfph.mwn.de writes: Hi, I have the following problem: If I start emacs (22.2.1) or xemacs (21.4.21) normally I cannot export to latex (or pdf, which goes through latex). The process starts, but then hangs. In XEmacs the last thing I see is untabify done

Re: [Orgmode] Re: Using shift and arrow keys to select lines in Aquamacs (in org-mode)

2009-11-10 Thread Sebastian Rose
da...@adboyd.com (J. David Boyd) writes: Saptarshi Guha saptarshi.g...@gmail.com writes: Hello, I know shift and arrow keys are used by org-mode. But is there a way to remap them to selecting the line(as in Aquamacs text mode) (e.g shift+down highlights the current line, shift+up highlights

Re: [Orgmode] Patch: org-reload changes default-directory

2009-11-10 Thread Sebastian Rose
SebastianRose sebastian_r...@gmx.de writes: Hi, I found out why I ran into this earlier. It's _not_ org-reload, it's org-version that changes the default directory. Patch attached. I don't know where my bug report is... so I cannot respond to that post. As I cannot find the bug report

Re: [Orgmode] Re: problem with latex export

2009-11-10 Thread Sebastian Rose
Andreas Gösele goes...@hfph.mwn.de writes: Hi Sebastian! Sebastian Rose sebastian_rose at gmx.de writes: I have the following problem: If I start emacs (22.2.1) or xemacs (21.4.21) normally I cannot export to latex (or pdf, which goes through latex). The process starts, but then hangs

[Orgmode] Re: org-protocol bug

2009-11-10 Thread Sebastian Rose
Hi Andreas, seems this has to do with the internal encoding of Emacs. I need some advice at this point from the emacs-devel list. I'll be back if I find out something. Andreas Burtzlaff and...@gmx.net writes: Hello Sebastian, I'm not sure you noticed the org-protocol bug in this thread

Re: [Orgmode] Re: org-protocol bug

2009-11-11 Thread Sebastian Rose
Hi Carsten and Andreas, thanks to Kenichi Handa, here is a proposal to fix the issus mentioned below. I tested it in emacs 22 and 23 and it seems to work just fine. Carsten, as always if I use some new elisp construct, please review the patch. I used `eval-when-compile' and `defsubst' to

[Orgmode] Re: Patch: org-reload changes default-directory

2009-11-11 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: Hi Sebastian, excellent catch, thank you very much! This was one difficult to trace bug. It wasn't difficult, once I noticed _when_ it showed up. I noticed that something was wrong since several weeks. But I never new what exactly the action

Re: [Orgmode] Re: contact management in org-mode?

2009-11-11 Thread Sebastian Rose
How about ... Here is a first simple example file. It's not very elaborate and can be done better. I just used the first functions I found in bbdb code, that do what I need. In some cases it might be better to use `bbdb-search' directly. But it let's us insert bbdb: and mailto: links easily.

Re: [Orgmode] Re: Exporting drawers

2009-11-11 Thread Sebastian Rose
Hi, when I first export it to PDF, no drawers are exported. To HTML = drawers present. OK. Then export to PDF again gives me: Debugger entered--Lisp error: (void-variable alt!) eval(alt!) eval-last-sexp-1(nil) eval-last-sexp(nil) call-interactively(eval-last-sexp nil nil)

Re: [Orgmode] Re: org-protocol bug

2009-11-11 Thread Sebastian Rose
Andreas Burtzlaff and...@gmx.net writes: On Wed, 11 Nov 2009 10:06:36 +0100 Sebastian Rose sebastian_r...@gmx.de wrote: Andreas, could you check if it works for you, too? Yes, it works with both 23 and 22. Thanks for your effort. Tanks for checking Andreas, Sebastian

Re: [Orgmode] Has filling behavior been changed recently in org?

2009-11-12 Thread Sebastian Rose
Samuel Wales samolog...@gmail.com writes: For some reason, I can fill a commented paragraph in emacs lisp mode, text mode, and fundamental mode, but not in org mode. It does nothing. fill-column is my normal 60. I cannot debug it. Did something change recently? I use filladapt. Thanks.

Re: [Orgmode] Has filling behavior been changed recently in org?

2009-11-12 Thread Sebastian Rose
Samuel Wales samolog...@gmail.com writes: Hi Sebastian, On 2009-11-12, Sebastian Rose sebastian_r...@gmx.de wrote: Samuel Wales samolog...@gmail.com writes: For some reason, I can fill a commented paragraph in emacs lisp mode, text mode, and fundamental mode, but not in org mode. It does

[Orgmode] Proposal: org-protocol handles redirects (finally)

2009-11-13 Thread Sebastian Rose
Hi, here is a little patch for org-protocol.el, I always wanted to have. It enhances `org-protocol-open-source' to handle rewritten URLs to some extend. I tested it successfully with my projects here and on the web and it's exactly what I've been missing. If you find it breaks something, or

Re: [Orgmode] Release 6.33

2009-11-13 Thread Sebastian Rose
Carsten Dominik domi...@uva.nl writes: Level indentation cycling new empty entries and plain list items = Speed commands at the start of a headline == Wow - they're so speedy that I fear

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-14 Thread Sebastian Rose
Bernt Hansen be...@norang.ca writes: ,[ test.org exported to HTML buffer ] | head | div style=text-align:right;font-size:70%;white-space:nowrap; | a accesskey=h href=up_goes_here UP /a | | | a accesskey=H href=home_goes_there HOME /a | /div | | titletest.org/title `

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-14 Thread Sebastian Rose
Bernt Hansen be...@norang.ca writes: ,[ test.org exported to HTML buffer ] | head | div style=text-align:right;font-size:70%;white-space:nowrap; | a accesskey=h href=up_goes_here UP /a | | | a accesskey=H href=home_goes_there HOME /a | /div | | titletest.org/title `

Re: [Orgmode] To re-assign keys ?

2009-11-14 Thread Sebastian Rose
lanas la...@securenet.net writes: Hello all, I use orgmode on a daily basis and it's great. Although it could be a bit better if it was possible to copy/paste as in regular buffers. In a regular buffer (eg. C, Perl code for instance) I use to select characters inside a line of text:

Re: [Orgmode] To re-assign keys ?

2009-11-14 Thread Sebastian Rose
Hi Lanas, for short: M-x customize-variable RET org-disputed-keys RET M-x customize-variable RET org-replace-disputed-keys RET and set it to `t' (or `on') BTW: I'll now go ahead and add an FAQ entry - if it doesn't exist yet (`grep disputed-keys' says it does not).

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-14 Thread Sebastian Rose
Eraldo Helal era...@eraldo.org writes: This patch fixes it. I've put the LINK_UP and ..._HOME directly after the body tag: body - HERE --- div id=content How can I now style them with css ...without messing with the other links? By defining links in body for UP and HOME and

Re: [Orgmode] Release 6.33

2009-11-15 Thread Sebastian Rose
Carsten Dominik domi...@uva.nl writes: On Nov 14, 2009, at 12:03 AM, Sebastian Rose wrote: Drawers are now exported properly == Drawers are now exported when the configuration requires it, i.e. if the variable `org-export-with-drawers' is t or a list

Re: [Orgmode] Proposal: org-protocol handles redirects (finally)

2009-11-15 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: Applied, thanks. - Carsten Thank you Carsten. I'll go now and document the new feature on worg. Sebastian On Nov 13, 2009, at 6:56 PM, Sebastian Rose wrote: Hi, here is a little patch for org-protocol.el, I always wanted to have

Re: [Orgmode] Proposal: org-protocol handles redirects (finally)

2009-11-15 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de writes: Carsten Dominik carsten.domi...@gmail.com writes: Applied, thanks. - Carsten Thank you Carsten. I'll go now and document the new feature on worg. DONE. Will be http://orgmode.org/worg/org-contrib/org-protocol.php#open-source-rewritten-urls

[Orgmode] Colors for pre elem. on orgmode.org

2009-11-15 Thread Sebastian Rose
Hi, the colors on orgmode.org are made from an Emacs setup with a dark background. Because of the light background on the Web, code examples with syntax highlighting are hard to read. I even avoid #+BEGIN_SRC and use #+BEGIN_EXAMPLE instead. I played a little locally, and found, that the

Re: [Orgmode] Colors for pre elem. on orgmode.org

2009-11-16 Thread Sebastian Rose
, Sebastian Rose wrote: Hi, the colors on orgmode.org are made from an Emacs setup with a dark background. Because of the light background on the Web, code examples with syntax highlighting are hard to read. I even avoid #+BEGIN_SRC and use #+BEGIN_EXAMPLE instead. I played a little locally

Re: [Orgmode] Colors for pre elem. on orgmode.org

2009-11-16 Thread Sebastian Rose
Greg Newman g...@20seven.org writes: On my calibrated monitor that's fine for readability On Mon, Nov 16, 2009 at 8:15 AM, Sebastian Rose sebastian_r...@gmx.dewrote: My monitor is not calibrated, but I see all the 1's on http://www.fotocommunity.de/pc/pc/mypics/572427/display/3843090 so

Re: [Orgmode] Re: org batch job using emacsclient?

2009-11-16 Thread Sebastian Rose
Stefan Vollmar voll...@nf.mpg.de writes: Gentlemen, thanks for the many helpful replies! To start with, it now works for me and I can measure a consistent speedup of 7x (!) for using emacsclient - in an interactive web service (conversion of org-files to HTML) the difference between 0.35

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-16 Thread Sebastian Rose
Eraldo Helal era...@eraldo.org writes: Thanks again for this Sebastiran! Will this be changed in newer versions of orgmode? If so... I will just wait. Yes, I think so - simply because it's not valid. The id of the div element will be org-div-home-and-up as I see in the current git version.

Re: [Orgmode] Re: org batch job using emacsclient?

2009-11-17 Thread Sebastian Rose
Stefan Vollmar voll...@nf.mpg.de writes: Dear Sebastian, many thanks for your detailed reply! On 17.11.2009, at 03:25, Sebastian Rose wrote: To start with, it now works for me and I can measure a consistent speedup of 7x (!) for using emacsclient - in an interactive web service

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-17 Thread Sebastian Rose
of the content div, or even outside, using CSS. Sebastian - Cartsen On Nov 15, 2009, at 12:02 AM, Sebastian Rose wrote: Bernt Hansen be...@norang.ca writes: ,[ test.org exported to HTML buffer ] | head | div style=text-align:right;font-size:70%;white-space:nowrap; | a accesskey=h

Re: [Orgmode] Colors for pre elem. on orgmode.org

2009-11-17 Thread Sebastian Rose
Eric S Fraga ucec...@ucl.ac.uk writes: At Mon, 16 Nov 2009 22:33:25 +, Rick Moynihan wrote: For what it's worth I find the lack of contrast here a problem too. Though I can read the text, it's not especially pleasant. I've also found something similar in my exports (with a non default

Re: [Orgmode] LinuxTag 2010-09-06 in Berlin :: Call for power!! (was LinuxTag 2009...)

2009-11-18 Thread Sebastian Rose
=== OK guys - it was late at night. Tooo many typos and links not working. So I'm re-sending the message again. === Hello Worgers and all friends of Org-mode! From Wednesday the 9nth to Saturday the 12th of June 2010 the 10nth LinuxTag takes place in the

Re: [Orgmode] Re: html export - howto change UP|HOME link style?

2009-11-18 Thread Sebastian Rose
Carsten Dominik carsten.domi...@gmail.com writes: [...] OK, I'll leave it there - we'll see if someone complains. - Carsten Good idea ;-) Sebastian ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Sebastian Rose
lukasz.stelm...@iem.pw.edu.pl writes: David Maus maus.da...@gmail.com writes: //// - Message-ID derived from node's ID. This would be quite useful for associating replies with original notes/nodes. In that case, each mail sent from the subtree would have the same message-ID,

Re: [Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Sebastian Rose
lukasz.stelm...@iem.pw.edu.pl writes: Sebastian Rose sebastian_r...@gmx.de writes: lukasz.stelm...@iem.pw.edu.pl writes: David Maus maus.da...@gmail.com writes: //// - Message-ID derived from node's ID. This would be quite useful for associating replies with original notes

Re: [Orgmode] Re: Sending org-mode nodes

2009-11-19 Thread Sebastian Rose
lukasz.stelm...@iem.pw.edu.pl (Łukasz Stelmach) writes: lukasz.stelm...@iem.pw.edu.pl writes: Sebastian Rose sebastian_r...@gmx.de writes: lukasz.stelm...@iem.pw.edu.pl writes: David Maus maus.da...@gmail.com writes: //// - Message-ID derived from node's ID. This would be quite

Re: [Orgmode] adding new protocol handler in firefox

2009-11-19 Thread Sebastian Rose
Thierry Volpiatto thierry.volpia...@gmail.com writes: Hi, if you use org-annotation-helper from firefox since a long time now, you probably didn't notice that adding a new protocol handler in firefox as it is described in org-annotation-helper.el is now impossible. See

Re: [Orgmode] adding new protocol handler in firefox

2009-11-19 Thread Sebastian Rose
scripts for other desktop environments, too. It's trivial to do so for gnome (gconf, just two three lines of code) but I'm not sure, if there's a better way. I think of freedesktop.org, mime or something ? I will check. Thanks for the hint! Sebastian Sebastian Rose sebastian_r...@gmx.de

Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-19 Thread Sebastian Rose
Andrew J. Korty a...@iu.edu writes: I've learned some more details. The behavior I describe only occurs when remember is called via org-protocol. When that happens, `initial' is nil, so the following code in org-remember.el doesn't run: (save-match-data (let* ((lead

Re: [Orgmode] Org-mode version 6.32b; org-remember only indents first line of %i substitution

2009-11-19 Thread Sebastian Rose
Andrew J. Korty a...@iu.edu writes: I've learned some more details. The behavior I describe only occurs when remember is called via org-protocol. When that happens, `initial' is nil, so the following code in org-remember.el doesn't run: (save-match-data (let* ((lead

Re: [Orgmode] adding new protocol handler in firefox

2009-11-20 Thread Sebastian Rose
Robin Green gree...@greenrd.org writes: At Thu, 19 Nov 2009 21:09:21 +0100, Sebastian Rose wrote: Well, anyway, editing RDF files by hand is not the way to go. Indeed. This was the method that worked for me (thanks to goncheff for discovering it): 1. In about:config, create a boolean key

  1   2   3   4   5   6   7   8   >