[Orgmode] Re: `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-12 Thread Michael Brand
Thank you for the fix of the function org-shifttab in org-version 6.31a. I wonder how the function org-outline-level is intended to work. Should it show the outline level or count the stars like in org-version 6.31a and one has to take into account `odd' himself to get the outline level when

Re: [Orgmode] Re: Tagging a region of text without creating a branch

2009-10-12 Thread Carsten Dominik
On Oct 10, 2009, at 5:39 PM, Matt Lundin wrote: Hi Carsten, Carsten Dominik wrote: Yes, this should now work. Good catch. You method with the tag on the END line would even be harmful, as it removes any text after the END line, up to the next heading. Can you show me the use case for not

Re: [Orgmode] Extracting agenda information: what encoding?

2009-10-12 Thread Carsten Dominik
Hi DAve, I have little knowledge about coding systems myself. Could you please let me know, what if the value of `buffer-file-coding- system' in an agenda buffer, when you create the agenda by hand? Thanks. - Carsten On Oct 11, 2009, at 10:22 PM, Dave Milter wrote: I try this from

[Orgmode] The Perl color style

2009-10-12 Thread Water Lin
I try to tag perl-mode to color the Perl code while I am publishing my org file to html. Here is the example: --- #+BEGIN_SRC perl-mode #!/usr/bin/perl # some comments; use warnings; use strict; print hi; #+END_SRC --- But after I convert the content to

Re: [Orgmode] The Perl color style

2009-10-12 Thread Mikael Fornius
Water Lin water...@ymail.com writes: #+BEGIN_SRC perl-mode For me: #+BEGIN_SRC perl is more colorful. -- Mikael Fornius ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] The Perl color style

2009-10-12 Thread Water Lin
Mikael Fornius m...@abc.se writes: Water Lin water...@ymail.com writes: #+BEGIN_SRC perl-mode For me: #+BEGIN_SRC perl is more colorful. I don't know why, when I am using #+BEGIN_SRC perl , Emacs will tell me the error: face-attribute: Invalid face: quote Could not find

[Orgmode] problem with example block and headings

2009-10-12 Thread Eric S Fraga
Hello, This is not a critical problem but I thought I would highlight it. If you have an example block which includes lines that look like org-mode headings, the show/collapse commands get confused. The two images attached show the erroneous behaviour for a file with these contents:

Re: [Orgmode] Extracting agenda information: what encoding?

2009-10-12 Thread Dave Milter
On 10/12/09, Carsten Dominik carsten.domi...@gmail.com wrote: Hi DAve, I have little knowledge about coding systems myself. Could you please let me know, what if the value of `buffer-file-coding- system' in an agenda buffer, when you create the agenda by hand? I ran org-agenda in emacs,

Re: [Orgmode] Extracting agenda information: what encoding?

2009-10-12 Thread Carsten Dominik
On Oct 12, 2009, at 12:59 PM, Dave Milter wrote: On 10/12/09, Carsten Dominik carsten.domi...@gmail.com wrote: Hi DAve, I have little knowledge about coding systems myself. Could you please let me know, what if the value of `buffer-file- coding- system' in an agenda buffer, when you

[Orgmode] ECB and org-mode

2009-10-12 Thread Eric S Fraga
Hello! I use ECB-mode when programming, especially for Java. Although I used to have ECB activate and deactivate automatically when entering and leaving programing language modes, I found it annoying. I now simply keep ECB active when I'm programming. As a result, I noticed that org-mode is

Re: [Orgmode] Extracting agenda information: what encoding?

2009-10-12 Thread Dave Milter
On 10/12/09, Carsten Dominik carsten.domi...@gmail.com wrote: On Oct 12, 2009, at 12:59 PM, Dave Milter wrote: On 10/12/09, Carsten Dominik carsten.domi...@gmail.com wrote: Hi DAve, I have little knowledge about coding systems myself. Could you please let me know, what if the value of

Re: [Orgmode] Re: clearing the state of an org-mode subtree

2009-10-12 Thread Robert Goldman
Nick Dokos wrote: Robert P. Goldman rpgold...@sift.info wrote: ... Robert Goldman rpgoldman at sift.info writes: Andrew Stribblehill wrote: org-mode files are plain text. M-% to do a replacement: once you've entered your search term and its replacement, hit ! to replace all without

Re: [Orgmode] Re: clearing the state of an org-mode subtree

2009-10-12 Thread Carsten Dominik
On Oct 12, 2009, at 2:39 PM, Robert Goldman wrote: Nick Dokos wrote: Robert P. Goldman rpgold...@sift.info wrote: ... Robert Goldman rpgoldman at sift.info writes: Andrew Stribblehill wrote: org-mode files are plain text. M-% to do a replacement: once you've entered your search term and

Re: [Orgmode] Extracting agenda information: what encoding?

2009-10-12 Thread Carsten Dominik
Hi Dave, On Oct 12, 2009, at 2:32 PM, Dave Milter wrote: On 10/12/09, Carsten Dominik carsten.domi...@gmail.com wrote: On Oct 12, 2009, at 12:59 PM, Dave Milter wrote: On 10/12/09, Carsten Dominik carsten.domi...@gmail.com wrote: Hi DAve, I have little knowledge about coding systems

Re: [Orgmode] ECB and org-mode

2009-10-12 Thread Carsten Dominik
Hi Eric, you would have to find out which function is the one doing the jumping to the method. With some luck there will be a hook called after jumping somewhere. With no luck, one can still advise this function. A good function to call for this is org-bookmark-jump-unhide. HTH -

Re: [Orgmode] problem with example block and headings

2009-10-12 Thread Carsten Dominik
Hi Eric, please move the cursor into the example block and press C-c ' (that is C-c followed by the single quote. This will get you into a special editing buffer for this snippet. When you exit by pressing the same keys again, you will see what Org does to quote such headlines. Also,

Re: [Orgmode] Re: Tagging a region of text without creating a branch

2009-10-12 Thread Matt Lundin
At Mon, 12 Oct 2009 09:29:05 +0200, Carsten Dominik wrote: On Oct 10, 2009, at 5:39 PM, Matt Lundin wrote: Hi Carsten, Carsten Dominik wrote: Yes, this should now work. Good catch. You method with the tag on the END line would even be harmful, as it removes any text after the

[Orgmode] Re: `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-12 Thread Carsten Dominik
On Oct 12, 2009, at 9:24 AM, Michael Brand wrote: Thank you for the fix of the function org-shifttab in org-version 6.31a. I wonder how the function org-outline-level is intended to work. Should it show the outline level or count the stars like in org- version 6.31a and one has to take

[Orgmode] org-clock-into-drawer

2009-10-12 Thread Matt Lundin
Hi Carsten, According to the docstring, the value of org-clock-into-drawer is derived from org-log-into-drawer. , | The default for this variable is the value of `org-log-into-drawer'. ` I have org-log-into-drawer set to t, and yet org-clock-into-drawer is nil. Thus all my new clock

Re: [Orgmode] Re: Tagging a region of text without creating a branch

2009-10-12 Thread Carsten Dominik
On Oct 12, 2009, at 3:14 PM, Matt Lundin wrote: At Mon, 12 Oct 2009 09:29:05 +0200, Carsten Dominik wrote: On Oct 10, 2009, at 5:39 PM, Matt Lundin wrote: Hi Carsten, Carsten Dominik wrote: Yes, this should now work. Good catch. You method with the tag on the END line would even be

Re: [Orgmode] The Perl color style

2009-10-12 Thread Carsten Dominik
On Oct 12, 2009, at 11:19 AM, Water Lin wrote: Mikael Fornius m...@abc.se writes: Water Lin water...@ymail.com writes: #+BEGIN_SRC perl-mode For me: #+BEGIN_SRC perl is more colorful. I don't know why, when I am using #+BEGIN_SRC perl , Emacs will tell me the error:

Re: [Orgmode] org-clock-into-drawer

2009-10-12 Thread Carsten Dominik
On Oct 12, 2009, at 3:25 PM, Matt Lundin wrote: Hi Carsten, According to the docstring, the value of org-clock-into-drawer is derived from org-log-into-drawer. , | The default for this variable is the value of `org-log-into-drawer'. ` I have org-log-into-drawer set to t, and yet

[Orgmode] Searching inside of attachments (pdf, odt)?

2009-10-12 Thread Karl Maihofer
Hi, does anyone use something like Lucene[*] with orgmode to search inside attachments like pdf- and odt-files? At the moment I use org for time-planning and a stand-alone Confluence wiki for knowledge management (which uses Lucene to index attachments). My knowledge management mainly

[Orgmode] Re: add a whole directory as one item to refile targets

2009-10-12 Thread Eraldo Helal
What is Reference/ supposed to be in this case -- a directory?  Refiling only works to headings (or top level headings) in files in org-mode IIRC. Yes it is supposed to be a directory... I have org files in many directorys... about like so: reference/emacs/emacs.org reference/eros/eros.org

Re: [Orgmode] newline in tag menu not working after groupend

2009-10-12 Thread Eraldo Helal
:endgroup already make a newline, so the extra ones are ignored. What if I want something like this: | { [a] antwhere[c] call[i] internet [p] pharmacy } | | [p] Person1[q] Person2(...etc) How an I get the empty like in between there? If I do not use a group... it does work!

Re: [Orgmode] newline in tag menu not working after groupend

2009-10-12 Thread Carsten Dominik
On Oct 12, 2009, at 3:58 PM, Eraldo Helal wrote: :endgroup already make a newline, so the extra ones are ignored. What if I want something like this: You can't. - Carsten | { [a] antwhere[c] call[i] internet [p] pharmacy } | | [p] Person1[q] Person2(...etc) How an

Re: [Orgmode] org-clock-into-drawer

2009-10-12 Thread Matt Lundin
Carsten Dominik wrote: On Oct 12, 2009, at 3:25 PM, Matt Lundin wrote: Hi Carsten, According to the docstring, the value of org-clock-into-drawer is derived from org-log-into-drawer. , | The default for this variable is the value of `org-log-into-drawer'. ` I

[Orgmode] Re: add a whole directory as one item to refile targets

2009-10-12 Thread Carsten Dominik
On Oct 12, 2009, at 3:48 PM, Eraldo Helal wrote: What is Reference/ supposed to be in this case -- a directory? Refiling only works to headings (or top level headings) in files in org-mode IIRC. Yes it is supposed to be a directory... I have org files in many directorys... about like so:

Re: [Orgmode] problem with example block and headings

2009-10-12 Thread Eric S Fraga
At Mon, 12 Oct 2009 15:09:31 +0200, Carsten Dominik wrote: Hi Eric, please move the cursor into the example block and press C-c ' (that is C-c followed by the single quote. This will get you into a special editing buffer for this snippet. When you exit by pressing the same keys again,

Re: [Orgmode] ECB and org-mode

2009-10-12 Thread Eric S Fraga
At Mon, 12 Oct 2009 15:06:24 +0200, Carsten Dominik wrote: Hi Eric, you would have to find out which function is the one doing the jumping to the method. With some luck there will be a hook called after jumping somewhere. With no luck, one can still advise this function. A good

Re: [Orgmode] problem with example block and headings

2009-10-12 Thread Giovanni Ridolfi
--- Lun 12/10/09, Eric S Fraga ucec...@ucl.ac.uk ha scritto: Footnotes: [1]  I wonder whether there should be a separate orb-babel mailing list to avoid too much noise in the org-mode list? what about a tag in the subject line such as: Subject: [babel] problem with example block and

[patch] Re: [Orgmode] problem with example block and headings

2009-10-12 Thread Dan Davison
Carsten Dominik carsten.domi...@gmail.com writes: Hi Eric, please move the cursor into the example block and press C-c ' (that is C-c followed by the single quote. This will get you into a special editing buffer for this snippet. When you exit by pressing the same keys again, you will see

Re: [Orgmode] Re: add a whole directory as one item to refile targets

2009-10-12 Thread Sebastian
Am Montag, den 12.10.2009, 15:48 +0200 schrieb Eraldo Helal: What is Reference/ supposed to be in this case -- a directory? Refiling only works to headings (or top level headings) in files in org-mode IIRC. Yes it is supposed to be a directory... I have org files in many directorys...

Re: [Orgmode] problem with example block and headings

2009-10-12 Thread Eric Schulte
Giovanni Ridolfi giovanni.rido...@yahoo.it writes: --- Lun 12/10/09, Eric S Fraga ucec...@ucl.ac.uk ha scritto: Footnotes: [1]  I wonder whether there should be a separate orb-babel mailing list to avoid too much noise in the org-mode list? what about a tag in the subject line such as:

[Orgmode] Re: `C-u 2 S-Tab' with `#+STARTUP: odd'

2009-10-12 Thread Michael Brand
I wonder how the function org-outline-level is intended to work. Should it show the outline level or count the stars like in org-version 6.31a and one has to take into account `odd' himself to get the outline level when implementing own stuff which use e. g. the function org-shifttab?

[Orgmode] How to change colour theme during export

2009-10-12 Thread Dan Davison
How do I set the color theme for fontification of exported source blocks? I thought maybe I could do it by adding the desired (color-theme-whatever) to my org-src-mode-hook. But it doesn't seem to have any effect (although the hook is called). So how should I do it and why didn't my method work?

Re: [Orgmode] How to change colour theme during export

2009-10-12 Thread Carsten Dominik
Hi Dan, files which you publish interactively should get the colors you currently have active in Emacs. Stuff published in Org and Worg uses color definitions in org.css and worg.css, respectively. If you wanted to change these, you would have to make a different style file. Check the

[Orgmode] columnview and emacsclient (again)

2009-10-12 Thread Memnon Anon
Hi! I still see this problem with emacsclient and columnview (cf. http://article.gmane.org/gmane.emacs.orgmode/17568/match= , especially the links to the pictures). I cut down my .emacs to a minimum, could someone please again test it with emacs 23? 0.) change path-to-org-directory to your

Re: [Orgmode] columnview and emacsclient (again)

2009-10-12 Thread David Bremner
Memnon Anon wrote: Hi! I still see this problem with emacsclient and columnview (cf. http://article.gmane.org/gmane.emacs.orgmode/17568/match= , especially the links to the pictures). I don't much about the causes, but when have this problem, it turns out that the org-column face is messed up.

[Orgmode] Re: columnview and emacsclient (again)

2009-10-12 Thread Memnon Anon
David Bremner brem...@unb.ca writes: I don't much about the causes, but when have this problem, it turns out that the org-column face is messed up. In particular, it often seems to get set to 1/10 of a point high or something silly. Interesting. I compared the output of C-u C-x =, they are