Re: [O] orgmode html export - cygwin - browser

2012-11-14 Thread Manish
n but prefer using native Emacs from http://alpha.gnu.org/gnu/emacs/windows. Sorry I couldn't be of help. --Manish

[O] Question re. Bernt's agenda setup

2012-11-15 Thread Manish
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

Re: [O] Question re. Bernt's agenda setup

2012-11-16 Thread Manish
>> 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

Re: [O] Question re. Bernt's agenda setup

2012-11-17 Thread Manish
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

Re: [O] Question re. Bernt's agenda setup

2012-11-18 Thread Manish
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 >

Re: [O] Question re. Bernt's agenda setup

2012-11-19 Thread 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

Re: [O] Question re. Bernt's agenda setup

2012-11-25 Thread Manish
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

Re: [O] Question re. Bernt's agenda setup

2012-11-26 Thread 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: >

Re: [O] Remaining Work Report

2012-03-24 Thread 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

Re: [O] Default prewarning time for each deadline

2012-04-05 Thread Manish
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

Re: [O] Default prewarning time for each deadline

2012-04-06 Thread 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? >> >&

[O] HTML export of inline tasks

2012-05-08 Thread Manish
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

Re: [O] HTML export of inline tasks

2012-05-09 Thread 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

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-12 Thread Manish
this a little. Or could I be doing or have something wrong in my setup? Regards, -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Call for documentation of contributed packages

2009-02-12 Thread Manish
a page > for each of these packages. Making a start in this way would be great, > and package authors and users could then improve on this > withtime. Anyone??? I have created and uploaded first draft of a document on org-annotation-help

Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-12 Thread Manish
d latest Org-mode compiled from git with uncompiled org-choose.el. --8<---cut here---start->8--- diff --git a/contrib/lisp/org-choose.el b/contrib/lisp/org-choose.el index a5e8a19..1f54df6 100644 --- a/contrib/lisp/org-choose.el +++ b/contrib/lisp/org-choose.el

Re: Patch Re: [Orgmode] Docs submitted (Was Re: Advice sought on managing decision alternatives.)

2009-02-12 Thread Manish
org-choose.el both using load-library and load-file (in case that makes a difference.) Thanks -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] automated link generation

2009-02-13 Thread Manish
on > and put it in the kill ring. That would speed things up quite a bit. Perhaps you are looking for org-store-link and org-insert-link? HTH -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Ema

Re: [Orgmode] timestamp the waiting state

2009-02-17 Thread Manish
n in the Org manual. HTH -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] org-choose bugfix

2009-02-23 Thread Manish
s attached. This seems to be already in the latest git. And my test file now works! Thanks. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] are tables in spreadsheet tutorial showing correctly?

2009-03-10 Thread Manish
| > :| Bertrand | 13 | 09 | > :| Henri | 15 | 14 | > :| Arnold | 17 | 13 | > > > Those s should be s I think Pushed a fix (hopefully) to Worg. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to sen

Re: [Orgmode] Code with line numbers in HTML export

2009-03-11 Thread Manish
ed from my browser): > > (save-excursion (goto-char (point-min)) > > The corresponding html is > (save-excursion > (goto-char (point-min)) > > > if i remove the -n it works - the exported code is formatted but no > line numbers. > (org version 6.09

Re: [Orgmode] small function suggestion (org-examplize-region)

2009-03-17 Thread Manish
excursion > (goto-char beg) > (dotimes (n size) > (move-beginning-of-line 1) (insert ": ") (forward-line 1)) > --8<---cut here---end--->8--- I think org-toggle-fixed-width-section does the same for me. -- Manish __

Re: [Orgmode] manual missing variable org-use-fast-todo-selection

2009-03-22 Thread Manish
sure if you have seen this.. you might find it useful. http://orgmode.org/worg/org-configs/index.php -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Workflow Ideas/questions

2009-03-25 Thread Manish
rganization - Could I organize things more efficiently? Thinking > of maybe using properties drawer a bit more. I would suggest noticing where you have to spend most of your attention and key strokes etc. and may be then optimize that. Try using tags more; they are almost magical with fast filter

Re: [Orgmode] Effort_all

2009-03-30 Thread Manish
defined. In fact, if you were to refresh the setup in the file, only the first one takes effect (the second one is ignored, unless removed.) And #+COLUMNS being in between the two has no significance. -- Manish ___ Emacs-orgmode mailing list Remember

Re: [Orgmode] todo state trigger tag options

2009-03-30 Thread Manish
n be made to trigger org-set-tags-command function somehow when state changes to NEXT? Sorry I do not know enough elisp to be able to code that. HTH -- Manish 1. http://orgmode.org/worg/org-configs/org-hooks.php#sec-1.12 ___ Emacs-orgmode mailing list

Re: [Orgmode] embedded/inherited tags

2009-03-30 Thread Manish
a little elaborate more on this? Also please take a look at variable "org-use-tag-inheritance". -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] web publishing

2009-04-01 Thread Manish
nd Charles Cave also shared their CSS files recently. You can also some find some related useful ideas on Worg. HTH -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://list

Re: [Orgmode] Fix for org-agenda-cleanup-fancy-diary

2009-04-01 Thread Manish
ut excellent entry titled "How can I keep local changes and still track Org mode development?" by Bernt Hansen under section titled "Keeping current" on Worg. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to se

Re: [Orgmode] bug? or configuration?

2009-04-02 Thread Manish
On Thu, Apr 2, 2009 at 8:40 PM, Rustom Mody wrote: > Ive been struggling to get the org-mode setup of Charles Cave to > work and I keep getting Wrong type argument lisp, 5 When do you get the error? -- Manish > I traced it to (car org-time-stamp-rounding-minutes) in >

Re: [Orgmode] Problem with toggling intermediate state of check boxes

2009-04-03 Thread Manish
double prefix argument, set it to `[-]', which is ^ > considered to be an intermediate state. You need to do C-u C-u C-c C-c to get to that intermediate state. -- Manish > That's consistent with the behavior you observe: C-u C-c C-c toggles > &q

Re: [Orgmode] Update emacs org-mode

2009-04-04 Thread Manish
uggest a make clean and make doc as well. I do: $ git pull && make clean && make && make doc -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Update emacs org-mode

2009-04-04 Thread Manish
fold () { >local fold="${1:?}"; shift >local fnew="${1:?}"; shift > >diff -u "$fold" "$fnew" >cp "$fnew" "$fold" > } > I will have to try this sometime. For now I just browse latest changes using t

[Orgmode] BUG: State change eats headings beginning with "Read" or "Reading"

2009-04-04 Thread Manish
correctly with S-right. --8<---cut here---end--->8--- Thanks -- Manish PS: Does anyone know how to stop Emacs 23 from prefixing every line of a paragraph (after the first one) with tabs in message mode? It seems to work okay in other modes. __

Re: [Orgmode] BUG: State change eats headings beginning with "Read" or "Reading"

2009-04-04 Thread Manish
> On Sat, Apr 4, 2009 at 15:00, Manish wrote: >> Curiously state change causes the headings beginning with "Read" or "Reading >> to be chopped of those words. Example below. >> >> --8<---cut here

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-05 Thread Manish
a > longer period of time? I also experienced those cycling issues in past two days (with no change in Org config, only git updates) but I have since Emacs a couple of times (for unrelated reasons.) I will try gather more details if I see it again. -- Manish __

Re: [Orgmode] newbie questions

2009-04-06 Thread Manish
at for you (instead of Shift-TAB.) > [...] > > Stathis > Thanks for making ditaa. It's wonderful. :) -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] reloading causes visibility bug requiring restart

2009-04-06 Thread Manish
> Maybe a little test file would help to reproduce it? I experienced it briefly this weekend but not any more. I can not reproduce this at will. I also moved to Emacs pre-test at the same time so it could be something to do with that as well..

Re: [Orgmode] how to express relative path for grandparent folder?

2009-04-06 Thread Manish
ot; > "../../Plans/Others.org" > )) > Does variable org-directory help? -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Easiest way to calculate time spent

2009-04-06 Thread Manish
to column view using C-c C-x C-c. Effort column should reflect the totals for the time you planned to spend on the tasks in the top most line. HTH -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Easiest way to calculate time spent

2009-04-06 Thread Manish
> On Monday 06 April 2009 19:37:07 Manish wrote: >> On Mon, Apr 6, 2009 at 6:05 PM, Rainer Hansen wrote: >> > Hi, >> > >> > I am new to Org-Mode and I have written a number of project tasks in the >> > following form:

Re: [Orgmode] Sectioning in LaTeX export

2009-04-07 Thread Manish
gtable}{" align "}\n") - (if floatp "\\begin{table}[htb]\n")) + (if floatp "\\begin{table}[H]\n")) (if (or floatp longtblp) (format "\\caption{%s

Re: [Orgmode] [PATCH] org-remember: Skip creation of the default '* Notes' task

2009-04-13 Thread Manish
Do you have any way to do refile from the agenda view itself or do you visit the org file containing the task? Thanks -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Extremely weird key bug in emacs

2009-04-17 Thread Manish
lueless as to what caused this problem > or what to do about it. If anyone knows anything about this issue I would > really appreicate it if you could > let me know how to fix it, thanks for your time. Some kind of keymapping in your .emacs? Does it still happen wh

Re: [Orgmode] GTD question - how to create Reference and Ticker files

2009-04-17 Thread Manish
by either using a SOMEDAY todo keyword or a SOMEDAY tag. I keep project specfic references within the project subtree and general purpose references in a notes.org file with NOTES and WEBLINKS headings. Org has excellent search facilities as well to scan through these. HTH -- Manish

Re: [Orgmode] How to view tasks with certain Property tag in Agenda view

2009-04-19 Thread Manish
FWIW, I use tags to mark contexts and filtering on tags is really really fast and flexible. -- Manish On Mon, Apr 20, 2009 at 6:40 AM, Varnit Suri wrote: > Hi all, > > I am using the PROPERTY keyword to identify contexts (in the GTD > approach). So here's a sample of what I

Re: [Orgmode] How to view tasks with certain Property tag in Agenda view

2009-04-21 Thread Manish
n-survey.php ? Check out Matthew Lundin's agenda customizations in particular. It the awesomest use of agenda customization that I have ever seen. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Agenda headlines match tag and todo keyword.

2009-04-22 Thread Manish
enda-commands.php"; > but did not find it. How about "C-c a T ACTION RET" and then filter the list with "/ TAB test RET" ? -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to th

Re: [Orgmode] Blocked Agenda without newlines but with separator

2009-04-22 Thread Manish
s" but with separator x > - Blocked Agenda without newlines How does this sound? --8<---cut here---start->8--- (setq org-agenda-custom-commands '(("E" "Eraldo's Agenda" ((tags-todo "Internet" ((or

Re: [Orgmode] ascii export error

2009-04-27 Thread Manish
o-list 'load-path "~/system/elisp/org-mode/contrib/lisp") > (require 'org-install) > (require 'org) ^^ You do not need the last require. -- Manish ___ Emacs-orgmode mailing list Remember: use `Repl

[Orgmode] Org-mode Code_Swarm

2009-05-11 Thread Manish
Hey folks! I saw some cool code swarm videos for various projects [1]. So I made one for Org-mode (including Worg) [2]. 1. http://vimeo.com/michaelogawa/videos/ 2. http://vimeo.com/4581697 -- Manish -- Forwarded message -- From: Vimeo Date: Mon, May 11, 2009 at 10:21 AM

Re: [Orgmode] Org-mode Code_Swarm

2009-05-11 Thread Manish
know how I could have pulled their names. Sorry folks. But the video does highlight the extent of our reliance on Carsten (as if it wasn't evident earlier without it.) :) -- Manish > > Best > >   Sebastian > > Manish writes: >> Hey folks! >>

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-18 Thread Manish
ength of the agenda lines. At present, some of us try to be more descriptive when defining a task so as to identify the context from the task alone. If this is implemented, we can try to be succinct instead. Of course, I do not know elisp nor do I understand Org internals so the idea might just be

Re: [Orgmode] re-exporting a web site

2009-05-19 Thread Manish
know I can delete all the files in .org-timestamps/ but this is rather > a sledgehammer approach (as it will cause unnecessary re-publishing for > other projects). > > Is there an easy way to re-export a project? Does publishing with a prefix not work? -- Manish

Re: [Orgmode] Re: re-exporting a web site

2009-05-19 Thread Manish
On Tue, May 19, 2009 at 7:19 PM, Eric S Fraga wrote: > Manish writes: > >> On Tue, May 19, 2009 at 5:06 PM, Eric S Fraga wrote: >>> Hello, >>> >>> I've been through the manual and the faq but just cannot seem to find >>> the a

Re: [Orgmode] Show parent PROJECTS for an item

2009-05-19 Thread Manish
y for agenda display purposes. So the TODO items themselves remain untouched. As Matthew already pointed out there are already ways to save context when archiving. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' t

Re: [Orgmode] Gather all high-priority (A) items in the agenda view

2009-05-20 Thread Manish
On Wed, May 20, 2009 at 3:27 AM, Marcelo de Moraes Serpa wrote: > Hello list! > > Is there a way to query for all the high-priority items in the > agenda view? http://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.php http://article.gmane.org/gmane.emacs.orgmode/10819

Re: [Orgmode] Question about tracking TODO state changes and M-S-ENTER

2009-05-26 Thread Manish
the > :LOGBOOK: drawer as I've configured it. > > However, if I use M-S-ENTER to combine the above two steps into one (create > a "TODO" item), it does NOT create an entry in the LOGBOOK for State > "TODO" from "" at

Re: [Orgmode] Question about tracking TODO state changes and M-S-ENTER

2009-05-26 Thread Manish
On Tue, May 26, 2009 at 7:21 PM, Carsten Dominik wrote: > > On May 26, 2009, at 10:23 AM, Manish wrote: > >> On Sat, May 23, 2009 at 4:45 AM, Keith Swartz wrote: >>> >>> I'm using org-mode 6.25e right now, and I've turned on the functional

[Orgmode] How to switch to a specific state when clocking out?

2009-06-02 Thread Manish
Hello! Does anyone know of a counterpart to org-clock-in-switch-to-state that can switch to a specific state when clocking out of an item? Thanks -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

[Orgmode] Re: How to switch to a specific state when clocking out?

2009-06-02 Thread Manish
On Tue, Jun 2, 2009 at 7:14 PM, Bernt Hansen wrote: > Manish writes: > >> Hello! >> >> Does anyone know of a counterpart to org-clock-in-switch-to-state >> that can switch to a specific state when clocking out of an item? > > Hi M

Re: [Orgmode] Re: How to switch to a specific state when clocking out?

2009-06-02 Thread Manish
On Tue, Jun 2, 2009 at 9:35 PM, Carsten Dominik wrote: > > On Jun 2, 2009, at 3:44 PM, Bernt Hansen wrote: > >> Manish writes: >> >>> Hello! >>> >>> Does anyone know of a counterpart to org-clock-in-switch-to-state that >>&g

Re: [Orgmode] Feedback on omitted org-clock-update-time-maybe case in org-ctrl-c-ctrl-c

2009-06-03 Thread Manish
en known to accept unified diffs and git diffs. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Org video for the SourceForge Commmunity Choices Award 2009

2009-06-15 Thread Manish
> > http://www.jamendo.com/fr/album/395 > > I hope you'll like the video! Wow! Wow! Wow! BTW, that bit at the end with Carsten's voice is sweet touch. :) Thanks for creating it. -- Manish ___ Emacs-orgmode mailin

Re: [Orgmode] [Buglet] issue where org-agenda always prints to PostScript "with faces"

2009-06-16 Thread Manish
A similar issue was dicussed in this thread http://thread.gmane.org/gmane.emacs.orgmode/12719 HTH -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Volunteer wanted for administration of emacs-orgmode

2009-06-18 Thread Manish
d like to take over that task for a while, please get in > touch with Paul, CC to me and to the mailing list (so that not 100 > people write to Paul... :-) I can be on the watch for a few hours a day as well. -- Manish ___ Emacs-orgmode ma

Re: [Orgmode] [Buglet] issue where org-agenda always prints to PostScript "with faces"

2009-06-18 Thread Manish
On Thu, Jun 18, 2009 at 1:27 PM, Carsten Dominik wrote: > > On Jun 16, 2009, at 5:27 PM, Manish wrote: > >> On Tue, Jun 16, 2009 at 9:49 AM, James wrote: >>> >>> If you tweak org-agenda-custom-commands to create a PostScript >>> version of

Re: [Orgmode] Checkbox query

2009-06-18 Thread Manish
gh moderators. It'll be worth it. About your problem, could you restate your problem and post relevant section of your .emacs, OS and Emacs version so that someone can try and replicate the issue. As far as I know, you shouldn't have to Esc-Q at all. Welcome again! -- Manish __

Re: [Orgmode] checkbox problem

2009-06-18 Thread Manish
2 h5li hlti h245t hil h4wlg h42ot | h54 htou h5 ` There must be a technical requirement for indentation to behave as it does since Org uses indentation extensively to determine appropriate behavior. May be someone knowledgeable about Org internals can shed more light. HTH -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] org-tags-column

2009-06-22 Thread Manish
On Sun, Jun 21, 2009 at 1:55 AM, Mikael Fornius wrote: [snip: customizing emacs variable (23 lines)] > Org mode has its own function to browse all settings: > > M-x org-customize RET This is neat! Never knew abouot this one. Thanks! -

[Orgmode] Clocking out and state change updates in agenda

2009-06-22 Thread Manish
Hello! Clocking in to a task in agenda ("I") updates the state in the agenda immediately whereas clocking out ("O") requires an explicit refresh ("g"). Can clocking out be made to behave like clocking in in agenda? Regards -- Manish ___

Re: [Orgmode] Clocking out and state change updates in agenda

2009-06-22 Thread Manish
On Mon, Jun 22, 2009 at 5:16 PM, Carsten Dominik wrote: > > On Jun 22, 2009, at 11:54 AM, Manish wrote: > >> Hello! >> >> Clocking in to a task in agenda ("I") updates the state in the agenda >> immediately whereas clocking out ("

Re: [Orgmode] Sourceforge voting has started

2009-06-24 Thread Manish
idable opponent and we need to get our mothers, grandmothers and > children out to vote, each with multiple email addresses :-) > > Please go vote and spread the word. I think it would be fantastic > if we could win, not only for Org-mode, but also for Emacs. Done. Reached out to frie

Re: [Orgmode] unicorn image is not a link back to the front page on orgmode.org

2009-06-24 Thread Manish
The page seems to work for me at the moment. Would you like me to save it and send it to you? -- Manish On Wed, Jun 24, 2009 at 8:45 PM, Bastien wrote: > James Yoo writes: > >> Linking back to the front page via the main logo is pretty standard, or at >> least that's w

Re: [Orgmode] unicorn image is not a link back to the front page on orgmode.org

2009-06-25 Thread Manish
I've done this. > > :-D > > good idea.. :) > > I'll re-check the IE stuff tonight. You may check the latest screenshots of Org home page at http://www.vyom.org/screenshots -- Manish ___ Emacs-orgmode mailing list Remember

Re: [Orgmode] Debian Mono / Tomboy

2009-06-28 Thread Manish
lready. http://www.itwire.com/content/view/25215/1090/1/1/ http://www.theopensourcerer.com/2009/06/12/the-ubuntumono-debate-continues/ -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmo

Re: [Orgmode] name of face for dates in org agenda?

2009-06-28 Thread Manish
ustomize brings up, but I don't > seem able to find the governing face variable name. Little help? This is what I have in my .emacs. '(org-agenda-date ((t (:inherit font-lock-type-face))) t) '(org-agenda-date-weekend ((t (:inherit org-agenda-date))) t) '(org-date ((t (:inh

Re: [Orgmode] Link to a local html file

2009-06-29 Thread Manish
uote browse-url-firefox)) '(browse-url-firefox-new-window-is-tab t) --8<---cut here---end--->8--- C-c C-o opens the link. HTH -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to s

Re: [Orgmode] Publishing Projects to Html

2009-06-29 Thread Manish
ate file You can keep the org-publish-project-alist settings into .emacs. It still goes to .emacs if you change it via customize (unless you customize custom-file as well.) -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] wish list: sort tasks by age

2009-07-01 Thread Manish
if such an > propertie does not exist > > and then hook this function into before-save-hook. > > So the question is (a) if there are functions to process all items, > check for existence of a property and create properties (I'm quite > cer

Re: [Orgmode] Daily timeline

2009-07-04 Thread Manish
clock-time list of activities for a day that I'm after (rather than a > summary). Is there a way to do this? > Have you tried log mode ("l") while in agenda view? -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All

Re: [Orgmode] New screencast about org-protocol.el

2009-07-19 Thread Manish
ter putting it off for a long time. The only thing that did not work for me was the custom command creation in Ubiquity but I am sure that something to do with my setup. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send rep

Re: [Orgmode] Results of the SourceForge Community Award

2009-07-24 Thread Manish
o everything :) Yeah. My sincere thanks to Carsten, you and all the contributors. Best regards -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Compilation warnings from latest org from git

2009-08-03 Thread Manish
list (quote load-path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/org-src.el | | In end of data: | org-src.el:472:1:Warning: the function `mouse-set-point' is not known to be | defined. | Wrote /home/zms/elisp/org-mode.git/lisp/org-src.elc ` Best regar

Re: [Orgmode] Cannot install 6.29c on Ubuntu 8.04 with emacs 22.1.1

2009-08-09 Thread Manish
e-compile > lisp/org-install.el > Wrote /home/khave/org-6.29c/lisp/org-install.elc > > == > 2. > > ;; Turn on font-lock mode for Emacs > (cond ((not running-xemacs) >(global-font-lock-mode t) > )) > > > > (setq-default latex-mode t)

Re: [Orgmode] Cannot install 6.29c on Ubuntu 8.04 with emacs 22.1.1

2009-08-09 Thread Manish
d start with creating a sample .org file and a minimal .emacs loaded manually after starting Emacs with -Q. Keep adding/removing from/to the .emacs till you find the offending setting. May be someone more knowledgeable might have a better clue. Sorry. -- Manish _

Re: [Orgmode] Re: Faces in agenda view

2009-08-10 Thread Manish
On Mon, Aug 10, 2009 at 2:49 PM, Carsten Dominik wrote: > > M-x customize-face RET org-agenda-clocking RET > > - Carsten > Awesome! Thanks. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replie

Re: [Orgmode] overzealous file link creation

2009-08-12 Thread Manish
n arg return arg return arg --8<---cut here---end--->8--- I tried it several times, also tried saving the buffer and opening it in that other editor as well. Tested with git commit 5834ad01b617430c0207627ad425758bcf9b921a of "Tue Aug 11 16:32:05

Re: [Orgmode] Re: Customizing main Agenda view??

2009-08-12 Thread Manish
ndin for inspiration here http://article.gmane.org/gmane.emacs.orgmode/10819 -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Custom agenda question

2009-08-18 Thread Manish
genda. I don't think that's possible. You can display display information stored in a drawer by switching to column view while in agenda. You will need to customize org-drawers and org-columns-default-format. -- Manish ___ Emacs-orgmode m

Re: [Orgmode] Custom agenda question

2009-08-19 Thread Manish
a and not for screen display, I am sure there are sufficient reasons behind it. But then it's Org mode -- anything is possible. :) -- Manish > >> I like to put extra info there, like driving directions, and it would be >> nice to have that info when I print out the agenda. >

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Manish
of 2009-07-30 on SOFT-MJASON - Windows XP - Cygwin git version 1.6.1.2 -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Manish
On Wed, Aug 19, 2009 at 4:54 PM, Bernt Hansen wrote: > Manish writes: > >> On Wed, Aug 19, 2009 at 12:45 AM, Carsten Dominik wrote: >>> >>> On Aug 18, 2009, at 8:10 PM, Bernt Hansen wrote: >>> >>>> I don't know if that will work on Windows

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Manish
On Wed, Aug 19, 2009 at 5:38 PM, Bernt Hansen wrote: > Manish writes: > >> On Wed, Aug 19, 2009 at 4:54 PM, Bernt Hansen wrote: >>> Does it crash and cause an error or report the old org version as before? >> >> It just reports the version as before; no crashi

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Manish
On Wed, Aug 19, 2009 at 5:51 PM, Nick Dokos wrote: > Manish wrote: > >> On Wed, Aug 19, 2009 at 12:45 AM, Carsten Dominik wrote: >> > >> > On Aug 18, 2009, at 8:10 PM, Bernt Hansen wrote: >> > >> >> I don't know if that will work on Windows

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Manish
On Wed, Aug 19, 2009 at 6:00 PM, Bernt Hansen wrote: > Manish, > > Could you try this patch - does it work? Patch application fails. I tried with patch -p1 as well. , | [Wed 19 18:47] (2118) ~/elisp/org-mode.git $ git apply org-version-patch-by-bernt.patch | error: patch failed: li

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Manish
On Wed, Aug 19, 2009 at 5:38 PM, Bernt Hansen wrote: > Manish writes: > >> On Wed, Aug 19, 2009 at 4:54 PM, Bernt Hansen wrote: >>> Does it crash and cause an error or report the old org version as before? >> >> It just reports the version as before; no crashi

Re: [Orgmode] Presentation... and first question

2009-08-19 Thread Manish
.html if you switch between light and dark color themes. -- Manish ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] [PATCH 0/2] Teach org-version to include git version information

2009-08-19 Thread Manish
On Wed, Aug 19, 2009 at 7:02 PM, Bernt Hansen wrote: > Manish writes: > >> On Wed, Aug 19, 2009 at 6:00 PM, Bernt Hansen wrote: >>> Manish, >>> >>> Could you try this patch - does it work? >> >> Patch application fails.  I tried with patch

<    1   2   3   4   5   >