On Wed, Apr 8, 2015 at 1:11 PM, Marcin Borkowski wrote:
>
> On 2015-04-08, at 11:55, Eric Abrahamsen wrote:
>
> > Don't be ashamed, I'm sure we all use some software we're not proud
> > of :)
>
> It's not that I'm ashamed, it's that apparently it is forbidden to
> talk about certain categories of s
;
> Of course, it is in an early release... Seems to work but not deeply
> tested yet. Comments or improvements are welcome !
Thanks for sharing. It looks interesting. Could you include the
example.org that you mention in README.org, in the tar file as well?
Regards,
-Manish
-based, but maybe someone has some experience
> *teaching* Emacs and Org-mode?)
>
>
I recently had to start from scratch and I tried Emacs-Starter-Kit and
Prelude. Prelude seemed to fit my needs much better and got me up and
running pretty quickly.
Thanks
-Manish
mode/ (master) $ grep defcustom lisp/*el |wc -l
808
A big thanks to everyone.
--Manish
> On Sat, Oct 12, 2013 at 7:24 AM, Mike McLean wrote:
>
> > On Oct 12, 2013, at 2:03 AM, Manish wrote:
> >
> > > On Fri, Oct 11, 2013 at 9:55 PM, Mike McLean wrote:
> > >
> > > > On Oct 10, 2013, at 9:51 PM, Manish wrote:
> > > >
> >
>> On Fri, Oct 11, 2013 at 9:55 PM, Mike McLean wrote:
>>
>> > On Oct 10, 2013, at 9:51 PM, Manish wrote:
>> >
>> > i am trying to use %(org-mac-outlook-message-insert-selected)
>> > in a capture template to create a todo entry f
function works when used outside of
template. any ideas how i can begin to debug this or if i should be
doing anything differently?
cheers!
--manish
> On 8/7/13, Manish wrote:
> > I like to take notes with "z" in agenda mode logging progress of
> > tasks as I move through the day. Is it possible today to enable
> > viewing these notes (first line only) when log mode is turned on
> > the agen
I like to take notes with "z" in agenda mode logging progress of tasks as I
move through the day. Is it possible today to enable viewing these notes
(first line only) when log mode is turned on the agenda mode the way todo
state changes or clock lines are shown?
Cheers!
--Manish
On Mon, Nov 26, 2012 at 6:15 AM, Bernt Hansen wrote:
> Manish writes:
>
>> On Sat, Nov 24, 2012 at 12:25 PM, Bernt Hansen wrote:
>>> Viktor Rosenfeld writes:
>>>
>>>> Alan Schmitt wrote:
>>>>
>>>>> Viktor Rosenfeld writes:
>
trying to make it work with
AutoHotKey, I just recorded an Emacs macro, named and dumped it and tied
it to a keychord. Following seems to be working well for me:
#+begin_src emacs-lisp
;; work around for V not refreshing on Windows
;; use when in agenda after F12-SPC
(global-set-key (kbd "C-")
(fset 'my-next-project
(lambda (&optional arg) "Keyboard macro."
(interactive "p")
(kmacro-exec-ring-item (quote ("Vg\274" 0 "%d")) arg
#+end_src
Cheers
Manish
On Mon, Nov 19, 2012 at 7:34 PM, Alan Schmitt wrote:
> Manish writes:
>
>> On Sat, Nov 17, 2012 at 6:25 PM, Manish wrote:
>> [snip (21 lines)]
>>>
>>> =F12 SPC= with =V= is so much better at doing project reviews than
>>> anything else I have ever
On Sat, Nov 17, 2012 at 6:25 PM, Manish wrote:
[snip (21 lines)]
>
> =F12 SPC= with =V= is so much better at doing project reviews than
> anything else I have ever seen. My only gripe is that functions called
> by =V= and =P= do not refresh the agenda. I am trying to understand
>
On Fri, Nov 16, 2012 at 6:39 PM, Memnon Anon wrote:
>
> Manish writes:
>
> > a way to
> > pick out all #+begin_src parts from the .org version?
>
> (org-babel-tangle &optional ONLY-THIS-BLOCK TARGET-FILE LANG),
> bound to `C-c C-v t' by default.
> Not al
>> Can someone (or Bernt) using the setup point me to right direction
>> please?
On Fri, Nov 16, 2012 at 3:12 AM, Viktor Rosenfeld wrote:
> Hi Manish,
>
> it's Shift-P and you need to bind the function bh/narrow-to-project
> to the keycode. See the code bl
figure out how =P= helps with this since it
seems to move to previous item while in the ageda view.
Can someone (or Bernt) using the setup point me to right direction
please?
Regards
--Manish
n but prefer using native Emacs from
http://alpha.gnu.org/gnu/emacs/windows.
Sorry I couldn't be of help.
--Manish
lease help understand/rephrase this last line?
cheers!
--manish
M-x org-footnote-action
or
C-h f org-footnote-action
HTH
--
Manish
Emacs better:
http://www.ibm.com/developerworks/views/aix/libraryview.jsp?search_by=emacs+editing+environment
HTH
--Manish
family "Bitstream Vera Sans Mono" :foundry \
> "bitstream" :slant normal :weight normal :height 150 \
> :width normal)
>
>
> (setq initial-frame-alist
> '((top . 16) (left . 64) (width . 122) (height . 41))
> )
>
> (setq default-frame-alist
> '((top . 16) (left . 64) (width . 122) (height . 41)
> (menu-bar-lines . 1) (vertical-scroll-bars . nil) \
> (tool-bar-lines . 0))
> )
>
Can you now export your original (that was attached in previous emails)
file also now?
Regards
Manish
On Wed, May 9, 2012 at 1:11 PM, Eric S Fraga wrote:
> Manish writes:
>
>> Dear List,
>>
>> How can I export SCHEDULED, DEADLINE and tags for inlinetasks? I have
>> org-inlinetask.el loaded and am using older HTML exporter (the one not
>> based on org-elemen
information in HTML. I am using the default css.
GNU Emacs 24.1.50.1 on Windows 7
Org-mode from Git as of May 7 2012 with head on commit
b797c88d700a5e636c0f9fdb108d1846ce6e1f08
Thanks!
--
Manish
On Fri, Apr 6, 2012 at 2:01 AM, Karl Voit wrote:
> * Manish wrote:
>> On Thu, Apr 5, 2012 at 2:12 PM, Karl Voit wrote:
>>> Hi!
>>>
>>> Is there a way to define a default pre-warning time string for new
>>> DEADLINE (only) timestamps?
>>
>&
On Thu, Apr 5, 2012 at 2:12 PM, Karl Voit wrote:
> Hi!
>
> Is there a way to define a default pre-warning time string for new
> DEADLINE (only) timestamps?
Have you considered setting org-deadline-warning-days? It sets the
default warning period for DEADLINE items.
HTH
--
Manish
gt;
> Unlike your example I made heavy use of inline tasks and also wanted
> heading numbers instead of asterisks, so that the final table looks
> like a table of contents with estimated times remaining. I had to
> do some more things to achieve this and can elaborate if you like.
>
This is a very nice solution. Please do elaborate on the other steps
when you have time.
Cheers!
--
Manish
y done a bit of testing and cheerleading.)
>
yes. but you too took the responsibility for testing and cheering
from day zero and never dropped the ball. i truly appreciate that
too.
--
manish
thing is smooth before the release!
>
this is wonderful! many thanks to Jambu, Bastien, Christian and
everyone involved.
best regards
--
manish
all these Tasks show up in my agenda view (M-o a a RET)
> Is there any possiblity to show them only when the warning period is reached,
> that is only after the 30th of october?
Try checking out org-deadline-warning-days and org-agenda-todo-ignore-deadlines.
HTH
--
Manish
Dear Carsten,
Van harte gefeliciteerd met je verjaardag! :)
--
Manish
On Sat, Aug 27, 2011 at 9:16 PM, suvayu ali wrote:
> On Sat, Aug 27, 2011 at 5:05 PM, Bastien wrote:
>> Hi folks,
>>
>> http://lumiere.ens.fr/~guerry/theorgfather.html
>>
>> Enjoy!
>
> Ignoring the Hindi audio was a bit difficult for me. :D :D
>
Ditto. But loved it nonetheless. :)
--
Manish
On Mon, Mar 28, 2011 at 8:48 PM, Carsten Dominik wrote:
>
> On 27.3.2011, at 20:55, Manish wrote:
>
>> On Sun, Mar 27, 2011 at 8:21 PM, Julian Burgos wrote:
>>> Thanks. Using x is good enough for now. I´ll explore also Michael´s
>>> suggestions. It would be
))
#+end_src
HTH
--
Manish
> On Sun, Mar 27, 2011 at 2:21 PM, Michael Markert
> wrote:
>> On 27 Mar 2011, Bernt Hansen wrote:
>>> Julian Burgos writes:
>>>
>>>> Dear list,
>>>>
>>>> When asking for an agenda view (C-c a), org mode o
On Mon, Mar 21, 2011 at 1:55 PM, Bastien wrote:
> Carsten Dominik writes:
>
>> Another great way to use Org-mode..
>>
>> http://xkcd.com/874/
>
> :)
>
> I won't stop hacking Org till it is explicitely quoted in xkcd.
> That's the only true test for success!
Amen!
--
Manish
On Sat, Mar 19, 2011 at 6:33 PM, Carsten Dominik wrote:
> Another great way to use Org-mode..
>
> http://xkcd.com/874/
>
Sounds like me alright (minus the blog post bit ;-) )
Thanks for sharing.
--
Manish
I could not replicate it. C-c C-c on [/] at the end of an item with
keyword PROJECT updated the cookie and did not switch the state to
TODO. Changing a sub-item state to DONE also correctly (and
automagically) updated the cookie.
--
Manish
On Tue, Mar 15, 2011 at 10:50 PM, Filippo A. Salustri
On Tue, Mar 15, 2011 at 11:54 AM, Christian Zang wrote:
> 2011/3/15 Manish:
>> On Tue, Mar 15, 2011 at 12:54 AM, Christian Zang wrote:
>>> Dear all,
>>>
>>> I might be overlooking something very obvious, but I cannot find the
>>> solution: I have var
ist-sublevels" but this is not quite
> the right thing to calibrate...
Could you show a sample outline please?
--
Manish
ere are a few.
I am in Hyderabad. Travelling too far would be a constraint.
> Would any of you be interested in such a meet-up?
+1
> What would be a
> good place and time for such a meet-up?
>
So far we have three responders are from three different locations. :-(
Thanks for proposing the idea.
Regards
Manish
I
love the new append agenda feature especially the fact that filtering
works on all agendas. :)
Best regards
--
Manish
ow (I think) to the code that enables
follow mode and the code that jumps to the entry in the org file. It
used to work nice but was a minor irritation when I needed to widen it
all the time. I have since lost the code but it should be reasonable
easy to reproduce.
HTH
--
Manish
__
on my notes file has saved me
countless times.
Thanks for the impressive writeup.
--
Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
s in time.
Bastien, thanks for creating Worg and stepping up to this large role. I
feel safe having my life management system in your hands.
--
Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
ny clues what I could be doing wrong?
Thanks
--
Manish
On Tue, Sep 21, 2010 at 6:16 PM, Carsten Dominik wrote:
> Hi everyone,
>
> do we have any volunteers who are willing to test this patch?
>
> Thanks.
>
> - Carsten
>
> On Sep 14, 2010, at 7:06 PM, Andrew J. Korty w
ls/org-custom-agenda-commands.php
is a better place to get started with custom agenda commands than the
manual.
hth
-- manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Have you tried "C-c a < a"?
-- Manish
On Fri, Sep 10, 2010 at 1:13 PM, James Harkins wrote:
> (Yay! I get to subscribe to yet another mailing list for [probably] a simple
> question.)
>
> (Yay! http://orgmode.org/emacs-orgmode@gnu.org is broken for me - 404
> erro
On Fri, Sep 3, 2010 at 12:19 AM, Eric Schulte wrote:
> Hi Manish,
>
> Are you sure that org-plantuml-jar-path is set when the function
> produces that error? I've just pushed up a slight change to
> ob-plantuml which is more explicit about ensuring the correctness of
> org-p
rg-on-heading-p) (call-interactively ...)) ((org-at-table\.el-p)
(message "Use C-c ' to edit table.el tables")) ((org-at-table-p)
(org-table-maybe-eval-formula) (if arg ... ...) (call-interactively
...)) ((or ... ...) (call-interactively ...))
((org-at-item-checkbox-p) (call-interactively ...) (call-interactively
...) (org-list-send-list ...)) ((org-at-item-p) (call-interactively
...) (when arg ...) (org-list-send-list ...)
tate of any item "by hand" (as opposed to using
shift-arrow or C-c C-t and such?) Have you tried doing a C-c C-c on the
statistics cookie?
-- Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
ce to spreadsheet like formula suggests that you want the
date from previous item to be used to calculate the date for current
item and a change in the former should cause an appropriate change on
the latter. org-depend.el (in contrib/lisp) can be used
On Mon, Aug 30, 2010 at 2:04 PM, Carsten Dominik wrote:
> Hi Manish,
>
> this looks pretty good. I just went over the patch and
> found something like 5 locations where you did not make
> the change, and I fixed those.
>
> Have you been testing your patch extensively? Some
I added these to Worg.
-- Manish
On Thu, Aug 19, 2010 at 1:52 AM, Paul Sexton wrote:
> In org, timestamps can be in the usual angle-bracket format,
> eg <2010-08-19 +2w>, or you can use lisp s-expressions. These are in the same
> format as the s-expressions used in the 'dia
Yes, it works now. Sweet.
Thanks a lot.
Regards
-- Manish
On Sat, Aug 21, 2010 at 12:07 PM, Carsten Dominik
wrote:
>
> On Aug 21, 2010, at 8:09 AM, Manish wrote:
>
>> On Sat, Aug 21, 2010 at 10:39 AM, Carsten Dominik wrote:
>>>
>>> Hi,
>>>
>>&g
/2010-08-21.txt" nil)
| call-interactively(org-write-agenda nil nil)
`
Could my setup be messed up somehow?
Thanks
-- Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
iefcase/Mobile Folders/notes/@.txt")
> )
>
> I am using Emacs 23 for Windows and Aquamacs for OSX
I can confirm the behavior. Exporting agenda with
org-agenda-add-entry-text-maxlines set to any non-zero value causes
Emacs to eat cycles endlessly and has to be interrupted. The behavi
On Sat, Aug 21, 2010 at 12:58 AM, Manish wrote:
> On Fri, Aug 20, 2010 at 11:02 PM, Manish wrote:
>> On Fri, Aug 20, 2010 at 7:15 PM, Carsten Dominik wrote:
>>>
>>> On Aug 20, 2010, at 3:36 PM, Manish wrote:
>>>
> [snip: accepting -'s in properti
On Fri, Aug 20, 2010 at 11:02 PM, Manish wrote:
> On Fri, Aug 20, 2010 at 7:15 PM, Carsten Dominik wrote:
>>
>> On Aug 20, 2010, at 3:36 PM, Manish wrote:
>>
[snip: accepting -'s in properties (17 lines)]
>>>
>>> Are "#" and "%"
On Fri, Aug 20, 2010 at 7:15 PM, Carsten Dominik wrote:
>
> On Aug 20, 2010, at 3:36 PM, Manish wrote:
>
>> On Fri, Aug 20, 2010 at 12:57 PM, Carsten Dominik wrote:
>>>
>>> On Aug 17, 2010, at 9:40 PM, Ilya Shlyakhter wrote:
>>>
>>>> When
ning?
>
> Dashes are not valid in TODO keywords and tags, but you are right,
> properties do allow them. hmmm. I don't remember why I did allow hem
> - but surely enough I did.
>
Are "#" and "%" are disallowed in the tags? Can they be made to work please?
the release to all contributors.
There is more happening in Org than I can try out and integrate in my
workflow at a sane pace.. the backlog has been growing for a while now.
One Carsten was difficult to keep pace with and now we have others too.
Sheesh. :) Can't thank you all enou
il.el lisp/org-src.el lisp/org-table.el
lisp/org-taskjuggler.el lisp/org-timer.el lisp/org-vm.el
lisp/org-w3m.el lisp/org-wl.el lisp/org-xoxo.el)))' \
--eval '(insert "\n(provide (quote org-install))\n")' \
--eval '(save-buffer)'
Loading
On Tue, Jun 8, 2010 at 2:51 PM, Christian Egli wrote:
> Manish writes:
>
>> From where can I get the latest version of org-taskjuggler?
>
> I finally managed to push the taskjuggler exporter to the public repo.
> It's located in the branch taskjuggler-export and should be
valuable.
> [2010-05-19 Wed]
I could not duplicate this both with given value for the
after-save-hook and Jan B�cker's suggested modification.
- Windows XP SP2
- GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on G41R2F1
- Org-mode version 6.36trans (re
>From where can I get the latest version of org-taskjuggler?
Thanks
--
Manish
On Tue, Apr 20, 2010 at 1:39 PM, Christian Egli wrote:
> John Hendy writes:
>
>> I'd stick with looking into TJ3 org-mode integration over 2.4. Or
>> perhaps take a look at the first of th
e right, not to the bottom as it was before. Could you
> please advice, how to make it back and make agenda view open
> horizontally?
I suspect I did not quite understand but this might help:
http://orgmode.org/worg/org-hacks.php#sec-8
HTH
--
Manish
___
st
> avoid creating such accounts where possible.
Other have already made some excellent suggestions. About multiple
system issue: you could look at a web based password manager like
passpack.com or such.
Regards
--
Manish
___
Emacs-orgmode
e agenda view
> displays all of them which aren't explicitly marked as DONE?
"C-c a t" should show all the TODO items. You may also want to
take a look at "org-agenda-todo-ignore-deadlines",
"org-agenda-todo-ignore-scheduled" a
d-hook
'org-mode-hook
(lambda ()
(define-key org-agenda-keymap "L" 'my-org-agenda-toggle-list-category)
(define-key org-agenda-mode-map "L" 'my-org-agenda-toggle-list-category)
))
--8<---cut here---end--->8---
Re
ou do not have.
>
I ran Alexander find command and and Robert's test latex document on
Cygwin with Texlive 2008. Find does report MnSybol but the latex
document compilation does not find it. All other packages are ok.
Regards
--
Manish
___
Emacs
s a block of these NEXT tasks
hth
--
manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
rch
> 1st.
>
> Though, I think it'd be very interesting to know how much time I spent reading
> mails *today* as well. This can help me distributing my work better.
please check out variable org-clock-modeline-total. and a clock
report
is over you clock back into the interrupted task
#3 probably sounds like something you don't want to do. Bernt Hanson
has documented his setup in abundant detail and that has helped me a
lot. i'd specifically point you to his " SPC" setup.
references:
1. http://doc.norang.
t; (setq org-stuck-projects '("+LEVEL=2/-DONE" ("TODO" "NEXT"
> "NEXTACTION") nil ""))
>
> This defines projects based on their level (i.e., all level two
> items not marked DONE).
possibly.. but i suspect it was something else.
-siblings-scheduled to be like chain-siblings-scheduled(x) where
x is the number of days to be added to the CLOSED time of the previous
entry to compute new SCHEDULED time. wish i knew sufficient elisp.
--
manish
___
Emacs-orgmode mailing list
Please u
wn
2. org-agenda-skip-scheduled-if-done
3. org-agenda-skip-timestamp-if-done
4. org-agenda-todo-ignore-deadlines
5. org-agenda-todo-ignore-scheduled
6. org-agenda-todo-ignore-with-date
hth
--
manish
___
Emacs-orgmode mailing list
Please use `Reply A
date that date is removed?
i'm not aware of any in-built way of doing this but org-schedule can be
called with org-trigger-hook to do the job but i still don't know
sufficient elisp to help with an implementation. :(
http://orgmode.org/worg/org-configs/org-ho
be great (for me at least).
have you tried Wes Hardaker's generic exporter? C-c C-e g RET. it
should already be able to do a lot of what you want.
--
manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
On Sat, Feb 20, 2010 at 4:07 AM, Jan Böcker wrote:
> On 19.02.2010 16:44, Manish wrote:
>> hello!
>>
>> i've been unable to find the variable that controls whether
>> items/tasks with no TODO keyword should be treated like the
>> ones with TODO so they can a
hello!
i've been unable to find the variable that controls whether
items/tasks with no TODO keyword should be treated like the ones with
TODO so they can appear in the global TODO list. can someone please
point me in the right direction?
thanks
--
m
classes.
In that case if you tag the items related to classes, then you can
filter based on the tag ('/' in agenda or timeline view or 'C-c a m
"tag"').
HTH
--
Manish
___
Emacs-orgmode mailing list
Please use `Reply A
hello!
is there a way one can print/save agenda /with/ the entry text exposed
by `E' in agenda?
thanks
--
manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.o
On Wed, Jan 27, 2010 at 2:04 AM, Dan Davison wrote:
> "Eric Schulte" writes:
>
>> Manish writes:
>>
>>> On Thu, Jan 21, 2010 at 10:15 PM, Dan Davison wrote:
>>>> andrea writes:
>>>>
>>>>> I'm really tempted to move a
help but the default is already `no' and all my config
is loaded. How would one go about marking a section of configuration
so that it remains in the configuration file but does not get tangled
while Emacs boots?
Thanks
--
Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
On Tue, Jan 26, 2010 at 9:52 PM, David Maus wrote:
> At Tue, 26 Jan 2010 11:04:06 +0530,
> Manish wrote:
>>
>> Applied to Worg.
>>
>> Thanks
>
> Ooops, attached patch fixes a small glitch in this function that
> prevented it working on headlines without tag
+1
On Tue, Jan 26, 2010 at 3:30 PM, Kiwon Um wrote:
> Dear orgmode dev team:
>
> When the clock is started on an item, the item is shown on the mode
> line. But the string on the mode line just shows the raw string of the
> item, so sometimes it looks ugly when it contains a link.
>
> So I suggest
Srivastava
>>>
>>> [[http://www.golden-gryphon.com/blog/manoj/blog/2008/06/08/Using_org-mode_with_Ikiwiki/
>>> ][Using org-mode with Ikiwiki]]
>>>
>>> Giovanni
>>
>> Will you add this to WOrg?
> Carsten,
> I can't: I haven&
Applied to Worg.
Thanks
--
Manish
On Tue, Jan 26, 2010 at 12:53 AM, David Maus wrote:
> Hello,
>
> Attached patch adds a section to the org-hacks page of Worg with a
> function that removes redundant tags, that is: tags that are inherited
> by a parent headline or the #+FILETA
;s an
>> > emacs problem in general. A shame there are no jobs
>> > "configuring your editor"
>>
>> Yeah, it's amazing how much time we can spend increasing our
>> productivity... ;-)
>>
there goes my weekend too. :-(
--
manish
pull works for me but only ends up telling me that org is already
up-to-date. i was also able to push a typo fix to worg.
regards
--
manish
On Mon, Jan 25, 2010 at 10:20 PM, Carsten Dominik wrote:
> Hi everyone,
>
> is there anyone here with an account on repo.or.cz (access with git
orning (or previous night) and may be fold it
like pocketmod [1] using Christian Egli's org2pocketMod [2]. Then
the digital system can be updated at the end of the day.
1. http://www.pocketmod.com/
2. http://www.mail-archive.com/emacs-orgmode@gnu.org/msg04044.html
Regards
--
Manish
On Fri, Jan 15, 2010 at 10:40 PM, Richard Riley wrote:
> Manish writes:
>
>> On Fri, Jan 15, 2010 at 4:52 PM, Richard Riley wrote:
>>>
>>> When I put a task into certain states it would be nice to stop the clock
>>> automatically. It is done for DONE at the
tart manual until the obvious state for "DONE"?
>
Not for a list of states but it can be done for at least one state.
See variable org-clock-out-switch-to-state.
HTH
--
Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send
y be you can rebind org-cycle to another key if TAB is inconvenient,
say C-j or something? But I guess that is not what you need.
--
Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
gt; I do have a question: is this anywhere in the manual?
Section 8.3.1, para 2
--
Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
-configs/org-hooks.php#sec-1.13
Best,
--
Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Hello Carsten,
A SPACE is not allowed in the name when creating a new node/item while
refiling, is it a bug, restriction or configuration issue?
Regards
--
Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the
On Thu, Jan 14, 2010 at 1:10 AM, Richard Riley wrote:
[...]
>
> Also thanks to the others - I used manish' funtion to toggle category
> appearance and I changed my categories to be more "Pretty Printing" for
> the agenda e.g
>
> :CATEGORY:The XyZ Project
&g
s because of some hangover from me using org-mode? In
> other words I cant refile to linux.org/debian.
Not sure.. may be looking at varible
org-refile-allow-creating-parent-nodes would help.
HTH
--
Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
="|"))), decreasing=TRUE)[1:10])
Read 27 items
strings #+begin_src #+end_src #+results: #+srcname:
[1,] 2 1 1 1 1
(org_babel_load_library_of_babel) (require * :colnames :session
[1,] 11 1
s from Org babel work. And R was configured the same way.
The temporary files are created in $TEMP but the out file is empty.
>
> + can you run R from emacs shell?
Yes.
> + is the R executable in the path?
Yes.
> + do you have all the backslashes defined correctly when you call the R
> executable?
Yes.
--
Manish
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
1 - 100 of 459 matches
Mail list logo