Hi,
yesterday I did this command in my org-mode git repo:
grep defcustom lisp/*el |wc -l
and got 378 as an answer. 378 user-customizable variables,
no kidding.
However, I bet that only about 10% of these are really used
by more that one user :-). So when a new users starts digging
into Org
> Regarding 'Re: only one [/] or [%]?'; Carsten Dominik adds:
> On Jan 28, 2009, at 4:57 PM, Richard KLINDA wrote:
>> Hi, I have noticed that you can only have one [/] or [%] in a
>> headline.
>> In an older version of org I used to use both in the same headline
>> and it worked.
Hiho!
Carsten Dominik schrieb:
> yesterday I did this command in my org-mode git repo:
> grep defcustom lisp/*el |wc -l
btw. there's git-grep.
> and got 378 as an answer. 378 user-customizable variables,
> no kidding.
You make this sound as if it was a bad thing... ;)
> In addition, I could
Hi,
something like that is already in, since yesterday, both
for TODO items and for checkbox lists.
Thanks!
- Carsten
On Jan 29, 2009, at 11:47 AM, Richard KLINDA wrote:
Regarding 'Re: only one [/] or [%]?'; Carsten Dominik adds:
On Jan 28, 2009, at 4:57 PM, Richard KLINDA wrote:
Hi, I h
Hi Carsten,
My org setup and usage at this point is fairly simple (I'm waiting for
James Smith's Remember rewrite to get more ambitious). Here are the
variables I use:
org-use-fast-todo-selection
org-agenda-files
org-remember-templates
org-default-notes-file
--Don Womick
-Original Message--
Hi everyone,
When I use inline latex in a org file like $a=b^2$ or \( a=b^2 \) and
export it with C-c C-e b, the formula is not inline. Instead it is
displayed in a new line and centered. Do you have any idea about it?
Thank you!
Yu Zhao
___
Emacs
Carsten Dominik writes:
Hi Carsten,
> So here is my question to all of you. Could you, in reply to this
> message, list all the Org-related variables that you have customized,
> along with the values you used?
Ok, here I go with some comments added.
(setq org-return-follows-link t
;; I
Hi Friedrich,
On Jan 29, 2009, at 12:13 PM, Friedrich Delgado Friedrichs wrote:
Hiho!
[...]
and got 378 as an answer. 378 user-customizable variables,
no kidding.
You make this sound as if it was a bad thing... ;)
Not at all. I am just surprized that it sooo many.
In addition, I co
On Jan 29, 2009, at 12:50 PM, Yu Zhao wrote:
Hi everyone,
When I use inline latex in a org file like $a=b^2$ or \( a=b^2 \)
and export it with C-c C-e b, the formula is not inline. Instead it
is displayed in a new line and centered. Do you have any idea about
it?
This is a bug, fixed i
Ilya Shlyakhter writes:
> Is it possible to filter the timeline view (agenda) by tag and/or by
> headline regexp?
>
> I use orgmode for a research notebook, where the outline organizes
> ideas on various projects and sub-projects.
> I put timestamps into entries when I work on them, so that I can
Carsten Dominik writes:
> yesterday I did this command in my org-mode git repo:
>
> grep defcustom lisp/*el |wc -l
>
> and got 378 as an answer. 378 user-customizable variables,
> no kidding.
org-export-with-special-strings is defined twice (and counted twice) in
lisp/org-exp.el (so it's real
Hi Carsten,
Here is my sorted list of variables in use:
* Variables - oups 42 :)
org-after-todo-state-change-hook
org-agenda-files
org-agenda-files
org-agenda-include-diary
org-archive-location
org-archive-save-context-info
org-blank-before-new-entry
org-clock-persist
org-clock-persist-file
or
Here are mine:
(setq org-agenda-include-diary t
org-agenda-show-all-dates nil
org-agenda-skip-scheduled-if-done t
org-agenda-start-on-weekday nil
org-agenda-tags-column -77
org-agenda-todo-ignore-scheduled t
org-columns-default-format
"%30ITEM(Task) %7Eff
On Thu, Jan 29, 2009 at 3:49 AM, Carsten Dominik wrote:
> list all the Org-related variables that you have customized,
> along with the values you used?
Here are my settings:
(setq
org-directory (file-name-as-directory
(cond ((at
Hi Carsten
Just updated to 6.20e. Before, on 6.18c, if I had a plain list like
this:
* Test
- [ ] A
- [ ] B
- [ ] C
With the cursor on the test line, typing `c-c c-x c-b' would check all
the boxes, and repeating would uncheck them. Now it doesn't seem to
toggle, only check.
I hope this is
Hi Carsten,
> Hi,
>
> yesterday I did this command in my org-mode git repo:
>
> grep defcustom lisp/*el |wc -l
>
> and got 378 as an answer. 378 user-customizable variables,
> no kidding.
Yes, I'm afraid I've used a fair number of those myself at one point or
another.
I've attached my list o
Ooops, I forgot about this part of the functionality during
a recent revamp of this command. Fixed now.
Thanks!
- Carsten
On Jan 29, 2009, at 3:05 PM, Chris Randle wrote:
Hi Carsten
Just updated to 6.20e. Before, on 6.18c, if I had a plain list like
this:
* Test
- [ ] A
- [ ] B
- [ ] C
Hi Chris,
On 2009-01-29 14:05:27(-), Chris Randle wrote:
> Hi Carsten
>
> Just updated to 6.20e. Before, on 6.18c, if I had a plain list like
> this:
>
> * Test
> - [ ] A
> - [ ] B
> - [ ] C
>
> With the cursor on the test line, typing `c-c c-x c-b' would check all
> the boxes, and repea
Carsten Dominik writes:
> So here is my question to all of you. Could you, in reply to this
> message, list all the Org-related variables that you have customized,
> along with the values you used?
>
It seems I'm using lots of these variables currently. (58)
I tune my work flow regularly - so
Hi Carsten,
Here is what I find in my disorganized .emacs.
(setq org-show-following-heading nil)
(add-hook 'org-mode-hook 'turn-on-font-lock)
'(org-export-html-style "")
'(org-export-skip-text-before-1st-heading t)
'(org-show-entry-below (quote ((default
'(org-show-siblings (quote ((default)
James TD Smith wrote:
> Have you looked at org-checklist.el in contrib? I wrote that to
> handle this kind of thing.
>
> Make sure org-checklist.el is in your load path, and add (require
> 'org-checklist) to your .emacs. You can then set up your daily task
> like so:
>
> ,[ test.org ]
>>
My list is rather pedestrian at the moment... but I think I'm going to
benefit from this exercise.
(setq org-hide-leading-stars t)
(setq org-agenda-files (list dan-org-dir))
(setq org-agenda-start-on-weekday nil)
(setq org-agenda-ndays 30)
(setq org-todo-keywords '((sequence "TODO" "STARTED" "|" "
Ones I find in my main PIM configuration file:
(add-hook org-mode-hook ...)
(setq org-hide-leading-stars t)
(setq org-deadline-warning-days 7
org-agenda-skip-scheduled-if-done t
org-agenda-start-on-weekday nil
org-agenda-include-diary t
org-agenda-sorting-strategy '(time-up
I think that everybody would be willing to run a lisp command that
finds variables that are changed from default.
Then pipe everybody's list | sort | uniq -c | sort -n . Or a lisp equivalent.
--
For personal and corporate gain, myalgic encephalomyelitis denialists
are knowingly causing massive
Carsten Dominik writes:
> Hi,
>
> yesterday I did this command in my org-mode git repo:
>
> grep defcustom lisp/*el |wc -l
>
> and got 378 as an answer. 378 user-customizable variables,
> no kidding.
>
> However, I bet that only about 10% of these are really used
> by more that one user :-).
On 2009-01-29, Carsten Dominik wrote:
> users actually customize. This could be the basis
> for a great article on Worg, describing just these selected
> variables.
>
> In addition, I could make a special customization group which only
> contains those variables (Emacs allows to put a variable in
On Thu, Jan 29, 2009 at 2:19 PM, Carsten Dominik wrote:
> Hi,
>
> yesterday I did this command in my org-mode git repo:
>
> grep defcustom lisp/*el |wc -l
>
> and got 378 as an answer. 378 user-customizable variables,
> no kidding.
>
> However, I bet that only about 10% of these are really used
> b
On Thu, Jan 29, 2009 at 2:49 AM, Carsten Dominik wrote:
> So here is my question to all of you. Could you, in reply to this
> message, list all the Org-related variables that you have customized,
> along with the values you used?
Here goes...
Cheers
Will
(add-to-list 'auto-mode-alist '("\\.or
Carsten Dominik writes:
> So here is the idea: I would like to find out which variables
> users actually customize. This could be the basis
> for a great article on Worg, describing just these selected
> variables.
org-log-done t
org-reverse-note-order t
org-deadline-warning-days 14
org-hid
* On Thu 08:49AM +, 29 Jan 2009, Carsten Dominik (domi...@science.uva.nl)
wrote:
> Hi,
>
> yesterday I did this command in my org-mode git repo:
>
>grep defcustom lisp/*el |wc -l
>
> and got 378 as an answer. 378 user-customizable variables,
> no kidding.
>
> However, I bet that only
In Org-mode 6.19b, running
M-x customize-variable org-export-latex-classes
gives an error "No match".
--
Best,
Hsiu-Khuern.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.
The default class "article" in the variable org-export-latex-classes (which
Emacs can't find anymore -- I have just filed a report) is
\documentclass[11pt,a4paper]{article}
I suggest dropping the "a4paper" option and letting the local TeX customization
determine the default papersize.
--
Be
Thanks!
Is there a way to include this secondary filter into a custom agenda view?
Also, a couple of suggestions for the agenda view:
- C-h C-m should display the available commands, like in other Emacs modes
- there should be a command to remotely visibility-cycle the
currently highlight
On 29 Jan 2009, at 19:48, Hsiu-Khuern Tang wrote:
In Org-mode 6.19b, running
M-x customize-variable org-export-latex-classes
gives an error "No match".
Have you (require 'org-export-latex) in your .emacs?
Best,
Christopher
___
Emacs-orgmode ma
On Thu, Jan 29, 2009 at 11:26:37PM +0530, Manish wrote:
< ... >
> I am collating the information in the following format.
>
> | Submitter | Variable | Value | Comment |
>
> Further analyses like which were the most commonly customized variables,
> their values etc. can then be derived from the
Hello, org-mode!
I've been using org-mode recently, and overall it's pretty nice, but
one thing doesn't seem to work quite right.
I have org-special-ctrl-a/e set to nil (the default, I think). I
think this means that C-e should work just like normal.
Unfortunately, C-u C-e fails with "Wrong type
* On Thu 08:15PM +, 29 Jan 2009, Christopher Suckling
(suckling.l...@googlemail.com) wrote:
>
> On 29 Jan 2009, at 19:48, Hsiu-Khuern Tang wrote:
>
> > In Org-mode 6.19b, running
> >
> > M-x customize-variable org-export-latex-classes
> >
> > gives an error "No match".
>
> Have you (require
Carsten Dominik writes:
> So here is my question to all of you. Could you, in reply to this
> message, list all the Org-related variables that you have customized,
> along with the values you used?
This set hasn't grown much lately, but I'm still not completely "moved
in".
(add-to-list 'auto-
On Thu, Jan 29, 2009 at 09:49:21AM +0100, Carsten Dominik wrote:
> So here is my question to all of you. Could you, in reply to this
> message, list all the Org-related variables that you have customized,
> along with the values you used?
,[ org-mode custom settings ]
| (custom-set-variables
On Jan 29, 2009, at 6:56 PM, Manish wrote:
On Thu, Jan 29, 2009 at 2:19 PM, Carsten Dominik wrote:
Hi,
yesterday I did this command in my org-mode git repo:
grep defcustom lisp/*el |wc -l
and got 378 as an answer. 378 user-customizable variables,
no kidding.
However, I bet that only about
On Jan 28, 2009, at 10:58 PM, Ken Harris wrote:
Hello, org-mode!
I've been using org-mode recently, and overall it's pretty nice, but
one thing doesn't seem to work quite right.
I have org-special-ctrl-a/e set to nil (the default, I think). I
think this means that C-e should work just like n
On Jan 29, 2009, at 6:07 PM, Samuel Wales wrote:
I think that everybody would be willing to run a lisp command that
finds variables that are changed from default.
That would have been an efficient solution. But I think we already
have now great input, and the advantage is that gmane is archi
On Jan 29, 2009, at 9:03 PM, Ilya Shlyakhter wrote:
Thanks!
Is there a way to include this secondary filter into a custom agenda
view?
Also, a couple of suggestions for the agenda view:
- C-h C-m should display the available commands, like in other
Emacs modes
- there should be a
If you do the customization after first using latex export, then
the variables will be known, because then org-export-latex will
have been loaded. Also, if you call `org-customize', everything
will be loaded.
- Carsten
On Jan 29, 2009, at 10:13 PM, Hsiu-Khuern Tang wrote:
* On Thu 08:15PM +000
Hi folks,
In the last few days hitting M- on a headline has inserted an
empty line between the headline and the new line I'm trying to
create. I end up with:
,
|
| * header 1
|
| * header 2
|
`
instead of
,
|
| * header 1
| * header 2
|
`
I'm guessing I've mucked somethin
Carsten Dominik writes:
> Hi,
>
> So here is my question to all of you. Could you, in reply to this
> message, list all the Org-related variables that you have customized,
> along with the values you used?
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
(global-set-key "\C-cl" 'org-store
I am one of those confused 'newbs' - I use emacs exclusively for org-
mode. (but it is growing on me)
I don't know where or how to customize it - so I use it just like it
is. (not that I wouldn't like to tweek stuff.)
Dennis
On 29 Jan 2009, at 08:49, Carsten Dominik wrote:
Hi,
yesterday I
On Fri, Jan 30, 2009 at 9:14 AM, Dennis Groves wrote:
> I am one of those confused 'newbs' -
> I use emacs exclusively for org-mode. (but it is growing on me)
The first hit is free! ;-)
Org-mode (like Planner) can pull people into using Emacs (however scary
and intimidating it might seem in the
On Thu, Jan 29 2009, Carsten Dominik wrote:
> - why you set the variable like this
> - if you feel that the default value of that variable
> should be different
> - Any other comments you might what to give.
I have four org config files: org-config.el, org-config-remember.el,
org-config-latex.
1. Writing something like <<<とらドラ!>>> and then using C-c C-c, or saving and
reopening the file does not trigger the radio link to activate. Normal internal
links work fine.
org-mode version: 6-19b
Emacs version: 22.3.1
File is in utf-8-unix
2. If the headline contains Japanese, and you then add
This also happens with lists:
1. item
2. item
but not if you have
1. item
2. item
and then add a third item with M-
I suppose that's intended? If yes, I don't think it's convenient.
Cheers, Jörg
Cameron Horsburgh wrote:
Hi folks,
In the last few days hitting M- on a headline has inserted a
Hi Cameron,
a relatively recent change is causing this new behavior.
The default is now to automatically insert an empty line
if the current headline does also have an empty line before it.
So If you have an empty line before "header 1", then you
will get an empty line before "header 2". Howev
52 matches
Mail list logo