Hi Charles,
On Mar 25, 2010, at 3:43 AM, Charles Cave wrote:
I use a task planning methodology From Mark Forster called
"Autofocus" (http://www.markforster.net/autofocus-index/)
Part of the workflow is rewriting a task at the end of the
list of things to do - in orgmode terms - refiling a task
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?
,[ (info "(org)Agenda commands") ]
| `v l or short l'
| Toggle Logbook mode. In Logbook mode, entr
Dear Darlan,
Thanks for your detailed explanation. I now got it working and am
really happy with it.
Now there is one remaining problem with my presentation (which is
different, which is why I changed the header line): I do have some
words on some heading line that are in a different language a
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?
-Ryan
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-or
I use a task planning methodology From Mark Forster called
"Autofocus" (http://www.markforster.net/autofocus-index/)
Part of the workflow is rewriting a task at the end of the
list of things to do - in orgmode terms - refiling a task.
Would it be possible to add functionality to add a date/time s
Hi,
The following simple patch add a :rownames argument to R source code
blocks in org-babel. With :rownames yes it allows to export the row
names when the result is a table.
For example :
#+BEGIN_SRC R :session :colnames yes :rownames yes
table(d$sexe,d$cuisine)
#+END_SRC
#+results:
| |
Dear Dan,
dear Russell,
dear Carsten,
On 24.03.2010, at 20:07, Dan Davison wrote:
> Russell Adams writes:
>
>> I discussed this with a few users off an on.
>>
>> In the manual there are items required to setup org, keybindings, etc.
>>
>> The idea would be to include:
>>
>> - An Agenda file,
Carsten Dominik writes:
> Can I ask you to sign the FSF papers for future patches which might be
> more than a few lines?
I've assigned all past and future changes to Emacs to the FSF already.
That happened a few computers ago, so I don't have that email at hand,
but I think I have a backup some
On Mar 24, 2010, at 2:47 PM, Magnus Henoch wrote:
Carsten Dominik writes:
this looks like an OK patch and I don't have any problems applying
it.
However, I do not quite understand the need for it. Can you please
try to explain a bit better? Do you have two processes running over
the same
Applied, thanks.
- Carsten
On Mar 24, 2010, at 8:18 PM, David Maus wrote:
And another one: Currently attachment directory and git repository are
not synchronized after deletion of one file.
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. dm...@ictsoc.de
one.
Applied, thanks.
- Carsten
On Mar 24, 2010, at 8:16 PM, David Maus wrote:
Attached patch for org-attach-commit in org-attach.el removes the
dependency on the xargs command to remove files in the repository that
were deleted in the attachment directory.
Simply capture output of git ls-files
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 will be posted to the Org-mode mailing list.
-
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 constantly for a couple of years now, purely for th
Dear all,
I have a document containing total around 10 images and tables with the
attribute setting "#+ATTR_LaTex: placement=[htb]". However, I notice
that two of this images and tables are placed in the end of the pdf
document where shouldn't be their place. At the beginning I thought it
mig
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. As sexy as it is,
really hiding the markup is a fair break from most (all?) of 'standard' org
mode, wh
David Maus writes:
> Eric Schulte wrote:
>>Thanks Dan,
>
>>I'm happy to hear I'm not the only person who's enjoying playing with
>>this :).
>
>>Aside from changing the mime-delimeters for VM and wanderlust, it seems
>>to me that the only remaining step between the current functionality and
>>a se
On Mar 20, 2010, at 8:09 PM, Eraldo Helal wrote:
I want to make an agenda view for todos older than 7 days sorted by
oldest date first.
My TODOs have a timestamp inside the logbook which shows when they got
the TODO status.
*** TODO headline
:LOGBOOK:
- State "TODO" from "" [201
Hi Dan,
I think the patch is almost good. I do like the larger face
for the title, and I know that some themes also use larger faces
for headlines.
But I think we at least need a variable
governing if the keyword will be made invisible or not.
If you type "#+email:", for example, that string do
On Mar 22, 2010, at 10:56 PM, Holger Macht wrote:
On Mon 22. Mar - 21:07:43, Emilio Jesús Gallego Arias wrote:
Holger Macht writes:
On Mo 22. Mär - 18:44:38, Emilio Jesús Gallego Arias wrote:
Holger Macht writes:
(org-entry-properties nil 'all) does not return inherited
properties
add
Hi Mikael,
thanks for the patch, I have applied it.
It is incomplete in the following sense: When I add another file
with `C-c [', the the expanded file names will be written back
to the file. So maybe it would be useful to implement an inverse
operation in `org-store-new-agenda-file-list'. I
And another one: Currently attachment directory and git repository are
not synchronized after deletion of one file.
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.org
Email. dm...@ictsoc.de
org-attach-commit-delete-one.diff
Description: Binary data
pgpEB7GneuCWP.pgp
D
Attached patch for org-attach-commit in org-attach.el removes the
dependency on the xargs command to remove files in the repository that
were deleted in the attachment directory.
Simply capture output of git ls-files --deleted -z in a temporary
buffer, get the filenames from there via string-spli
Eric Schulte wrote:
>Thanks Dan,
>I'm happy to hear I'm not the only person who's enjoying playing with
>this :).
>Aside from changing the mime-delimeters for VM and wanderlust, it seems
>to me that the only remaining step between the current functionality and
>a seamless use of org-mode for emai
Detlef Steuer wrote:
>Hi,
>while looking for the cause of my "checkbox problem" I found,
>that all works fine, if I issue
>make clean
>in my org-mode directory before editing.
>orgmode version is:
>release_6.34c-238-gc0707
>Org-mode version 6.34trans (release_6.34c.238.gc0707.dirty)
>If these
Russell Adams writes:
> Carsten,
>
> I discussed this with a few users off an on.
>
> In the manual there are items required to setup org, keybindings, etc.
>
> The idea would be to include:
>
> - An Agenda file, which loads by default
> - Init file which
>- Preconfigured keybindings
>-
Thanks Dan,
I'm happy to hear I'm not the only person who's enjoying playing with
this :).
Aside from changing the mime-delimeters for VM and wanderlust, it seems
to me that the only remaining step between the current functionality and
a seamless use of org-mode for email composition, is the reso
If the cursor is after the elipsis on a folded entry like this:
Some entry...|
pressing TAB doesn't expand the entry, or in fact, do anything useful
at all. Is it possible to get it to expand the entry, or am I missing
something?
Thanks,
-Anthony
_
"Eric Schulte" writes:
> Xiao-Yong Jin writes:
>
>> On Tue, 23 Mar 2010 13:54:39 -0600, Eric Schulte wrote:
>>
>>> Nice to see this topic has come back to life.
>>> I've been playing with my old org-html-mail.el file, and come up with a
>>> much simpler solution, which takes advantage of the mml
Carsten,
I discussed this with a few users off an on.
In the manual there are items required to setup org, keybindings, etc.
The idea would be to include:
- An Agenda file, which loads by default
- Init file which
- Preconfigured keybindings
- Remember keybinding for basic todo to agend
Xiao-Yong Jin writes:
> On Tue, 23 Mar 2010 13:54:39 -0600, Eric Schulte wrote:
>
>> Nice to see this topic has come back to life.
>> I've been playing with my old org-html-mail.el file, and come up with a
>> much simpler solution, which takes advantage of the mml message mode
>> functionality wi
I stumbled across
http://orgmode.org/worg/org-tutorials/tracking-habits.php today about
using Org-mode to help in forming (hopefully good!) habits by, for
example, scheduling repeating "tasks" and marking them as DONE when
you do them. About half way through, at
http://orgmode.org/worg/org-tutorial
Carsten Dominik writes:
> this looks like an OK patch and I don't have any problems applying it.
> However, I do not quite understand the need for it. Can you please
> try to explain a bit better? Do you have two processes running over
> the same file at the same time, or why is there a conflic
On 24.03.2010 04:45, Leo Alekseyev wrote:
> Actually, it's right there in section 4.3 of the manual, last
> sentence: "if you need to remove ambiguities about the end of the
> link, enclose them in angular brackets. "
>
Ah, I see -- this seems to be meant for the use case you mention below,
pasti
Hi Daniel,
Daniel Clemente wrote:
>>> " [(kK)p (sS)ub (C)ncl (i)gn]? ")
>>>
>>> Some users might ask:
>>> kp=? Keep? Keep what?
>>> sub=subtract what from what?
>>> cncl=cancel command? Why "C" only?
>>> ign=ignore what? Why "i" only?
>
> I also think that interface is difficult to understand
I also think that interface is difficult to understand. Maybe we
should detail the texts for an easy one.
It should express the actions in words that match the user's
intention. For instance,
- account some minutes to that task
- set end time for that task
- discard that partial clocking
- do nothi
I keep my ~/.emacs -> ~/git/emacs/emacs.el and ~/git/emacs/custom.el
files in a git repository (~/git/emacs) so I can commit changes to these
files and add meaningful comments about the reason for the change in the
commit message. This lets me easily experiment with changing half a
dozen varia
Thank you to Tycho & Bernt. You both got be down the right rode. I've now
managed to find several acceptable ways to do this.
— Michael
On Mar 10,2010, at 3:32 PM, Michael Gilbert wrote:
> Org-mode just keeps growing on me. Now I have workflow I want to check out.
> It's my habit to try to cl
I may be willing to simply write something to export to an Outlook CSV
format myself. Could someone point me to some docs or examples on how
to write something to export org contents?
Thanks,
-Emin
On Mon, Mar 22, 2010 at 8:37 AM, Emin.shopper Martinian.shopper
wrote:
> Dear Experts,
>
> I have
Richard Riley writes:
> Bernt Hansen writes:
>
>> Richard Riley writes:
>>
>> I keep my ~/.emacs -> ~/git/emacs/emacs.el and ~/git/emacs/custom.el
>> files in a git repository (~/git/emacs) so I can commit changes to these
>> files and add meaningful comments about the reason for the change in
Yes, this is a bug, thanks.
Fixed now.
- Carsten
On Mar 23, 2010, at 2:25 PM, Keith wrote:
Dear all,
Well..., I am just new to both emacs and org-mode and trying to get
used to it :-)
I noticed something strange and I think it's might be a bug
converting to tex file. I've been trying t
Hi Magnus,
this looks like an OK patch and I don't have any problems applying it.
However, I do not quite understand the need for it. Can you please
try to
explain a bit better? Do you have two processes running over the same
file
at the same time, or why is there a conflict?
Thanks for y
Yes, Matt, you are right, I did not oversee that Johns patch would
conflict with our earlier one in this way. Thanks for catching this,
I have applied the fix.
- Carsten
On Mar 23, 2010, at 8:59 PM, Matt Lundin wrote:
Hi Carsten,
Commit 3a3a1023486111ef4e986de9f22e94ea9c05d890 introduced
Hi Russel,
this is also a valuable idea. There are two avenues in this direction.
1. Make the org-mode defaults already set all this stuff up.
2. Offer a blind set of configurations and tell users,
if you don' know nothing yet, use these.
In either case, what would the improved defaults b
On Mar 24, 2010, at 4:45 AM, Leo Alekseyev wrote:
I could reproduce this, but I don't know if this is really a bug.
(I never heard of protecting spaces with angle brackets.)
Actually, it's right there in section 4.3 of the manual, last
sentence: "if you need to remove ambiguities about the e
In Beamer, you may specify the overlay for each item as below
\begin{itemize}
\item <+-> appear from start (could be <1->, but <+-> is better in case we
change item order)
\item <2> only showed in the second "page of the slide"
\item <3-4> showed in pages 3 and 4
\item <4-> showed fro
Hi,
while looking for the cause of my "checkbox problem" I found,
that all works fine, if I issue
make clean
in my org-mode directory before editing.
orgmode version is:
release_6.34c-238-gc0707
Org-mode version 6.34trans (release_6.34c.238.gc0707.dirty)
If these very same files get byte-comp
Bernt Hansen writes:
> Richard Riley writes:
>
>> Matt Lundin writes:
>>
>>> Hi Alex,
>>>
>>> Alexander Poslavsky writes:
>>>
There is a new tutorial on worg: http://orgmode.org/worg/org-tutorials/
org4beginners.php. The idea is to write a tutorial for somebody who is
new to org
47 matches
Mail list logo