Yep, that looks like what I wanted. Thanks.
On Wed, Mar 24, 2010 at 9:00 PM, Memnon Anon
wrote:
> Ryan Thompson writes:
>
>> Hi,
>>
>> Is there any way to view a timeline or agenda of completed tasks? That
>> is, can I invert the normal logic of excluding finished tasks from the
>> agenda?
>
> ,
On Mar 24, 2010, at 9:49 PM, Memnon Anon wrote:
Dan Davison writes:
Yes, exactly. I want to counter some of the recent pessimism on this
topic. Org-mode is very attractive to people in its own right, and
as it
happens it is implemented in emacs. I know one person who has used
org-mode con
Applied, thanks.
- Carsten
On Mar 24, 2010, at 9:51 PM, David Maus wrote:
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen. You don't know how to make a good report?
See
http://orgmode.org/manual/Feedback.html#Feedback
Your bug report w
>
> >checkboxes stop functioning again.
>
> Do you still have the defmacro in .emacs?
No. I removed it, because in *Messages* there is
("/usr/bin/emacs" "/tmp/orgtest.org")
Loading regexp-opt...done
Loading subst-ksc...done
Loading subst-gb2312...done
Loading subst-big5...done
Loading subst-ji
As I mentioned yesterday, I am trying to follow
http://orgmode.org/worg/org-tutorials/tracking-habits.php
I have the following entry:
** TODO Go to the gym :habit:
SCHEDULED: <2010-03-24 Wed .+2d>
and even managed to successfully go to the gym as planned :) However,
I couldn
You may also show archived items with "v A".
If you turn on the log with "v l" and show archived items with "v A" you
have a great way to see what you did. Even better if you change, for
instance, to the month view with "v m".
- Darlan
At Thu, 25 Mar 2010 00:15:53 -0700,
Ryan Thompson wrote:
>
Thanks Carsten for the feedback!
The following patch remembers the un-expanded file names by re-reading
the agenda-files definition file before saving.
It matches the expanded file names with the un-expanded and keeps the
un-expanded version when saving.
If you like it please apply it.
diff
I think this behavior in org-mode is correct.
For instance, suppose we have the heading below
,
| * Some heading
| - \textbf{lalala}
| - {\textbf lelele}
| - \alert{lilili}
`
In the first item org will recognize this is a Latex command and the
brackets will be passed to Latex withou
As I compiled org-mode today I noticed a free variable and I think this
change fixes it.
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 670edcb..9614608 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -1043,8 +1043,8 @@ Return t when the line exists, nil if it does not exist."
"Gary ." writes:
> As I mentioned yesterday, I am trying to follow
> http://orgmode.org/worg/org-tutorials/tracking-habits.php
>
> I have the following entry:
>
> ** TODO Go to the gym :habit:
>SCHEDULED: <2010-03-24 Wed .+2d>
>
> and even managed to successfully go to the g
Applied, thanks.
- Carsten
On Mar 25, 2010, at 12:20 PM, Mikael Fornius wrote:
As I compiled org-mode today I noticed a free variable and I think
this
change fixes it.
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 670edcb..9614608 100644
--- a/lisp/org-table.el
+++ b/lisp/org-t
Darlan,
Thank you again. I think I understand the problem now.
On 2010-03-25 20:02, Darlan Cavalcante Moreira wrote:
Summarizing, define your macros as Latex macros instead of TeX ones and
they should work. That is, something like \J{XXX}.
Currently, the definition is
\newfontfamily{\J}[
Hi Julien,
Thanks for the patch, however it looks like the attached patch breaks
columnname support for R source code blocks. I'm pasting in the
relevant portion of our test suite, from the development.org file in our
development repository [1]. Could you please sort this issue out before
we app
In the table/block pair below, I'm trying to pass an IP number to some
shell code. It seems like in the table formula I can only have
numbers. Is that right?
#+TBLNAME: system-host-ping :var host=system-hosts
| name | ip | ping |
|---++|
| host 1
Hello,
I was wondering if anyone could help me with this. I guess this
question has been asked before, but I couldn't find an answer.
Apologies.
The setting:
I have a require entry in my .emacs that reads:
(require 'dervin-org-projects)
and a file dervin-org-projects.el that reads:
(require '
"Eric Schulte" writes:
> Hi Julien,
>
> Thanks for the patch, however it looks like the attached patch breaks
> columnname support for R source code blocks. I'm pasting in the
> relevant portion of our test suite, from the development.org file in our
> development repository [1]. Could you plea
>From reading the org-beamer documentation, I get the impression that the
following two should headings should be equivalent:
* Example 1 :B_block:
* Example 2
:PROPERTIES:
:BEAMER_env: block
:END:
However, only the second example is actually ex
Hi Maurizio,
The ip addresses in your table are being interpreted as source/reference
names which org-babel is trying to resolve. In order to differentiate
between strings and reference names, we either must surround all strings
in double quotes (as below) or we must end all references with "()"
Maurizio Vitale
writes:
> In the table/block pair below, I'm trying to pass an IP number to some
> shell code.
Hi Maurizio,
I think you've forgotten to specify that 'ip' is an argument of the
system-ping block. So either add e.g. :var ip=0 or use
#+source: system-ping(ip=0) (You can of course u
"Eric Schulte" writes:
> Hi Maurizio,
>
> The ip addresses in your table are being interpreted as source/reference
> names which org-babel is trying to resolve. In order to differentiate
> between strings and reference names, we either must surround all strings
> in double quotes (as below) or w
Hi Maurizio,
Thanks for the "$$" suggestion, I think that sounds like the simplest
solution. I've just applied it, so your original table should now work
if you double the "$" before the column number.
Dan, I think this is preferable to forcing the addition of "()" for
interpretation as a refere
Hi Jason,
Jason Dunsmore writes:
> From reading the org-beamer documentation, I get the impression that the
> following two should headings should be equivalent:
>
>
> * Example 1 :B_block:
>
> * Example 2
> :PROPERTIES:
> :BEAMER_env: block
> :EN
Hi Leo,
My comments are inline below.
Leo Ferres writes:
> Hello,
>
> I was wondering if anyone could help me with this. I guess this
> question has been asked before, but I couldn't find an answer.
> Apologies.
>
> The setting:
>
> I have a require entry in my .emacs that reads:
>
> (require '
On Wed, Mar 24 2010, Ian Barton wrote:
> I keep my stuff in git too, but recently I have found Dropbox very
> useful. Once I discovered how to install it on my server it meant that
> all my config files were automatically kept in sync on my
> computers. in fact Dropbox is still great even if you d
I have the following in my .emacs file to automatically update the todo
state of a parent todo based on the number of completed children.
(defun org-summary-todo (n-done n-not-done)
"Switch entry to DONE when all subentries are done, to TODO otherwise."
(this is an unquoted list)
(let (org-l
Hi, Bernt;
My C-c C-e is indeed mapped to org-export... the project, however,
does not get published. If I export the file to html, that does work.
It's just org-publish-org-to-html that seems to be broken for me.
Any ideas?
Leo
___
Emacs-orgmode mai
Bernt Hansen writes:
> I think it works as you want if you just drop the .
>>SCHEDULED: <2010-03-24 Wed +2d>
> .+2d is 2 days from today
> +2d is 2 days later
> ++2d repeat 2 days later until the date is after today
>
> I think all of these formats work with habits.
If this is really the ca
> "Eric" == Eric Schulte writes:
Eric> Hi Maurizio, The ip addresses in your table are being
Eric> interpreted as source/reference names which org-babel is
Eric> trying to resolve. In order to differentiate between strings
Eric> and reference names, we either must surround al
> "Dan" == Dan Davison writes:
Dan> Maurizio Vitale
Dan>
Dan> writes:
>> In the table/block pair below, I'm trying to pass an IP number to
>> some shell code.
Dan> Hi Maurizio,
Dan> I think you've forgotten to specify that 'ip' is an argument of
Dan> the sy
On Mar 25, 2010, at 6:49 AM, Dan Davison wrote:
"Eric Schulte" writes:
Hi Maurizio,
The ip addresses in your table are being interpreted as source/
reference
names which org-babel is trying to resolve. In order to
differentiate
between strings and reference names, we either must surroun
Dan Davison writes:
> "Eric Schulte" writes:
>
>> Hi Maurizio,
>>
>> The ip addresses in your table are being interpreted as source/reference
>> names which org-babel is trying to resolve. In order to differentiate
>> between strings and reference names, we either must surround all strings
>> i
Dan Davison writes:
> Dan Davison writes:
>
[...]
>> Hi Eric,
>>
>> Thanks for the much better answer. I think my vote goes for your second
>> option.
>
> Actually, although I think what I said below is valid, it's much less
> obvious what a good solution is because I completely ignored the
>
Hi Carsten, hi all
Are there reasons to only narrow but not to widen columns?
I would like the behavior `fixed width' like
| year | boss | facility management assistant |
| | <30> | <30> |
|--+
Thanks for the explanation.
The documentation is confusing.
> If this property is set, the entry will also get a `:B_environment:'
> tag to make this visible. This tag has no semantic meaning, it is
> only a visual aid.
I thought there was actually a `:B_environment:' tag. I also didn't
know t
Okay, took a look on the specs and attached is a memo on how an
implementation of org to MIME could be done. The MIME delimiters of
SEMI and mml are quite similar so there's already a generic function
that creates representation of a MIME message for both.
I've published this memo on Worg, too,
Memnon Anon writes:
> Bernt Hansen writes:
>
>> I think it works as you want if you just drop the .
>>>SCHEDULED: <2010-03-24 Wed +2d>
>> .+2d is 2 days from today
>> +2d is 2 days later
>> ++2d repeat 2 days later until the date is after today
>>
>> I think all of these formats work with h
Hi,
I am using org-mode to write a paper in Turkish, when I export a pdf,
table of contents header reads "Contents" also images containing
captions has "Figure N" in them. Is it possible to change these words
to their Turkish equivalent?
Thanks...
--
Nurullah Akkaya
http://nakkaya.com
_
Hi Nirullah,
I guess for that you have to use the latex babel package (not mixing up
with org-babel), furthermore, you might have to use inputenc and fontenc
if you get problems with special turkish characters.
All of those you should be able to add to the LATEX header of your org-file
More in
Hi Torsten,
Thanks for the tip, adding
#+LATEX_HEADER: \usepackage[turkish]{babel}
changed both toc and figure captions to Turkish however,
images containing captions,
#+CAPTION: Iki sensor yerlesimi.
[[./img/sensor-yerlesim-2.jpg]]
disappeared, I have following in their place now,
Nurullah,
nice to hear it is working now
#+LATEX_HEADER: \usepackage[turkish]{babel}
changed both toc and figure captions to Turkish however,
images containing captions,
#+CAPTION: Iki sensor yerlesimi.
[[./img/sensor-yerlesim-2.jpg]]
disappeared, I have following in their place
Perhaps a silly question: just wondering if it's possible to stop having
this at the bottom of every html file I export:
/-
| Author: John W. Henderson
| Date: 2010-03-25 21:56:05 CDT
| HTML generated by org-mode 6.34trans in emacs 23
\--
I'm all for the date and support
Torsten,
Thanks for all the help, It turns out that it is a latex problem,
switching to other languages works such as german french
but turkish causes compile errors.
Regards,
--
Nurullah Akkaya
http://nakkaya.com
On Fri, Mar 26, 2010 at 4:55 AM, Torsten Wagner
wrote:
> Nurullah,
>
> nice to
Carsten, Scot --
Scot Becker writes:
> Or what about---in the spirit of the 'hidden' outline stars---the option to
> set
> "#+TITLE:" and friends in a 'barely visible' color, and in the 'standard' font
> of the document, if that's possible.
OK, I understand that suddenly-disappearing text migh
Hi everyone,
I am working on better entity (special symbol) support for
export, based on a list Ulf Stegemann has compiled.
The list Ulf has sent me requires the following LaTeX
packages to be available:
* t1enc
* textcomp
* marvosym
* wasysym
* MnSymbol
Before I introduce new dependencies on t
Yep, I see this too!
setup
org-version: 6.34trans (from 2010_02_25)
emacs: 23.1.50.1
Livin Stephen Sharma
On Mar 24, 2010, at 23:34:40 , Anthony Lander wrote:
> If the cursor is after the elipsis on a folded entry like this:
>
> Some entry...|
>
> pressing TAB doesn't expand the
45 matches
Mail list logo