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

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 manual(

[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 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 http://lists.gnu.org/mailman/listin

Re: [Orgmode] The Perl color style

2009-10-12 Thread Water Lin
Mikael Fornius writes: > Water Lin 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 config file "~/.tidyr

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

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

2009-10-12 Thread Dave Milter
On 10/12/09, Carsten Dominik 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, then press "a", and c

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

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

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

2009-10-12 Thread Dave Milter
On 10/12/09, Carsten Dominik wrote: > > On Oct 12, 2009, at 12:59 PM, Dave Milter wrote: > >> On 10/12/09, Carsten Dominik 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- >>> syst

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

2009-10-12 Thread Robert Goldman
Nick Dokos wrote: > Robert P. Goldman wrote: > > ... Robert Goldman 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 qu

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 wrote: ... Robert Goldman 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 repl

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 wrote: On Oct 12, 2009, at 12:59 PM, Dave Milter wrote: On 10/12/09, Carsten Dominik wrote: Hi DAve, I have little knowledge about coding systems myself. Could you please let me know, what if the valu

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 - Cars

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 > >> remo

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

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

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 har

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 writes: Water Lin 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: qu

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 org-

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

2009-10-12 Thread Matthew Lundin
Matt Lundin writes: > 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. >

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

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

2009-10-12 Thread Matthew Lundin
Carsten Dominik writes: > 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 c

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

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'.

[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

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 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 headings cheers,

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

2009-10-12 Thread Dan Davison
Carsten Dominik 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 what Org does to

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 writes: > --- Lun 12/10/09, Eric S Fraga 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

[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? org-out

[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? T

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 c

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

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

2009-10-12 Thread Samuel Wales
Hi Karl, I have been thinking about this recently also, but in a different direction. I agree that searching inside attachments is important. On Mon, Oct 12, 2009 at 06:40, Karl Maihofer wrote: > does anyone use something like Lucene[*] with orgmode to search inside > attachments like pdf- and

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 u

[Orgmode] Re: columnview and emacsclient (again)

2009-10-12 Thread Memnon Anon
David Bremner 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 the same exc