On Wed, Mar 4, 2009 at 04:53, Carsten Dominik wrote:
> you can now et faces for each priority, using the variable
> org-priority-faces, in a way similar to the todo-keyword faces,
> and the tag faces. Just note that the car in this alist must be
> a character, not a string.
This is much better,
Hi,
when I enter column view I can cycle through tree visibility
settings by hitting the tab key, but can only hide the :PROPERTIES:
line under the top heading if I fold the tree completely.
I want to be able to see all headings, but no :PROPERTIES:
How can I do this?
Also
Carsten Dominik writes:
> On Mar 12, 2009, at 9:39 PM, Emilio Garcia Cota wrote:
>
>> #+TITLE: (bug|feature)? report -- exporting ~verbatim~ and =code=
>> into Latex
>> #+AUTHOR: me
>> #+EMAIL: e...@ma.il
>> # I use latest Git (that's 1 commit ahead of 6.24c) on Emacs 22.3.1
>>
>> * ~verbatim~ an
writes:
> Hi,
>I have rewritten the org-columns-compute function to allow elisp
>formulas in column view.
>It allows you to specify how to accumulate values from child headers,
>and how to specify the value for the current header, based on other
>columns.
>In the column sp
Has anyone devised a format to bring git commit logs into org-mode for the
purposes of clocking time?
I have a few repositories that I need to retroactively log hours worked
from commit messages. I expect that appropriate git log formatting might
make it much easier.
Thanks,
Jeff
_
Hi,
I have rewritten the org-columns-compute function to allow elisp
formulas in column view.
It allows you to specify how to accumulate values from child headers,
and how to specify the value for the current header, based on other
columns.
In the column specification you place el
Hi All,
I tend to use a right arrow (→, U2192) from time to time in plain
lists to separate normal item from conclusions / next actions etc.:
- Topic
- Fact 1
- Fact 2
→ Conclusion
I would appreciate it if org-mode could support this type of bullet
point. The attached patch implem
Salve!
I am just starting to use Emacs-Org-Mode and planning to use it for my GTD
system.
However I am not sure what files (file structure) to use.
Until now, I made a directory for each project.
In each project directory I have a text file called "plan".
This is where I did my thinking and plan
On Mar 12, 2009, at 9:39 PM, Emilio Garcia Cota wrote:
#+TITLE: (bug|feature)? report -- exporting ~verbatim~ and =code=
into Latex
#+AUTHOR: me
#+EMAIL: e...@ma.il
# I use latest Git (that's 1 commit ahead of 6.24c) on Emacs 22.3.1
* ~verbatim~ and =code=---inconsistency exporting to Latex
On Mar 13, 2009, at 2:01 PM, Ivan Nedrehagen wrote:
På Fri, 06 Mar 2009 10:38:22 +0100, skrev Carsten Dominik >:
On Mar 6, 2009, at 6:32 AM, Alan E. Davis wrote:
Maybe I have missed something about the use of this new feature.
And also other attempts to print have failed. So I am posing
On Mar 13, 2009, at 2:34 PM, Taru Karttunen wrote:
Hello
It seems that server-kill-new-buffers in emacs23 works fine for normal
org-mode files, but it doesn't affect buffers opened with
org-agenda. Is it possible to fix this?
The problematic behaviour is as follows:
1) look at the agenda in e
No, $LR1 inserts the *value* of that field.
You can do this:
| 1 | 6 |
| 2 | |
| 3 | |
#+TBLFM: @1$2=vsum(@1$...@i-1$1)
Org imagines a hline at the end of a table, in your
case this would be the first hline in the table, so
@I-1 refers to the last row.
HTH
- Carsten
On Mar 13, 2009,
Yes.
- Carsten
On Mar 13, 2009, at 3:45 PM, David Bremner wrote:
Carsten Dominik wrote:
I am abandoning the CLOCK drawer, and instead use the LOGBOOK drawer
also for CLOCK lines and clock-out notes. This makes a lot of sense
to me, hopefully also to you.
Is it sensible to global search an
To reproduce, set your org-clock-into-drawer to 3 (or any number).
Then:
,
| * Foo
| - [ ] bar baz
`
Clock in and out org-clock-into-drawer times, after that I get (=> the
checkbox line got into the logbook drawer):
,
| * Foo
|:LOGBOOK:
|CLOCK: [2009-03-13 Fri 18:45]--[2
Taru Karttunen writes:
> It seems that server-kill-new-buffers in emacs23 works fine for normal
> org-mode files, but it doesn't affect buffers opened with
> org-agenda. Is it possible to fix this?
As you probably realize, this is because those buffers aren't
server-editing buffers.
> The probl
Richard's question makes me wonder about org and diary integration.
Whats the good/proper way of doing that?
Bastien's note in org2rem says that perhaps orgmode makes remind
unnecessary but interoperability wont hurt.
The org docs themselves seem to say that org and diary are
complementary but Im n
Carsten Dominik wrote:
>I am abandoning the CLOCK drawer, and instead use the LOGBOOK drawer
>also for CLOCK lines and clock-out notes. This makes a lot of sense
>to me, hopefully also to you.
Is it sensible to global search and replace :CLOCK: with :LOGBOOK: to
"upgrade" my org files?
David
Carsten Dominik writes:
> On Mar 13, 2009, at 3:05 AM, Baoqiu Cui wrote:
>
>> Baoqiu Cui writes:
>>
>>> Dale Smith writes:
>>>
Somthing that muse has that I'd really like to see in org is some
way to insert raw docbook into the exported output.
Any ideas or suggestions? Som
Hello
It seems that server-kill-new-buffers in emacs23 works fine for normal
org-mode files, but it doesn't affect buffers opened with
org-agenda. Is it possible to fix this?
The problematic behaviour is as follows:
1) look at the agenda in emacsclient
2) close emacsclient (org-mode buffers opene
På Fri, 06 Mar 2009 10:38:22 +0100, skrev Carsten Dominik
:
On Mar 6, 2009, at 6:32 AM, Alan E. Davis wrote:
Maybe I have missed something about the use of this new feature. And
also other attempts to print have failed. So I am posing two questions
in this post (hopefully related). The
Hello,
this is a quick reminder for you, beloved org-mode user, reading this
mailing list but not subscribed to it yet.
The traffic on this list is hand-moderated, that means that somebody
really reads every mails sent by a non-subscribed user. Depending of the
content, the mail will go through o
Dear All,
A quick spreadsheet question. I just wanted the compute the sum of an
entire column by using
| 1 | |
| 2 | |
| 3 | |
#+TBLFM: @1$2=vsum(@1$1..$LR1)
It doesn't do the trick (neither in v6.24a nor in v6.24c): the value of
@1$2 is 3, 12, 29, 120, etc., after multiple application of
#+TITLE: (bug|feature)? report -- exporting ~verbatim~ and =code= into Latex
#+AUTHOR: me
#+EMAIL: e...@ma.il
# I use latest Git (that's 1 commit ahead of 6.24c) on Emacs 22.3.1
* ~verbatim~ and =code=---inconsistency exporting to Latex and HTML
#+BEGIN_EXAMPLE
[a-zA-Z_]
[!#&*+-/:;<=>?]
[\t
Hi Carsten et al,
A feature request - have "follow mode" open up the first linked
property if so configured. Possibly a configured property name such as
"Link" if linking to something "internal" like an gnus email.
I realise that's probably quite a major thing if done generically and
came to min
Richard,
On Thu, 12 Mar 2009 15:02:19 +0100
Richard Riley wrote:
> While on the subject, is there any concept of an "alarm" in
> org? Or is this just a scheduled item? It would be nice of there was a
> way to trigger specific functions based on the tags -e.g play wave file
> for a reminder of a
25 matches
Mail list logo