On Fri, Jan 30, 2009 at 07:46:21AM +0100, Carsten Dominik wrote:
> 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
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?
apart from some face definitions and things like export or agenda view
customisations that really
Hi Manish,
what can I say, awesome!
To get the default values, you could do
(get 'org-some-variable 'standard-value)
and evaluate this. You can do this with a formula in the table,
I have successfully tried this:
#+TBLFM: $2='(let ((x (prin1-to-string (get '$1 'standard-value
(org-requ
Here's my list of variables. I think all my org-mode settings
have been done via customize, which I've just realised doesn't
indent things very tidily. I've tried to fix it, but I'm not
really used to elisp style.
'(org-agenda-custom-commands (quote (("d" todo "DELEGATED" nil)
On Fri, Jan 30, 2009 at 1:48 PM, Carsten Dominik wrote:
> Hi Manish,
>
> what can I say, awesome!
Thanks.
>
> To get the default values, you could do
>
> (get 'org-some-variable 'standard-value)
Nice. Thanks.
>
> and evaluate this. You can do this with a formula in the table,
> I have successf
On Jan 30, 2009, at 9:29 AM, Manish wrote:
On Fri, Jan 30, 2009 at 1:48 PM, Carsten Dominik wrote:
Hi Manish,
what can I say, awesome!
Thanks.
To get the default values, you could do
(get 'org-some-variable 'standard-value)
Nice. Thanks.
and evaluate this. You can do this with a f
--- Gio 29/1/09, Carsten Dominik ha scritto:
> list all the Org-related variables that you have
> customized, along with the values you used?
>
> - 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 w
On Fri, Jan 30, 2009 at 2:08 PM, Carsten Dominik wrote:
>
[snip]
>
> You need to change $2 and $1 to the relevant columns in your table,
> maybe this is the problem?
Yes, I had changed only one of them. Thanks.
> I made this formula on one of your extracted tables where the variable
> was in col
Hi list,
The last few zip file distributions I have downloaded (6.20 and 6.20g)
seem to have many of the file modification times one hour in the
future. This seems to break the make (it says something about the
file being modified in the future and then gets rather confused;-).
The tgz distributi
On Jan 30, 2009, at 9:52 AM, Manish wrote:
On Fri, Jan 30, 2009 at 2:08 PM, Carsten Dominik wrote:
[snip]
You need to change $2 and $1 to the relevant columns in your table,
maybe this is the problem?
Yes, I had changed only one of them. Thanks.
I made this formula on one of your extra
On Fri, Jan 30, 2009 at 2:13 PM, Giovanni Ridolfi wrote:
[snip: customization explanation (56 lines)]>
> ---
> Summary for Manish:
>
> | Submitter| Variable | Value | Comment |
> | Giovanni Ridolfi | org-startup-options | overview lognoterepeat
> hid
Just a niggling issue here, I have a function set up to load my main org
file work.org.
(defun gtd()
(interactive)
(find-file "~/.gtd/work.org")
)
Straightforward enough, but since I downloaded v6.20 I then have to
manually switch using M-x org-mode. Otherwise the faces are all wrong,
hidden
On Jan 30, 2009, at 10:40 AM, Paul Mead wrote:
Just a niggling issue here, I have a function set up to load my main
org
file work.org.
(defun gtd()
(interactive)
(find-file "~/.gtd/work.org")
)
Straightforward enough, but since I downloaded v6.20 I then have to
manually switch using M-x o
Carsten Dominik writes:
> On Jan 30, 2009, at 10:40 AM, Paul Mead wrote:
>
>> Just a niggling issue here, I have a function set up to load my main org
>> file work.org.
>>
>> (defun gtd()
>> (interactive)
>> (find-file "~/.gtd/work.org")
>> )
>>
>> Straightforward enough, but since I downloade
Somehow, I woke up this morning to find that all my 'Customize'
settiings were missing from my .emacs (that ever happened to anyone?),
so these are just a few variables I've set up manually.
'(org-hide-leading-stars t)
;; looks cleaner, best with lighter preceeding stars, so I can still
count
Hi,
(2nd attempt at sending it to the list...)
FWIW my two custom-set-variables entries:
'(org-emphasis-regexp-components (quote (" ('\"" "- .,:?;'\")_" "
,\"'" "." 1)))
'(org-hide-emphasis-markers t)
Shaun.
___
Emacs-orgmode mailing lis
Do you have set up to make .org files automatically enter org-mode?
What happens if you use C-x C-f to open the file?
- Carsten
On Jan 30, 2009, at 11:05 AM, Paul Mead wrote:
Carsten Dominik writes:
On Jan 30, 2009, at 10:40 AM, Paul Mead wrote:
Just a niggling issue here, I have a functi
Here's my customization:
in todo.org:
#+STARTUP: content
#+STARTUP: lognotedone
#+SEQ_TODO: TODO(t@) STARTED(s) WAITING(w@/@) DELEGATED(d@) | DONE(D@)
DEFERRED(F@) CANCELLED(C@)
#+SEQ_TODO: APPT(a) RESCHEDULE(r@) | APPTDONE(A@) APPTCANCELLED(P@)
in .emacs:
(custom-set-variables
'(org-agenda-file
> In 6.20a, `C-c C-x C-b' does this now.
>
Thanks.
I first thought that the normal region would be used (the one you create with
Ctrl+Space) if it contained a list, but apparently it works only if you enable
transient-mark-mode.
Daniel
___
Ema
Carsten Dominik writes:
> Do you have set up to make .org files automatically enter org-mode?
>
> What happens if you use C-x C-f to open the file?
>
> - Carsten
>
I have the following:
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
If I use C-x C-f the behaviour is the same for the
Hi, I use I org-agenda-to-appt, and today I received appointments about tasks
which were already marked with a DONE state since yesterday (but however, still
scheduled for today).
Can this behaviour be configured not to do it?
Thanks
Daniel
__
Carsten Dominik schrieb:
> 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 :-)
Hi,
I've already sent a list of variables in use,but without values. Somehow
I missed the start (point?) of this thread.
This poll is much more fun _with_ values actually. Great to read all
those tiny little tweaks here :)
Here come the values:
* Customize
'(org-M-RET-may-split-line (quot
OK, added three customization I found here (I'm shure some more will
follow):
'(org-agenda-restore-windows-after-quit t)
'(org-agenda-window-setup (quote current-window))
'(org-hide-emphasis-markers t)
Best,
--
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:
On Jan 30, 2009, at 12:49 PM, Paul Mead wrote:
Carsten Dominik writes:
Do you have set up to make .org files automatically enter org-mode?
What happens if you use C-x C-f to open the file?
- Carsten
I have the following:
(add-to-list 'auto-mode-alist '("\\.org\\'" . org-mode))
If I us
Just three lines made it for me:
(setq org-return-follows-link t)
'(org-log-done (quote time))
'(org-refile-targets (quote ((org-agenda-files :maxlevel . 2
--
Mikael Fornius
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send repli
--- Ven 30/1/09, Carsten Dominik ha scritto:
> On Jan 30, 2009, at 12:49 PM, Paul Mead wrote:
>
> > Carsten Dominik writes:
> >
> >> Do you have set up to make .org files
> >>automatically enter org-mode?
> >>
> >> What happens if you use C-x C-f to open the file?
> >>
> >
> > I have the follow
On Jan 30, 2009, at 2:22 PM, Bernt Hansen wrote:
Manish writes:
Here are the results so far.
20 people responsed within the first day reporting about 479
customizations including 187 unique variables (49.6% !, assuming
total
377 variables.)
NB: I did try to filter out faces but a few mi
On Jan 30, 2009, at 1:07 PM, Daniel Clemente wrote:
Hi, I use I org-agenda-to-appt, and today I received appointments
about tasks which were already marked with a DONE state since
yesterday (but however, still scheduled for today).
Can this behaviour be configured not to do it?
(defu
John Wiegley schrieb:
> I've been wanting a simple method for managing dependent tasks for some
> time now, and only now did it occur to me that I could just implement a
> much simpler method using your current blocking mechanism.
>
> The attached file, confusingly named org-depends.el, implements
On Jan 30, 2009, at 8:46 AM, Manish wrote:
20 people responsed within the first day reporting about 479
customizations including 187 unique variables (49.6% !, assuming total
377 variables.)
This is actually a very surprising and positive result!
- Carsten
_
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?
I had forgotten the per-file customizations. Do you want these t
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?
>
> If you want to do more, I'd also love to see comments on
>
> - why you set the variable like t
Hi Jörg,
Jörg Hagmann writes:
> 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.
If you don't like this behavior, you can turn it off by ad
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?
>
Great idea, I am interested to see the compiled results!
Cheers -- Eric
eschulte-org-custom
Hi Rainer,
On Jan 30, 2009, at 4:02 PM, Rainer Stengele wrote:
John Wiegley schrieb:
I've been wanting a simple method for managing dependent tasks for
some
time now, and only now did it occur to me that I could just
implement a
much simpler method using your current blocking mechanism.
T
Hi,
I don't think I do have the patience and time to track down problems
with character sets with character wider than normal - which I think
what is causing this.
I welcome patches, though!
- Carsten
On Jan 30, 2009, at 8:40 AM, Seyen Shiro wrote:
1. Writing something like <<<とらドラ!>>> and th
Paul,
Try changing the org-mode line below to:
(add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
See if that makes a difference. I don't understand the use of \\'
in your line below.
Mark
* Paul Mead wrote (on 1/30/2009 3:49 AM):
Carsten Dominik writes:
Do you have set up to make
Mark Elston writes:
> Paul,
>
> Try changing the org-mode line below to:
>
> (add-to-list 'auto-mode-alist '("\\.org$" . org-mode))
>
> See if that makes a difference. I don't understand the use of \\'
> in your line below.
>
> Mark
Hi Mark, just tried that and it made no difference.
Paul
Carsten Dominik writes:
>
>
> I don't have enough to work on here.
>
> Any other ideas anyone? Maybe more windows people to test this?
> Maybe Paul needs to share his full setup, or try to minimize it while keeping
> the error?
>
> - Carsten
All my org-mode customizations are in one file:
;;
Paul Mead writes:
> Carsten Dominik writes:
>
>>
>>
>> I don't have enough to work on here.
>>
>> Any other ideas anyone? Maybe more windows people to test this?
>> Maybe Paul needs to share his full setup, or try to minimize it while
>> keeping
>> the error?
Two quick ideas,
1. Try startin
Howdy list,
My company recently moved to an exchange server (ugh!) and so now i've
been getting icalendar meeting requests. I have
icalendar-import-buffer in my gnus-article-prepare-hook, and that
works well enough to add things to my diary. Diary entries show up im
my appointemts, so that's goo
Hi list
Consider a structure like this:
* first
** second
*** third
fourth
Currently, if I export the "third" sub-tree to html (via "C-c @ C-x
C-e h"), then "third" becomes an heading, but "fourth" becomes an
heading. I would rather it were , i.e. that all heading
levels be relative to th
On Jan 30, 2009, at 1:37 PM, Carsten Dominik wrote:
So my feeling is that switching from one not-done state to
another not-done state should not be blocked at all.
In fact, I feel the same for the straight TODO dependencies.
I have now adapted John's mechanism in the following way:
- You are f
On Jan 30, 2009, at 11:20 AM, Carsten Dominik wrote:
we have a thread running on emacs-orgmode where we try to get some
ideas of which variables are actually be customized by several
users, to figure out if we should change any defaults, and to
make a list of entry level variables for new users.
I'd be interested in finding this out as well. Could you provide details
Dale on how you got it to import correctly into Diary even? There's a huge
disconnect right now for me between my calendar and what I do my GTD stuff
in.
Thanks,
David
On Fri, Jan 30, 2009 at 1:18 PM, Dale Smith wrote:
Correction
On Fri, Jan 30, 2009 at 1:39 PM, William Henney wrote:
> Currently, if I export the "third" sub-tree to html (via "C-c @ C-x
> C-e h"),
That should have been "C-c @ C-c C-e h"
Cheers
Will
--
Dr William Henney, Centro de Radioastronomía y Astrofísica,
Universidad Nacional Aut
David Thole writes:
> I'd be interested in finding this out as well. Could you provide details
> Dale on how you got it to import correctly into Diary even? There's a
> huge disconnect right now for me between my calendar and what I do my GTD
> stuff in.
Sure. I have
(add-hook 'gnus-articl
On Sun, Jan 18, 2009 at 07:34, Matthew Lundin wrote:
> I'm trying to set up ido for completion with org-refile and org-goto. My
> question is whether I should expect TAB to work with ido within org.
I get similar or the same behavior as you describe. I also get severe
slowness (almost a minute p
Hi Carsten,
\\ would work OK for me, but perhaps there is a solution even without
it. Useful because \\ does not fill correctly, in my filladapt setup,
at least.
I am likely to use footnotes in one of 2 ways: the document is the
body of a single entry, in which case I want footnotes at the end o
Hi Tom,
this looks awesome.
Right now I am stabilizing everything to make my final release
for Emacs 23.1, so it may be a week or two before I get to
integrate this.
Also, I am interested in the testing environment, and what
you made here may end up to be enough to establish a testing
framework
51 matches
Mail list logo