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

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

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

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

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

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

[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] Org-mode + flyspell = too much (programming code is screened)

2009-07-28 Thread Sebastian Rose
' is referenced but does not exist. Is this anything here someone can help about? Many thanks in advance... Best regards, Seb -- Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover Tel.: +49 (0)511 - 36 58 472 Fax: +49 (0)1805 - 233633 - 11044 mobil: +49 (0)173 - 83 93 417

Re: [Orgmode] Feature request: javascript expand collapse

2009-07-27 Thread Sebastian Rose
Xin Shi shixin...@gmail.com writes: Hi Bastien, I'm sorry that I didn't explain it clearly. Here is what I mean. For instance, one can open this page: http://orgmode.org/Changes.htm All one can do is to click the sections and read each pages. If a certain page turns out to be very long,

Re: [Orgmode] refile to .gpg file

2009-07-27 Thread Sebastian Rose
Bastien bastiengue...@googlemail.com writes: Richard Riley rileyrg...@googlemail.com writes: What would the most efficient way of adding a .gpg file to the refile list be? My org files are set so org-agenda-files ~/.emacs.d/org-files but the .gpg is not included in the potential

Re: [Orgmode] New screencast about org-protocol.el

2009-07-27 Thread Sebastian Rose
Bastien bastiengue...@googlemail.com writes: Hi all, I have created a five-minutes screencast about basic usage of org-protocol.el (also featuring ubiquity commands): http://vimeo.com/5662410 Enjoy, Great! Thanks, Bastien! (What is ubiquity... google...) Sebastian

Re: [Orgmode] Re: New screencast about org-protocol.el

2009-07-27 Thread Sebastian Rose
Greg Newman g...@20seven.org writes: Kieth, I've been working (in my spare time) on a applescript solution that's elegant. When I get it finished and working I'll let everyone know. I'm a Safari user but when it's done it will work with FF (or camino) too. Yes, seems that MAC is similar to

Re: [Orgmode] Results of the SourceForge Community Award

2009-07-27 Thread Sebastian Rose
Bastien bastiengue...@googlemail.com writes: Hi all, the results of the SCCA 2009 have been announced and the winner in our category is portableapps.com, a platform to carry computer programs on a USB key. Org-mode didn't win but it was really great to participate and to have all these

Re: [Orgmode] Comments in Org-mode

2009-07-15 Thread Sebastian Rose
Manuel Amador amador.man...@gmail.com writes: Hi Sebastian and Russell, You are correct. The problem appears after I comment a region in org-mode with: M-x comment-region enter # enter Ahh - yes. If I comment something with M-x comment-region enter # enter it happens here, too. I

Re: [Orgmode] Re: Comments in Org-mode

2009-07-15 Thread Sebastian Rose
Matthew Lundin m...@imapmail.org writes: Manuel Amador amador.man...@gmail.com writes: I think I have found a bug (or a feature!). Sometimes when writing documents I tend to comment out a line by adding a # in the column 0. However, after doing this in a line at the middle of the document, I

Re: [Orgmode] Proper way to link external files into a project?

2009-07-14 Thread Sebastian Rose
Andreas Rottmann a.rottm...@gmx.at writes: Hi! I'd like to include several files into an org-mode project that live outside the project tree. I tried to just symlink them into the appropriate place into my project, and thought that might suffice to get them published correctly, but that

Re: [Orgmode] Comments in Org-mode

2009-07-14 Thread Sebastian Rose
Russell Adams rlad...@adamsinfoserv.com writes: I just tried that in 6.24b with auto-fill-mode, and no problems. Same here. Maybe it's the old emacs development-snappshot? There where quite some bugs - it's not a release version. I know I saw that problem... I use the current emacs CVS

Re: [Orgmode] Error when exporting as Latex

2009-07-10 Thread Sebastian Rose
Karl Maihofer ignora...@gmx.de writes: Others may correct me but I think this is the same issue I had yesterday. The reason is that the two versions of Org - the one shipped with your Emacs and the latest one you installed by yourself conflict in some way. Some time ago the lisp-file for

Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-10 Thread Sebastian Rose
Stefan Vollmar voll...@nf.mpg.de writes: Dear Sebastian, On 09.07.2009, at 20:25, Sebastian Rose wrote: this works here with `emacs -Q' we forgot the load path The function is likely to change some more. I just send this version, so you can compile this way (hopefully

Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-09 Thread Sebastian Rose
the commands from the Makefile which are used to create the org-install.el file: ;; functions from Sebastian Rose sebastian_r...@gmx.de ;; to compile all org files in lieu of a make utility, ;; modified by me to create and compile the org-install.el file (defvar my/org-lisp-directory ~/git

Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-09 Thread Sebastian Rose
Eric S Fraga ucec...@ucl.ac.uk writes: Hello again, Thanks Eric! Here is the same with some more additions. 1.) Ensure a slash is appended to the directory (i.e. do not create ~/.emacs.d/org/lisporg-install.el) 2.) Optionally, do not compile the sources, but create the org-install.el

Re: [Orgmode] Markup for export question

2009-07-09 Thread Sebastian Rose
Ulf Stegemann ulf-n...@zeitform.de writes: When writing documentations I often come across expressions like doMagic('myVariable') In an ideal world the HTML code for this after exporting the org file would look like this: codedoMagic('varmyVariable/var')/code Example: #+MACRO:

Re: [Orgmode] Markup for export question

2009-07-09 Thread Sebastian Rose
Haha, just for the fun of it: While trying to document this via Org-mode, I had to define this macro here: #+MACRO: macro {{{$1}}} * Predefined Macros * ={{{macro(date(TIME_FORMAT_STRING))}}}= * ={{{macro(modification-time(TIME_FORMAT_STRING))}}}= *

Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-09 Thread Sebastian Rose
Hello Stefan, this works here with `emacs -Q' we forgot the load path The function is likely to change some more. I just send this version, so you can compile this way (hopefully). Sebastian binZI12hwAFZV.bin Description: application/emacs-lisp

Re: [Orgmode] further on compiling development version of org-mode without make command

2009-07-09 Thread Sebastian Rose
Hi Eric and Stefan, I push the results of this thread to http://orgmode.org/org-hacks.html#compiling-org-without-make This will be available only in one or two hours. If you follow worg.git, feel free to pull and edit it (Eric, you're a worger, aren't you?). That way we don't have to send

Re: [Orgmode] Choosing local org package instead of sitewide

2009-07-08 Thread Sebastian Rose
Kyle Sexton k...@mocker.org writes: I would like to run a local copy of org pulled from the latest git instead of the sitewide version installed with emacs. How can I specify that emacs should use the copy in my ~/elisp/org directory instead of the sitewide version? Probably a simple

Re: [Orgmode] Choosing local org package instead of sitewide

2009-07-08 Thread Sebastian Rose
Kyle Sexton k...@mocker.org writes: I would like to run a local copy of org pulled from the latest git instead of the sitewide version installed with emacs. How can I specify that emacs should use the copy in my ~/elisp/org directory instead of the sitewide version? Probably a simple

Re: [Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Sebastian Rose
Eric S Fraga ucec...@ucl.ac.uk writes: However, in the standard software on this computer, there is no (gnu)make equivalent installed. Therefore, I have the same need as Stefan. Is there maybe an elisp script/function that can take the place of the make command used to prepare all the .elc

Re: [Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Sebastian Rose
You could do what I described in my previous mail, and save the whole stuff as keyboard macro: C-x ( Now do all the stuff in my last mail. To make sure the directory is found, use an absolute path here. C-x ) M-x name-last-kbd-macro RET compile-org RET Switch to your setup file and

Re: [Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Sebastian Rose
And, finally, here is a simple elisp function, that compiles your sources: (defvar my/org-lisp-directory ~/.emacs.d/org/lisp Directory where your org-mode files live.) ;; adjust my/org-lisp-directory: (setq my/org-lisp-directory ~/emacs/lisp/ext/org-mode/lisp) (defun my/compile-org()

Re: [Orgmode] Drawers in Org 6.28e

2009-07-07 Thread Sebastian Rose
Markus Heller helle...@gmail.com writes: Hello, I have a drawer like this in my org file: :SERVICE-IDEAS: - Do this - do that :END: and the org file contains the following line: #+DRAWERS: SERVICE-IDEAS Whenever I cycle thru visibility states, the drawer is always expanded, and

Re: [Orgmode] Updating Emacs to latest org-release on MS Windows?

2009-07-07 Thread Sebastian Rose
Eric S Fraga ucec...@ucl.ac.uk writes: This all assumes, of course, that the order of compilation does not matter, a point raised by Scot Becker? It did in a description we had earlier on this list. I therefore load all the lisp files first before compiling them to avoid errors. Sebastian

Re: [Orgmode] Drawers in Org 6.28e

2009-07-07 Thread Sebastian Rose
Sebastian Rose sebastian_r...@gmx.de writes: Markus Heller helle...@gmail.com writes: Hello, I have a drawer like this in my org file: :SERVICE-IDEAS: - Do this - do that :END: and the org file contains the following line: #+DRAWERS: SERVICE-IDEAS Whenever I cycle thru visibility

<    1   2   3   4   5   6   7   8   >