[Orgmode] Re: Bug: auto-fill in a body often inserts "#"
hi, On Thu, 21 Aug 2008 18:48:24 -0700, "Samuel Wales" <[EMAIL PROTECTED]> said: Samuel> fill-prefix is nil. Restarting emacs does not fix it. Samuel> Thanks. may you send here your enabled minor modes please ? Hit `C-h m' from an org buffer, then copy the first few lines here. -- Paul ___ 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] Re: Opening links to Outlook items from Org mode (may be a FR)
Manish <[EMAIL PROTECTED]> writes: > I have to use Office and envy folks that can link to their emails > (Gnus, VM etc.) and contacts (bbdb) from Org mode. I have a macro that moves outlook to local e-mail that can be picked by gnus. If you are interested, I will post it. -- Ivan http://kanis.fr The reasonable man adapts himself to the world; the unreasonable man persists in trying to adapt the world to himself. Therefore, all progress depends on the unreasonable man. -- George Bernard Shaw ___ 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] Exporting LaTeX
This problem seems to have been caused by a badly written .emacs file and by having the lisp files in two dirs. My thanks for the individual replies ! Chas > From: [EMAIL PROTECTED] > To: emacs-orgmode@gnu.org > Date: Thu, 21 Aug 2008 05:17:07 + > Subject: [Orgmode] Exporting LaTeX > > > I am trying to implement a variation on what Russell Adams describes in > > http://lists.gnu.org/archive/html/emacs-orgmode/2008-08/msg00044.html > > but I get the message > > > An error has occurred while loading `/home/ogham/.emacs': > > Symbol's value as variable is void: org-export-latex-classes > > <<< > > on starting emacs. The only way I could get C^c C^e l to write my preamble > commands to file.tex > was by inserting my block of code > > ("myarticle" > "\\documentclass[11pt]{article} > \\usepackage[utf8]{inputenc} > \\usepackage[T1]{fontenc} > \\usepackage{hyperref} > \\setlength{\\textwidth}{16cm} > \\setlength{\\textheight}{23cm} > \\setlength{\\voffset}{-1cm} > \\setlength{\\hoffset}{-1.5cm} > \\setlength{\\parindent}{0cm} > \\addtolength{\\parskip}{2mm} > \\usepackage{titlesec} > \\titleformat{\\section}[block]{\\bfseries}{\\S\\,\\thesection\\enspace}{.5em}{} > \\titleformat{\\subsection}[block]{\\mdseries}{\\thesubsection\\enspace}{.3em}{} > \\titleformat{\\subsubsection}[block]{\\mdseries}{{\\footnotesize\\thesubsubsection\\enspace}}{.1em}{\\footnotesize}" > ("\\section{%s}" . "\\section*{%s}") > ("\\subsection{%s}" . "\\subsection*{%s}") > ("\\subsubsection{%s}" . "\\subsubsection*{%s}") > ("\\paragraph{%s}" . "\\paragraph*{%s}") > ("\\subparagraph{%s}" . "\\subparagraph*{%s}")) > > <<< > > directly into /usr/local/share/emacs/site-lisp/org-export-latex.el > > Although this works for me, I'd still like to understand why the > corresponding code into ~/.emacs did not work. > Can someone tell me why this was so? > > I'm using Orgmode 6.06b and emacs 22.1.1 on Ubuntu 7.10. > > Many thanks, Chas > _ > Win a voice over part with Kung Fu Panda & Live Search and 100’s of Kung > Fu Panda prizes to win with Live Search > http://clk.atdmt.com/UKM/go/107571439/direct/01/ > > ___ > 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 _ Win New York holidays with Kellogg’s & Live Search http://clk.atdmt.com/UKM/go/107571440/direct/01/ ___ 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] Re: Opening links to Outlook items from Org mode (may be a FR)
On Fri, Aug 22, 2008 at 1:14 PM, Ivan Kanis wrote: > Manish writes: > >> I have to use Office and envy folks that can link to their emails >> (Gnus, VM etc.) and contacts (bbdb) from Org mode. > > I have a macro that moves outlook to local e-mail that can be picked > by gnus. If you are interested, I will post it. I would very much like to try it. Thank you, -- 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] Letex exporting
I'm really glad to see the post http://lists.gnu.org/archive/html/emacs-orgmode/2008-08/msg00044.html on inserting commands into the latex export preamble. But I don't have a file org-export-latex-classes.el(c) in my contrib/lisp or anywhere else. I'm using Org mode 6.06b with emacs 22.1.1 on Ubuntu 7.10. I've used emacs for 10+ years, mainly for writing LaTeX, but without ever getting involved with lisp beyond one or two lines in .emacs I'm new to org-mode -- after battling with Chandler for a few months, org-mode is a revelation. Question: How do I get org-export-latex-classes.el ? Or have I misunderstood Russell Adams' post ? Below I've listed the files actually in my contrib/lisp With thanks! Nocte 4 -rw-r--r-- 1 ogham 3602 2008-07-25 23:18 org2rem.el 8 -rw-r--r-- 1 ogham 4900 2008-07-25 23:18 org-annotate-file.el 8 -rw-r--r-- 1 ogham 6582 2008-07-25 23:18 org-annotation-helper.el 4 -rw-r--r-- 1 ogham 3005 2008-07-25 23:18 org-bookmark.el 12 -rw-r--r-- 1 ogham 8740 2008-07-25 23:18 org-depend.el 8 -rw-r--r-- 1 ogham 5597 2008-07-25 23:18 org-elisp-symbol.el 8 -rw-r--r-- 1 ogham 7603 2008-07-25 23:18 org-eval.el 16 -rw-r--r-- 1 ogham 12349 2008-07-25 23:18 org-expiry.el 8 -rw-r--r-- 1 ogham 7736 2008-07-25 23:18 org-indent.el 12 -rw-r--r-- 1 ogham 11704 2008-07-25 23:18 org-interactive-query.el 12 -rw-r--r-- 1 ogham 9151 2008-07-25 23:18 org-mairix.el 4 -rw-r--r-- 1 ogham 2008-07-25 23:18 org-man.el 12 -rw-r--r-- 1 ogham 8846 2008-07-25 23:18 org-mtags.el 24 -rw-r--r-- 1 ogham 22856 2008-07-25 23:18 org-panel.el 12 -rw-r--r-- 1 ogham 9267 2008-07-25 23:18 org-registry.el 4 -rw-r--r-- 1 ogham 3863 2008-07-25 23:18 org-screen.el 8 -rw-r--r-- 1 ogham 4198 2008-07-25 23:18 orgtbl-sqlinsert.el 20 -rw-r--r-- 1 ogham 17121 2008-07-25 23:18 org-toc.el _ Make a mini you on Windows Live Messenger! http://clk.atdmt.com/UKM/go/107571437/direct/01/ ___ 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] Showing todos with inherited tags in agenda views
I hope that this isn't too much of an FAQ, but I searched the mailing list and couldn't find an answer (although I could find the question being asked): Is it possible to tailor the agenda view so that when it displays the TODO items it shows those todo items with their *inherited* tags? My display seems to show only the tags directly applied to the items. This isn't so great for me, since I put my TODO items in multiple files, one for each project, and put at the * Tasks level in those files a tag corresponding to the project. I'd really like to see those tags in the agenda view, so I know what project the TODOs belong to. Many thanks, R ___ 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] Searching for tags or todo keywords
I only discovered org-mode a couple of weeks ago, so apologies if this is a FAQ, or the patch is in the wrong format. I would like to define an agenda command to show TODO items in the context of the projects to which they belong, like this: todo: .Widget project todo: ..TODO Gather widget requirements todo: .Gadget project todo: ..TODO Plan the end of project party That would be a search like: (LEVEL=2) | (/TODO) But LEVEL=2|/TODO is interpreted as (LEVEL=2|) & (/TODO) because / has the lowest precedence. /TODO|LEVEL=2 treats LEVEL as a TODO word instead of a tag. Is there any way around this, short of implementing parentheses? One possibility might be to make operators that are like / but bind most tightly, one to say "this is a todo keyword" and one to say "this is a tag". For instance, if \ was like / but high precedence, and % was the opposite of \, my query would become: \TODO | %LEVEL=2 Having looked at the code, that looks almost as hard as parens. Next idea: since "/" means "and this TODO expression", add "\" meaning "or this TODO expression". So my query becomes: LEVEL=2\TODO This is a lot easier to implement. In fact, this patch does it: diff -wu /usr/share/emacs/site-lisp/org-mode/org.el /home/pwestlake/elisp/org.el --- /usr/share/emacs/site-lisp/org-mode/org.el 2008-06-17 20:36:44.0 +0100 +++ /home/pwestlake/elisp/org.el2008-08-22 14:13:44.031536000 +0100 @@ -9381,17 +9381,26 @@ tagsmatch todomatch tagsmatcher todomatcher kwd matcher orterms term orlist re-p str-p level-p level-op prop-p pn pv po cat-p gv) -(if (string-match "/+" match) +(cond ((string-match "/+" match) ;; match contains also a todo-matching request - (progn (setq tagsmatch (substring match 0 (match-beginning 0)) todomatch (substring match (match-end 0))) (if (string-match "^!" todomatch) (setq todo-only t todomatch (substring todomatch 1))) (if (string-match "^\\s-*$" todomatch) - (setq todomatch nil))) + (setq todomatch nil)) + (setq todo-op 'and todo-op-default t)) + ((string-match "+" match) + (setq tagsmatch (substring match 0 (match-beginning 0)) + todomatch (substring match (match-end 0))) + (if (string-match "^!" todomatch) + (setq todo-only t todomatch (substring todomatch 1))) + (if (string-match "^\\s-*$" todomatch) + (setq todomatch nil)) + (setq todo-op 'or todo-op-default nil)) + ;; only matching tags - (setq tagsmatch match todomatch nil)) + (t (setq tagsmatch match todomatch nil todo-op-default t todo-op 'and))) ;; Make the tags matcher (if (or (not tagsmatch) (not (string-match "\\S-" tagsmatch))) @@ -9447,7 +9456,7 @@ (list 'progn '(setq org-cached-props nil) tagsmatcher))) ;; Make the todo matcher (if (or (not todomatch) (not (string-match "\\S-" todomatch))) - (setq todomatcher t) + (setq todomatcher todo-op-default) (setq orterms (org-split-string todomatch "|") orlist nil) (while (setq term (pop orterms)) (while (string-match re term) @@ -9471,7 +9480,7 @@ ;; Return the string and lisp forms of the matcher (setq matcher (if todomatcher - (list 'and tagsmatcher todomatcher) + (list todo-op tagsmatcher todomatcher) tagsmatcher)) (cons match0 matcher))) Regards, Peter. ___ 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] Letex exporting
On Wed, Aug 20, 2008 at 09:42:40AM +, Nocte Diemque wrote: > > But I don't have a file org-export-latex-classes.el(c) in my > contrib/lisp or anywhere else. org-export-latex-classes is a variable set in org-export-latex.el that ships with Org. I just append a new set of values to the list. -- Russell Adams[EMAIL PROTECTED] PGP Key ID: 0x1160DCB3 http://www.adamsinfoserv.com/ Fingerprint:1723 D8CA 4280 1EC9 557F 66E8 1154 E018 1160 DCB3 ___ 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] Showing todos with inherited tags in agenda views
> Is it possible to tailor the agenda view so that when it displays the > TODO items it shows those todo items with their *inherited* tags? > > My display seems to show only the tags directly applied to the items. > This isn't so great for me, since I put my TODO items in multiple files, > one for each project, and put at the * Tasks level in those files a tag > corresponding to the project. I'd really like to see those tags in the > agenda view, so I know what project the TODOs belong to. A couple of hints here (assuming like you say that you use a file for each project): - You can use #+FILETAGS: to set a file-global tag that will be inherited by the whole file, so that you do not need to put it in each * task level. - An alternative to using tags is to use #+CATEGORY: (or simply the name of the file) to set the overall category to the project name and it will appear to the left of all agenda entries. Having said this, being able to show all inherited tags would indeed be nice. Also, related to the recent questions of relatively slow speed when building agendas that include entries based on inheritance, perhaps precomputing and caching the inheritance relation might be of help. If someone has time to look into this it would be really great. Cheers --Manuel -- --- Manuel Hermenegildo | Prof., C.S. Department Director, IMDEA-Software and CLIP Group |T.U. of Madrid (UPM) http://www.cliplab.org/herme| +34-91-336-7435 (W) -352-4819 (Fax) --- ___ 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] Showing todos with inherited tags in agenda views
On Thu, Aug 21, 2008 at 18:43, Robert Goldman <[EMAIL PROTECTED]> wrote: > I hope that this isn't too much of an FAQ, but I searched the mailing > list and couldn't find an answer (although I could find the question > being asked): > > Is it possible to tailor the agenda view so that when it displays the > TODO items it shows those todo items with their *inherited* tags? I actually wanted this at one point, because for each of my projects I had a NEXT action, and in the agenda it would take me a moment to figure out which NEXT action was associated to which project. Using the CATEGORY property one the top-level subtree entry for that project gave me what I wanted---the name of the project listed on the line for its next action. I don't know exactly what your needs are, but I thought I'd mention it. -- Denis ___ 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] Opening links to Outlook items from Org mode (may be a FR)
Manish <[EMAIL PROTECTED]> writes: > I have to use Office and envy folks that can link to their emails > (Gnus, VM etc.) and contacts (bbdb) from Org mode. So I was looking > around and found that links to Outlook items (emails, meetings, > contacts etc.) of the form "Outlook:" can be stored and opened > from other applications. The links can be created (copied to > clipboard) using "Outlook Linker" utility as described in [1]. (w32-shell-execute "open" "outlook:blahblah") should do what you need. The tricky part is getting the GUID into Emacs (requires gratis but proprietary utility you link to). -- +---+ | Jason F. McBrayer[EMAIL PROTECTED] | | If someone conquers a thousand times a thousand others in | | battle, and someone else conquers himself, the latter one | | is the greatest of all conquerors. --- The Dhammapada| ___ 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] Help using %& in Remember Template
Following an earlier thread I am trying to get a remember template to immediately save and then jump to the stored location. My template looks like: ("Journal" ?j "* %^U :DIARY:\n\n %i%&\n %!" "~/nfs/firewall/Documents/org/journal.org") The problem is that the %& gets inserted literally in the saved note and emacs doesn't jump to the target. I have experimented with placing %& in different positions in the template with similar results. Can someone point out what silly thing I am doing wrong? I am using emacs 22.1.1 and org 6.03. Ian. ___ 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] Turn on "Hyperlinks > Literal Links "
Is there a way to set "Hyperlinks > literal links" on by default? I found the elisp that works w/in an org buffer, but this fails if I put it in .emacs. ; turn on literal links (progn (org-remove-from-invisibility-spec '(org-link)) (org-restart-font-lock) ) Thanks, Matt ___ 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] Opening links to Outlook items from Org mode (may be a FR)
[EMAIL PROTECTED] (Jason F. McBrayer) writes: > Manish <[EMAIL PROTECTED]> writes: > >> I have to use Office and envy folks that can link to their emails >> (Gnus, VM etc.) and contacts (bbdb) from Org mode. So I was looking >> around and found that links to Outlook items (emails, meetings, >> contacts etc.) of the form "Outlook:" can be stored and opened >> from other applications. The links can be created (copied to >> clipboard) using "Outlook Linker" utility as described in [1]. > > (w32-shell-execute "open" "outlook:blahblah") should do what you need. > The tricky part is getting the GUID into Emacs (requires gratis but > proprietary utility you link to). Note: there is a better way of getting the GUID here: doesn't require you to install an extra program, just add a macro to your Outlook settings: http://mutable.net/blog/archive/2006/09/02/how_to_hyperlink_to_microsoft_outlook_messages.aspx Now I just need to teach org-mode how to use w32-shell-execute to follow those links... -- +---+ | Jason F. McBrayer[EMAIL PROTECTED] | | If someone conquers a thousand times a thousand others in | | battle, and someone else conquers himself, the latter one | | is the greatest of all conquerors. --- The Dhammapada| ___ 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] Logging time stamp and notes
I think this feature is available, but I can't seem to find it in the manual. I'd like to write a note similar to a closing note: CLOSED: [2008-08-19 Tue 09:07] - CLOSING NOTE [2008-08-19 Tue 09:07] \\ Done and done But I'd like it to be unrelated to a changing of the todo state. Something like: - NOTE [2008-08-19 Tue 09:07] \\ Still waiting on Jim for the files... I'd use it both from the agenda view and the plain org file. Could this be done with remember? Have an interactive heading and file, which defaults to a sub tree of the current location. This would make the remember note an actual heading though and not a bullet or dash. Any thoughts, hints or advice? Thanks, Yann ___ 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] Re: Logging time stamp and notes
Yann Tambouret <[EMAIL PROTECTED]> writes: Salutations! > I think this feature is available, but I can't seem to find it in the > manual. I'd like to write a note similar to a closing note: > > CLOSED: [2008-08-19 Tue 09:07] > - CLOSING NOTE [2008-08-19 Tue 09:07] \\ > Done and done > > But I'd like it to be unrelated to a changing of the todo > state. Something like: > >- NOTE [2008-08-19 Tue 09:07] \\ > Still waiting on Jim for the files... Looks like you want org-agenda-add-note. > I'd use it both from the agenda view and the plain org file. Could > this be done with remember? Have an interactive heading and file, > which defaults to a sub tree of the current location. This would make > the remember note an actual heading though and not a bullet or dash. It's bound to 'z' in the agenda and 'C-c C-z' in regular org. Dennis Lin ___ 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] Logging time stamp and notes
> I think this feature is available, but I can't seem to find it in the > manual. I'd like to write a note similar to a closing note: > > CLOSED: [2008-08-19 Tue 09:07] > - CLOSING NOTE [2008-08-19 Tue 09:07] \\ > Done and done > > But I'd like it to be unrelated to a changing of the todo state. > Something like: > >- NOTE [2008-08-19 Tue 09:07] \\ > Still waiting on Jim for the files... > > I'd use it both from the agenda view and the plain org file. Could this > be done with remember? Have an interactive heading and file, which > defaults to a sub tree of the current location. This would make the > remember note an actual heading though and not a bullet or dash. > In Agenda view typing z whilst on a TODO item lets you add a note. Is that what you need? Ian. ___ 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] Opening links to Outlook items from Org mode (may be a FR)
[EMAIL PROTECTED] (Jason F. McBrayer) writes: > Note: there is a better way of getting the GUID here: doesn't require > you to install an extra program, just add a macro to your Outlook > settings: > > http://mutable.net/blog/archive/2006/09/02/how_to_hyperlink_to_microsoft_outlook_messages.aspx > > Now I just need to teach org-mode how to use w32-shell-execute to follow > those links... Right (trivial): (defun org-open-outlook-url (uid) "Open an outlook format url" (interactive "sGUID: ") (w32-shell-execute nil (format "Outlook:%s" uid))) (org-add-link-type "Outlook" 'org-open-outlook-url) I've now got a little toolbar icon now in Outlook that will copy a link which I can yank right into org, and org is capable of following it. Very trivial modification of the macro above to get it to output fully-formatted org-mode links. -- +---+ | Jason F. McBrayer[EMAIL PROTECTED] | | If someone conquers a thousand times a thousand others in | | battle, and someone else conquers himself, the latter one | | is the greatest of all conquerors. --- The Dhammapada| ___ 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] Re: Logging time stamp and notes
Dennis J Lin wrote: Looks like you want org-agenda-add-note. It's bound to 'z' in the agenda and 'C-c C-z' in regular org. Thank you Dennis and Ian; this is exactly what I was looking for. -Yann ___ 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] Opening links to Outlook items from Org mode (may be a FR)
Jason F. McBrayer wrote: Manish <[EMAIL PROTECTED]> writes: I have to use Office and envy folks that can link to their emails (Gnus, VM etc.) and contacts (bbdb) from Org mode. So I was looking around and found that links to Outlook items (emails, meetings, contacts etc.) of the form "Outlook:" can be stored and opened from other applications. The links can be created (copied to clipboard) using "Outlook Linker" utility as described in [1]. (w32-shell-execute "open" "outlook:blahblah") should do what you need. The tricky part is getting the GUID into Emacs (requires gratis but proprietary utility you link to). Does anyone know if this type of linking is possible with Thunderbird? Some Googling hasn't turned up anything, so maybe the solution is to switch to GNUs. I like to use org-mode as my central repository of information, and linking to email messages would really round out that functionality. ___ 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] Re: Showing todos with inherited tags in agenda views
Robert Goldman <[EMAIL PROTECTED]> writes: > I hope that this isn't too much of an FAQ, but I searched the mailing > list and couldn't find an answer (although I could find the question > being asked): > > Is it possible to tailor the agenda view so that when it displays the > TODO items it shows those todo items with their *inherited* tags? > > My display seems to show only the tags directly applied to the items. > This isn't so great for me, since I put my TODO items in multiple files, > one for each project, and put at the * Tasks level in those files a tag > corresponding to the project. I'd really like to see those tags in the > agenda view, so I know what project the TODOs belong to. Hi Robert, I use categories for this. I have multiple org files (normally one per project) but some files (like todo.org) are catch-all org files which have multiple categories. I set the category for a subtree using a property. All of my project tasks are level 2 tasks so they have a level 1 parent task for organizing things. Such as ,[ proj1.org ] | * Support | :PROPERTIES: | :ARCHIVE: %s_archive::* Support | :CATEGORY: PROJ1 | :END: | ** TODO First Project | ** TODO Second Project ` so all tasks in this project show up in the agenda in the 'PROJ1' category. You're free to set different categories for any subtree and I find it very flexible. This works great for me. -Bernt ___ 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] Re: Help using %& in Remember Template
Ian Barton <[EMAIL PROTECTED]> writes: > Following an earlier thread I am trying to get a remember template to > immediately save and then jump to the stored location. My template looks > like: > > ("Journal" ?j "* %^U :DIARY:\n\n %i%&\n %!" > "~/nfs/firewall/Documents/org/journal.org") > > The problem is that the %& gets inserted literally in the saved note and > emacs doesn't jump to the target. I have experimented with placing %& in > different positions in the template with similar results. Can someone > point out what silly thing I am doing wrong? > > I am using emacs 22.1.1 and org 6.03. This functionality was added in org 6.05. Upgrading to a newer version should fix it. Regards, Bernt ___ 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] Opening links to Outlook items from Org mode (may be a FR)
"R. P. Dillon" <[EMAIL PROTECTED]> writes: > Does anyone know if this type of linking is possible with Thunderbird? > Some Googling hasn't turned up anything, so maybe the solution is to > switch to GNUs. I like to use org-mode as my central repository of > information, and linking to email messages would really round out that > functionality. If you have the freedom to use Thunderbird, you have the freedom to use Gnus! At work, I'm stuck with Outlook. However, you might look at the following thread, and see if it provides you enough to start rolling your own solution: http://groups.google.com/group/mozilla.dev.extensions/browse_thread/thread/a70339619f85a105/f4199f96df3ef426 You might look at this Thunderbird extension, too: http://tobbe.nu/blog/2007/05/29/Thunderbird-extension-remote-message-id-RFC-2111/ -- +---+ | Jason F. McBrayer[EMAIL PROTECTED] | | If someone conquers a thousand times a thousand others in | | battle, and someone else conquers himself, the latter one | | is the greatest of all conquerors. --- The Dhammapada| ___ 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] Displaying images inline
Is there a way to link to a file containing an image, and have the image display inline in org-mode? I know that if the org file is exported to HTML, it can be done so that the HTML file displays the image inline -- but I'd kind of like to be able to see the linked images from the org file itself, much like I can do with a muse file. (Although if there were a file-wide property to control whether or not that happens, it would be nice -- I could see maybe wanting to never inline in some files.) Thanks. ___ 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] Displaying images inline
On 2008-08-22 17:52:46(-0400), Lindsay Todd wrote: > Is there a way to link to a file containing an image, and have the > image display inline in org-mode? I know that if the org file is > exported to HTML, it can be done so that the HTML file displays the > image inline -- but I'd kind of like to be able to see the linked > images from the org file itself, much like I can do with a muse file. > (Although if there were a file-wide property to control whether or not > that happens, it would be nice -- I could see maybe wanting to never > inline in some files.) You can do this using iimage; add the following to your .emacs: ;;iimage (require 'iimage) (setq iimage-mode-image-search-path (expand-file-name "~/")) ;;Match org file: links (add-to-list 'iimage-mode-image-regex-alist (cons (concat "\\[\\[file:\\(~?" iimage-mode-image-filename-regex "\\)\\]") 1)) (define-key org-mode-map [(control c) ?i] 'iimage-mode) You can then toggle inline display of images in an org buffer using C-c i. -- |---| ___ 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] Displaying images inline
WOW!! Thanks for this one!!! :) James TD Smith wrote: On 2008-08-22 17:52:46(-0400), Lindsay Todd wrote: Is there a way to link to a file containing an image, and have the image display inline in org-mode? I know that if the org file is exported to HTML, it can be done so that the HTML file displays the image inline -- but I'd kind of like to be able to see the linked images from the org file itself, much like I can do with a muse file. (Although if there were a file-wide property to control whether or not that happens, it would be nice -- I could see maybe wanting to never inline in some files.) You can do this using iimage; add the following to your .emacs: ;;iimage (require 'iimage) (setq iimage-mode-image-search-path (expand-file-name "~/")) ;;Match org file: links (add-to-list 'iimage-mode-image-regex-alist (cons (concat "\\[\\[file:\\(~?" iimage-mode-image-filename-regex "\\)\\]") 1)) (define-key org-mode-map [(control c) ?i] 'iimage-mode) You can then toggle inline display of images in an org buffer using C-c i. -- |---| ___ 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 ___ 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] org-info.js - new version with tags index
Hello list, Rick Moynihan requested a table of contents sorted by tags (http://lists.gnu.org/archive/html/emacs-orgmode/2008-07/msg00434.html). The new version on http://repo.or.cz/w/Worg.git provides a the shortcut 'C' to show such an index: Tag1 - Headline with tag1 - Another headline with tag1 and tag2 Tag2 - Headline with tag2 - Another headline with tag1 and tag2 There is no inheritance though. As for the most cases, the links lead to the local toc showing all subsections. Maybe inheritance should be an option? The 'HELP' link et al should be fixed too (i.e. they look like links now, because of a 'href' attribute). All the best, - Sebastian ___ 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