Wes Hardaker writes:
>> On Wed, 22 Jul 2009 01:59:12 +0200, Bastien
>> said:
>
> B> Those two functions come from alist.el which is included in Apel:
>
> So does that mean it's safe to leave the functions in use within
> org-export generic,
AFAIK `set-alist' is not defined in vanilla
Markus Heller writes:
> THankBastien wrote:
>> Markus Heller writes:
>>
>>> how would I go about setting a background color to my org headline
>>> faces? I'm an emacs/org newbie ...
>>
>> Go on a headline and M-x customize-face RET - then you can customize
>> the background color of this face.
Shelagh Manton writes:
> On Wed, 22 Jul 2009 08:13:53 -0700, Wes Hardaker wrote:
>
>>> On Wed, 22 Jul 2009 01:59:12 +0200, Bastien
>>> said:
>>
>> B> Those two functions come from alist.el which is included in Apel:
>>
>> So does that mean it's safe to leave the functions in use within
Bastien schrieb:
> User writes:
>
>> Please consider adding this change to org mode:
>>
>> http://www.emacswiki.org/emacs/OrgMode#toc11
>
> Funny that you mention this because Lennart just told me about this
> tip and I was about to ask Orgers.
>
>> http://img19.imagevenue.com/img.php?image=86
Hi,
I wonder if there is way to get an agenda showing all TODO items with
the hierarchical context up to the top level.
Given an projects.org like this:
* Project A
** TODO do foo
** TODO do bar
** DONE do baz
* Project B
** DONE do foo
* TODO Another small thing
An agenda view, e.g. tag
Rainer Stengele writes:
>> Please people vote. It's a tiny change but since we all have
>> different preferences for such things, it's good to have a sense of
>> what everyone thinks...
>>
> Looks good.
> My "+" vote then.
Agreed. A "+" vote for me too.
Charles
--
Your job is being a profes
Bastien writes:
>
> Please people vote. It's a tiny change but since we all have different
> preferences for such things, it's good to have a sense of what everyone
> thinks...
What are we voting for, to make this *possible* or *default*?
Paul
___
Paul Mead writes:
> Bastien writes:
>
>>
>> Please people vote. It's a tiny change but since we all have different
>> preferences for such things, it's good to have a sense of what everyone
>> thinks...
>
> What are we voting for, to make this *possible* or *default*?
Default.
--
Bastien
At Thu, 23 Jul 2009 10:29:42 +0200,
Tilmann Singer wrote:
>
> Hi,
>
> I wonder if there is way to get an agenda showing all TODO items with
> the hierarchical context up to the top level.
Depending on the depth of hierarchy you wish to cater for, categories
may be helpful.
>
> Given an project
Bastien writes:
> Paul Mead writes:
>
>> Bastien writes:
>>
>>>
>>> Please people vote. It's a tiny change but since we all have different
>>> preferences for such things, it's good to have a sense of what everyone
>>> thinks...
>>
>> What are we voting for, to make this *possible* or *default
Bastien writes:
> Paul Mead writes:
>
>> Bastien writes:
>>
>>>
>>> Please people vote. It's a tiny change but since we all have different
>>> preferences for such things, it's good to have a sense of what everyone
>>> thinks...
>>
>> What are we voting for, to make this *possible* or *default
On Thu, 23 Jul 2009 02:29:30 +0200
meingbg wrote:
> | a | b | c |
> |---++---|
> | a | 2 | 2 |
> | b | 3 | 7 |
> | c | -3 | 4 |
> | d | 5 | 9 |
> #+TBLFM: $3=...@-1::@2$3=$2
A good solution is to use
$3=vsum(@-I$-1..$-1)
as proposed in this thread:
http://thread.gmane.org/gmane.emacs.or
I'm using 23.x pretests and haven't updated in almost a month so mine is
probably much older than yours. I am running 6.28b of org which I think you
are too. Not sure what the issue is.
On Tue, Jul 21, 2009 at 7:33 PM, Christopher Suckling wrote:
> On Tue, 21 Jul 2009 15:15:09 -0400, Greg Newma
--- Gio 23/7/09, Bastien ha scritto:
> Paul Mead writes:
>
> > Bastien
> writes:
> >
> >>
> >> Please people vote. It's a tiny change but
> >> since we all have different
> >> preferences for such things, it's good to have a
> >> sense of what everyone thinks...
> >
> > What are we voting for
> A good solution is to use
> $3=vsum(@-I$-1..$-1)
> as proposed in this thread:
> http://thread.gmane.org/gmane.emacs.orgmode/1940/focus=1941
That works for me, thanks!
>
> Nevertheless:
>
> If @2$3 is manually set to 2 in the table, then the formulas produce
> the expected outcome. So, the pr
Bastien googlemail.com> writes:
> >
> > What are we voting for, to make this *possible* or *default*?
>
> Default.
>
This may mislead some people. Adding this fix wouldn't change how
headers look by default. It would only make it possible to draw
header lines across the screen *if* the user
Hello,
evaluating a source-block with org-babel raised an error about 'looking-at-p'
not defined.
Best,
Stephan
diff --git lisp/org-babel.el lisp/org-babel.el
index a6345eb..e2a24eb 100644
--- lisp/org-babel.el
+++ lisp/org-babel.el
@@ -454,7 +454,7 @@ relies on `org-babel-insert-result'.
On Thu, 23 Jul 2009 12:17:03 +0200
meingbg wrote:
> > Nevertheless:
> >
> > If @2$3 is manually set to 2 in the table, then the formulas produce
> > the expected outcome. So, the problem seems to be the order of
> > execution. If column c is cleared and the formulas are executed, @2$3
> > is read
User writes:
> Bastien googlemail.com> writes:
>
>> >
>> > What are we voting for, to make this *possible* or *default*?
>>
>> Default.
>
>
> This may mislead some people. Adding this fix wouldn't change how
> headers look by default. It would only make it possible to draw
> header lines acro
Bastien writes:
> Paul Mead writes:
>
>> Bastien writes:
>>
>>>
>>> Please people vote. It's a tiny change but since we all have different
>>> preferences for such things, it's good to have a sense of what everyone
>>> thinks...
>>
>> What are we voting for, to make this *possible* or *default
At Thu, 23 Jul 2009 09:56:38 +0100,
Eric S Fraga wrote:
> > Given an projects.org like this:
> >
> > * Project A
> > ** TODO do foo
> > ** TODO do bar
> > ** DONE do baz
> > * Project B
> > ** DONE do foo
> > * TODO Another small thing
>
> add the CATEGORY property (C-c C-x p cat TAB) to A
On Thu, 23 Jul 2009 05:47:14 -0400, Greg Newman wrote:
> I'm using 23.x pretests and haven't updated in almost a month so mine is
> probably much older than yours. I am running 6.28b of org which I think you
> are too. Not sure what the issue is.
>
Got it (I think)...
org-mac-protocol.el stil
Bastien wrote:
> Paul Mead writes:
>
> > Bastien writes:
> >
> >>
> >> Please people vote. It's a tiny change but since we all have different
> >> preferences for such things, it's good to have a sense of what everyone
> >> thinks...
> >
> > What are we voting for, to make this *possible* or
Nick Dokos writes:
> IIUC, the suggestion is to change the headlines regexp in
> org-set-font-lock-defaults, but you are *not* suggesting that the face
> definitions be changed to have a background color - is that correct?
Correct.
> If that's the case, I see little, if any, harm in the change
On 2009-07-23 09:11:00(+0200), Bastien wrote:
> Wes Hardaker writes:
>
> >> On Wed, 22 Jul 2009 01:59:12 +0200, Bastien
> >> said:
> >
> > B> Those two functions come from alist.el which is included in Apel:
> >
> > So does that mean it's safe to leave the functions in use within
> > org
I'm a non-programmer type trying to figure this out too. I looked into
customize faces and font-lock in org group and couldn't find anything. Anybody?
d.
On Wed, 22 Jul 2009, Markus Heller wrote:
> THankBastien wrote:
>> Markus Heller writes:
>>
>
> Thanks. And where do I find ‘org-set-font-lo
Hi Daniel,
Daniel Goldin writes:
> I'm a non-programmer type trying to figure this out too. I looked into
> customize faces and font-lock in org group and couldn't find
> anything. Anybody?
What are you trying to do exactly?
--
Bastien
___
Emacs-
Stephan Schmitt writes:
> Hello,
>
> evaluating a source-block with org-babel raised an error about 'looking-at-p'
> not defined.
Thanks Stephan,
I've applied that and checked for other occurrences. (I believe
looking-at-p is new in emacs23.)
Dan
>
> Best,
> Stephan
> diff --git lisp/org-
Bastien wrote:
Markus Heller writes:
THankBastien wrote:
Markus Heller writes:
how would I go about setting a background color to my org headline
faces? I'm an emacs/org newbie ...
Go on a headline and M-x customize-face RET - then you can customize
the background color of this face.
T
Hi Jason,
thanks a lot for the idea. I have generalized this approach a bit by
adding a new option: org-show-notification-handler.
The value of this new variable can either be an elisp function or a
program. The function/program will be called with the notification
string as an argument.
So
meingbg writes:
> When using the :step day option in the clocktable, every day gets it's own
> table. This is a great option! It can however easily be a lot of tables, even
> if there's not too much information. Say for example there are only items in
> two out of thirty tables.
>
> Is there an o
User writes:
> Please consider adding this change to org mode:
>
> http://www.emacswiki.org/emacs/OrgMode#toc11
So I have implemented this.
There is now the option `org-fontify-whole-heading-line'.
When t, headlines will be fontified till the end of the lines.
This option defaults to nil.
T
Bastien writes:
> thanks a lot for the idea. I have generalized this approach a bit by
> adding a new option: org-show-notification-handler.
That certainly does the job. For me it means configuring notification
method in two places (org and todochiku), but that's not unreasonable,
given that
Currently I'm using org-mode with EasyPG and it works great. Files
created with filename.org.gpg are automatically encrypted before being
saved, and it automatically knows to use org-mode for the file.
The one issue I'm having is with the Agenda view. If I try to pull a
global agenda list and in
Hi Ulf,
I've finally pushed a change that allows whitespaces in labels and allow
the "-r" switch to be used even if "-n" is not there. Please test it and
let me know if it works as expected.
Thanks,
Ulf Stegemann writes:
>>> conclusion. I don't think that this is a problem. From the author's
At Thu, 23 Jul 2009 14:09:23 -0500,
Kyle Sexton wrote:
>
> Currently I'm using org-mode with EasyPG and it works great. Files
Kyle,
can you tell me exactly how you are doing this? I used to do this
just fine but something broke about 6 months ago and I'm no longer
able to encrypt the file auto
Eric S Fraga writes:
> At Thu, 23 Jul 2009 14:09:23 -0500,
> Kyle Sexton wrote:
>>
>> Currently I'm using org-mode with EasyPG and it works great. Files
>
> Kyle,
>
> can you tell me exactly how you are doing this? I used to do this
> just fine but something broke about 6 months ago and I'm no
At Fri, 24 Jul 2009 00:39:07 +0200, Richard Riley wrote:
> Eric S Fraga writes:
> > What settings do you have for EasyPG? All I have are:
> >
> > ,
> > | ;; -- EASYPG
> > | (require 'epa)
> > | (epa-file-enable)
> > | (setq epa-file-cache-passphrase-for
Samuel Wales writes:
> Very often, when I do a keyword search in the agenda (m-x
> agenda RET s), org-agenda-switch-to (RET) goes to the wrong
> location in the target file. To sync it, the easiest way that I have
> found so far is
> to open all agenda buffers, kill all agenda buffers, open
> al
Hi Hsiu-Khuern,
I've just pushed a fix for this: when the "src" switch is present,
including a file won't escape org-like lines. With a bare #+include
we still escape lines starting with * or #.
Please test it and report any problem.
Thanks,
Hsiu-Khuern Tang writes:
> I'm using 6.28trans.
Hello,
org 6.28trans
I just observed that in
#+BEGIN_VERSE
=A= B
=C=
#+END_VERSE
the first line is exported in HTML as expected (with A in "code"
style), B in default text style. However, the second line yields "=C="
with default text style, rather than just "C" in "code" style. I
assume
Typically, I try it again to no avail, kill the buffer and try it
again and get an error, then load all agenda files, kill all agenda
files, load all agenda files, run the search again, then it works.
On 2009-07-23, Bernt Hansen wrote:
> Samuel Wales writes:
>
>> Very often, when I do a keyword
Very often, when I do a keyword search in the agenda (m-x
agenda RET s), org-agenda-switch-to (RET) goes to the wrong
location in the target file. To sync it, the easiest way that I have
found so far is
to open all agenda buffers, kill all agenda buffers, open
all agenda buffers, and run the searc
Hi everybody,
first of all I'm new to org-mode and I'm new to that list. Please be patient
with me if I come up with the same silly ideas as hundreds of people before
me.
I tried to check the archive and didn't find something similar.
I just came into this "org-mode"-topic and since I'm someho
Torsten Wagner writes:
[...]
> First of all everything which org-mode is aware of is within a
> git-repro. That makes it highly portable. If you like to use your
> complete working environment (your org-files and all linked files) on
> another computer a easy "git clone git://myfirstcomputer/org
* On Fri 01:22AM +, 24 Jul 2009, Bastien (bastiengue...@googlemail.com)
wrote:
> Hi Hsiu-Khuern,
>
> I've just pushed a fix for this: when the "src" switch is present,
> including a file won't escape org-like lines. With a bare #+include
> we still escape lines starting with * or #.
>
> Pl
Hi Bastien,
Bastien wrote:
> I've finally pushed a change that allows whitespaces in labels and allow
> the "-r" switch to be used even if "-n" is not there. Please test it and
> let me know if it works as expected.
great! I've tested this with some examples and it seems to work fine.
Thanks fo
47 matches
Mail list logo