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
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
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(
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
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
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
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<-
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
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
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
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
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
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
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
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
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,
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
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
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
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
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
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-
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.
>
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
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
> 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
> :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!
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
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'.
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:
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
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
>
--- 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,
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
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.
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
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
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
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
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
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
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
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
43 matches
Mail list logo