Re: [Orgmode] Re: Questions about org-capture templates and usage

2010-12-06 Thread Carsten Dominik
On Dec 6, 2010, at 6:02 AM, Alan E. Davis wrote: I am at much greater ease due to these two messages. They solve several of my befuddlements about capture. On Mon, Dec 6, 2010 at 1:59 PM, Bernt Hansen wrote: I visit newly captured items all the time. If you capture something (I have C-M

Re: [Orgmode] Re: Questions about org-capture templates and usage

2010-12-06 Thread Carsten Dominik
On Dec 6, 2010, at 6:02 AM, Alan E. Davis wrote: I am at much greater ease due to these two messages. They solve several of my befuddlements about capture. On Mon, Dec 6, 2010 at 1:59 PM, Bernt Hansen wrote: I visit newly captured items all the time. If you capture something (I have C-M

Re: [Orgmode] BUG & [PATCH]: org-clone-subtree-with-time-shift doesn't clean empty property drawers in entire subtree

2010-12-06 Thread Carsten Dominik
Applied, thanks. - Carsten On Dec 4, 2010, at 6:59 PM, Mike McLean wrote: If using org-clone, C-c C-x c, on a subtree instead of a single item, the loop to call org-remove-empty-drawer-at isn't executing on every item of the subtree. Changing the re-search-forward seems to do the trick. Mi

[Accepted] [Orgmode] Allow user to limit amount of context stored in file link search strings

2010-12-06 Thread Carsten Dominik
Patch 440 (http://patchwork.newartisans.com/patch/440/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87y6843wiu.fsf%40fastmail.fm%3E Here is the original message containing the patch: > Content-Type: text/plain; charset="utf-8" >

Re: [Orgmode] [PATCH] Revert "Fix :VISIBILITY: handling of nested "folded" properties"

2010-12-06 Thread Carsten Dominik
Applied, thanks. - Carsten On Dec 6, 2010, at 5:45 AM, Matt Lundin wrote: This reverts commit 383802d063a9f2dd959d5574b226fa8ec7f8be41. The commit had org-mode process the headlines from bottom to top, which meant that any changes to the visibility of lower headlines were overridden/modifi

[Accepted] [Orgmode] org-velocity templates

2010-12-06 Thread Carsten Dominik
Patch 442 (http://patchwork.newartisans.com/patch/442/) is now "Accepted". Maintainer comment: Looks great, thanks This relates to the following submission: http://mid.gmane.org/%3C8762v7jvf7.fsf%40gmail.com%3E Here is the original message containing the patch: > Content-Type: text/plain; char

[Orgmode] Orgmode and Unicode characters

2010-12-06 Thread Dov Grobgeld
Even though this announcement looks very cool, this again reminded me of something I've been thinking off when using orgmode. And that is the use of unicode characters. With the latest versions of emacs that support unicode and with rich fonts such as DejaVu Monospace, it is as easy to use unicode

[Orgmode] Shared subtrees?

2010-12-06 Thread Samium Gromoff
Good day folks, Did anybody ever have a desire to have Org operate not just on a tree, but on a partial order, effectively allowing shared subtrees? Since we cannot use plain text to directly represent partial orders in general, we would have to store each shared subnode multiple times, in each p

[Orgmode] Re: Babel, Python and UTF-8

2010-12-06 Thread Dan Davison
"Eric Schulte" writes: > Vincent Beffara writes: > >> Hi, >> (and it would be excellent to allow for a code block as a preamble, instead of a string in the header or as an alternative, because preambles once they are allowed tend to grow uncontrollably ;->) >>> >>> This is current

Re: [Orgmode] specifying priority with template expansion

2010-12-06 Thread Carsten Dominik
On Dec 3, 2010, at 11:42 PM, David A. Thompson wrote: On 12/03/2010 12:40 PM, Jeff Horn wrote: Can you give us a better idea of the use case? As I understand, unprioritzed todos count as "B" by default. Since most of my tasks have a priority of B, I've never found setting priorities to be help

Re: [Orgmode] Pass ahref in ATTR_HTML?

2010-12-06 Thread Eric S Fraga
Saptarshi Guha writes: > Hello, > > One more question, the following did work in 6.33, I upgraded to 7.3 > and now the a href is not parsed and > the entire text appears > > #+CAPTION: Image obtained via FFound and Tumblr. Access it > #+CAPTION: href='http://community.livejournal.com/laceandflor

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread Eric S Fraga
suvayu ali writes: > Hi, > > I have been attempting this for a few days now. I want to have an > entry for the current time in today's agenda. That way I can keep > track of how much time I have left until my next appointment. > > So far what ever I try, it shows up as an entry without a timestam

Re: [Orgmode] Re: Babel, Python and UTF-8

2010-12-06 Thread Eric S Fraga
Dan Davison writes: > This makes me think of another good use of the sbe ("src block eval") > function. I'm often seeing Org documents with a src block like this, > > #+source: essential-document-config > #+begin_src emacs-lisp > ;; some essential document-specific configuration > #+end_src > > a

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread suvayu ali
Hi Eric, On Mon, Dec 6, 2010 at 12:47 PM, Eric S Fraga wrote: > suvayu ali writes: > >> Hi, >> >> I have been attempting this for a few days now. I want to have an >> entry for the current time in today's agenda. That way I can keep >> track of how much time I have left until my next appointment

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread Eric S Fraga
suvayu ali writes: > Hi Eric, > > On Mon, Dec 6, 2010 at 12:47 PM, Eric S Fraga wrote: [...] >> However, it would be nice if the agenda view could highlight the current >> time, much as it is possible to highlight the current day in a week >> view, for instance... so this could be a good "feat

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread suvayu ali
On Mon, Dec 6, 2010 at 1:08 PM, Eric S Fraga wrote: >> Would you have any idea where I could look to get started with >> implementing something like this? > > Sorry, not a clue.  All I can suggest is you look at org-agenda.el. > Okay thanks. I'll see what I can find out, if I do succeed this woul

[Orgmode] Re: Refile to a different Org file?

2010-12-06 Thread Matt Lundin
Hi Raymond, "Raymond Zeitler" writes: > Thank you Sebastien. (Sorry about the Americanized spelling of your name.) > > I added (setq org-refile-use-outline-path 'file) and switched to a maxlevel > of 2. Now I have a working solution. That was one "point" to my post. > > Org-agenda-refile stil

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread Carsten Dominik
On Dec 6, 2010, at 1:08 PM, Eric S Fraga wrote: suvayu ali writes: Hi Eric, On Mon, Dec 6, 2010 at 12:47 PM, Eric S Fraga wrote: [...] However, it would be nice if the agenda view could highlight the current time, much as it is possible to highlight the current day in a week view,

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread suvayu ali
On Mon, Dec 6, 2010 at 2:00 PM, Carsten Dominik wrote: > > On Dec 6, 2010, at 1:08 PM, Eric S Fraga wrote: > >> suvayu ali writes: >> >>> Hi Eric, >>> >>> On Mon, Dec 6, 2010 at 12:47 PM, Eric S Fraga wrote: >> >> [...] >> However, it would be nice if the agenda view could highlight the cur

Re: [Orgmode] Pass ahref in ATTR_HTML?

2010-12-06 Thread Christian Moe
Try this (sans line wrap): #+CAPTION: Image obtained via FFound and Tumblr. Access it @href='http://community.livejournal.com/laceandflora/1781082.html?style=mine'>here@ #+ATTR_HTML: alt="windmill sans haircut" title="From tumblr" class="bordered" [[./img/out-1.jpg]] The secret's in the @'s.

Re: [Accepted] [Orgmode] Re: [PATCH] org-agenda: rework ndays and span handling

2010-12-06 Thread Julien Danjou
On Fri, Dec 03 2010, Carsten Dominik wrote: > Maintainer comment: I still fixed the commit message to contain your > original explanation. Sorry, I misunderstand you, and had no idea I was allowed to add more text beside the Emacs-formatted-changelog-entry part. I'll know for the next time! :) -

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread Julien Danjou
On Mon, Dec 06 2010, suvayu ali wrote: > So far my attempts have been some variation of `<%%(format-time-string > "%H%M")>' or `<%%(diary-entry-time ...)>'. Am I approaching this the > wrong way? Is this not supported by the diary library? > > Thanks for any thoughts/suggestions. (defun jd:org-cu

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread Carsten Dominik
On Dec 6, 2010, at 2:38 PM, Julien Danjou wrote: On Mon, Dec 06 2010, suvayu ali wrote: So far my attempts have been some variation of `<%%(format-time- string "%H%M")>' or `<%%(diary-entry-time ...)>'. Am I approaching this the wrong way? Is this not supported by the diary library? Thanks

[Orgmode] Re: Questions about org-capture templates and usage

2010-12-06 Thread Bernt Hansen
"Alan E. Davis" writes: > | > | (org-capture &optional GOTO KEYS) > | > > I THINK I understand that GOTO here refers to the prefix C-u ?  And C-u C-u > circumvents this? GOTO is the value of the prefix. C-u has a value of 4 For C-u C-M-r GOTO is set to 4 (due to the single p

Re: [Orgmode] [PATCH] correct doc typos

2010-12-06 Thread Carsten Dominik
On Nov 25, 2010, at 6:46 PM, Brian Gough wrote: Hi Here is a patch for some proofreading corrections for the Org manual. This is just an sample to check if it is in suitable format. We have a lot more corrections to come. Because there are more than 20 lines affected I'm assuming we will nee

[Orgmode] [Babel] Better messages for code block execution

2010-12-06 Thread Sébastien Vauban
Hi, Here are a couple of better (IMHO) messages for what occurs during source block execution: diff --git a/lisp/ob.el b/lisp/ob.el index dd285db..05bb320 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -1504,9 +1504,9 @@ code the results are extracted in the syntax of the source (indent-rig

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread Suvayu Ali
Hi Julien, On 06/12/10 03:03 PM, Carsten Dominik wrote: On Dec 6, 2010, at 2:38 PM, Julien Danjou wrote: On Mon, Dec 06 2010, suvayu ali wrote: So far my attempts have been some variation of `<%%(format-time-string "%H%M")>' or `<%%(diary-entry-time ...)>'. Am I approaching this the wrong wa

Re: [Orgmode] Re: Questions about org-capture templates and usage

2010-12-06 Thread Carsten Dominik
On Dec 6, 2010, at 9:20 AM, Carsten Dominik wrote: On Dec 6, 2010, at 6:02 AM, Alan E. Davis wrote: I am at much greater ease due to these two messages. They solve several of my befuddlements about capture. On Mon, Dec 6, 2010 at 1:59 PM, Bernt Hansen wrote: I visit newly captured items

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread Carsten Dominik
On Dec 6, 2010, at 3:30 PM, Suvayu Ali wrote: Hi Julien, On 06/12/10 03:03 PM, Carsten Dominik wrote: On Dec 6, 2010, at 2:38 PM, Julien Danjou wrote: On Mon, Dec 06 2010, suvayu ali wrote: So far my attempts have been some variation of `<%%(format-time- string "%H%M")>' or `<%%(diary-ent

Re: [Orgmode] Orgmode and Unicode characters

2010-12-06 Thread Darlan Cavalcante Moreira
If changing the actual character in the file is be the best option (maybe it could cause problems for the exporters), then an approach similar to org-pretty-entities could be used for this. -- Darlan At Mon, 6 Dec 2010 11:19:55 +0200, Dov Grobgeld wrote: > > Even though this announcement looks

[Orgmode] [Babel] Better messages for code block execution

2010-12-06 Thread Sébastien Vauban
Hi, Here are a couple of better (IMHO) messages for what occurs during source block execution: diff --git a/lisp/ob.el b/lisp/ob.el index dd285db..05bb320 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -1504,9 +1504,9 @@ code the results are extracted in the syntax of the source (indent-rig

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread Carsten Dominik
On Dec 6, 2010, at 3:53 PM, Suvayu Ali wrote: Hi Carsten, On 06/12/10 03:45 PM, Carsten Dominik wrote: This does actually fully work for me, so something in your setup must cause a problem. Have you changed the configuration for the time grid? No I haven't changed anything yet. In my

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread Suvayu Ali
Hi Carsten, On 06/12/10 03:45 PM, Carsten Dominik wrote: This does actually fully work for me, so something in your setup must cause a problem. Have you changed the configuration for the time grid? No I haven't changed anything yet. In my agenda file I have an entry like this, * Currrent t

[Orgmode] Re: Including current time in agenda

2010-12-06 Thread Rémi Vanicat
Suvayu Ali writes: >>> >>> (defun jd:org-current-time () >>> "Return current-time if date is today." >>> (when (equal date (calendar-current-date)) >>>(format-time-string "%H:%M Current time" (current-time >>> >>> And use %%(jd:org-current-time) in an entry. >> >> Wow, I overlooked this

Re: [Orgmode] Re: Questions about org-capture templates and usage

2010-12-06 Thread Nick Dokos
Alan E. Davis wrote: > > I have org-capture assigned to C-c, so C-u C-u C-c c goes straight to the > last stored item.  Perfect.   I presume the first `C-c' above is a typo and that the bindind is `C-c c', as the second instance indicates. Rebinding C-c to a command would be a disaster, but ev

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread Julien Danjou
On Mon, Dec 06 2010, Suvayu Ali wrote: > That is exactly the information I want to have, but this only inserts an > entry in today's agenda without any timestamps. You are wrong. It does insert an entry with a timestamp. -- Julien Danjou // ᐰhttp://julien.danjou.info pgp2KUXy5wZWB.pgp Des

Re: [Orgmode] [Babel] Better messages for code block execution

2010-12-06 Thread Eric Schulte
Hi Seb, Thanks for the suggestion, I've just applied a slight alteration of these improved messages. #+begin_src diff diff --git a/lisp/ob.el b/lisp/ob.el index dd285db..fe392d9 100644 --- a/lisp/ob.el +++ b/lisp/ob.el @@ -1504,9 +1504,9 @@ code the results are extracted in the syn

Re: [Orgmode] Orgmode and Unicode characters

2010-12-06 Thread Carsten Dominik
On Dec 6, 2010, at 10:19 AM, Dov Grobgeld wrote: Even though this announcement looks very cool, What does "this announcement" refer to, Dov? - Carsten this again reminded me of something I've been thinking off when using orgmode. And that is the use of unicode characters. With the lates

Re: [Orgmode] Orgmode and Unicode characters

2010-12-06 Thread Eric Schulte
My only worry on this front is that I know how to type "|" and "-" for tables, and how to type "*" for headings, but I don't have an easy way to type utf8 characters. If Org-mode starts using exotic utf8 characters which can not easily be typed from outside of Org-mode then it loses some of the "i

Re: [Orgmode] Re: Including current time in agenda

2010-12-06 Thread suvayu ali
Hi Rémi and Carsten, On Mon, Dec 6, 2010 at 3:59 PM, Rémi Vanicat wrote: > Suvayu Ali writes: > (defun jd:org-current-time ()  "Return current-time if date is today."  (when (equal date (calendar-current-date))    (format-time-string "%H:%M Current time" (current-time)))

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread Suvayu Ali
Hi Julien, On 06/12/10 04:13 PM, Julien Danjou wrote: On Mon, Dec 06 2010, Suvayu Ali wrote: That is exactly the information I want to have, but this only inserts an entry in today's agenda without any timestamps. You are wrong. It does insert an entry with a timestamp. Sorry for the conf

[Orgmode] Re: Including current time in agenda

2010-12-06 Thread Matt Lundin
Julien Danjou writes: > On Mon, Dec 06 2010, suvayu ali wrote: >> So far my attempts have been some variation of `<%%(format-time-string >> "%H%M")>' or `<%%(diary-entry-time ...)>'. Am I approaching this the >> wrong way? Is this not supported by the diary library? >> >> Thanks for any thoughts

[Orgmode] [PATCH] org-agenda: rewrite mode-line

2010-12-06 Thread Julien Danjou
* org-agenda.el (org-agenda-filter-apply) (org-agenda-filter-by-tag-show-all) (org-agenda-change-time-span) (org-remove-subtree-entries-from-agenda) (org-agenda-entry-text-mode, org-agenda-clockreport-mode) (org-agenda-toggle-diary, org-agenda-archives-mode) (org-agenda-toggle-deadlines, org-agenda

[Orgmode] Re: Refile to a different Org file?

2010-12-06 Thread Raymond Zeitler
Matt Lundin [mailto:m...@imapmail.org] wrote: >"Raymond Zeitler" writes: >> Org-agenda-refile still doesn't find the categories within other files. And >> now completion is broken for categories even within the main todo file. But >> this a viable alternative because: > >>> BTW, I use unique cat

Re: [Orgmode] Re: Babel, Python and UTF-8

2010-12-06 Thread Thomas S. Dye
Hi Dan, Emacs configuration is one of the highest barriers to entry for potential adopters of Org-mode, IMO. The idea of context-sensitive configuration is potentially terrific. It gets the user to work more quickly than would otherwise be the case. The problem I've run into is that ex

Re: [Orgmode] Re: Questions about org-capture templates and usage

2010-12-06 Thread Nathan Neff
Great thread -- 1) Good docs re:capture 2) Explanation of C-u and how org-capture uses it 3) Emacs keybinding guidelines 4) Notices of requests for more documentation on Worg Also, I understood most of the things in this thread -- something must be wrong with me. --Nate

[Orgmode] Re: re-importing ascii export

2010-12-06 Thread Erik Butz
any hints at all? On Fri, Nov 26, 2010 at 5:54 PM, Erik Butz wrote: > Hi all, > > I have a possibly stupid question, which is the following: I have a > txt file which has been exported using org mode and I don't have the > initial file. Is there any way to convert the ascii export back into a > n

[Orgmode] agenda does not call file

2010-12-06 Thread maurice
Hi org-moders, 1 configuration ~~~ Below, a piece of my org-agenda-custom-commands. I want to obtain my notes from my ordinary agenda files and from carto.org. Some of them are tagged "note" with the property CATEGORY "openstreetmap" ("n" . "Notes") ("na" "toutes" tags "note"

[Orgmode] Coding systems in Babel

2010-12-06 Thread Vincent Beffara
Hi, it's me again, still trying to make sense of the interaction between Org, Babel and coding systems. I have, in a UTF8-encoded .org file, this code block: --8<---cut here---start->8--- #+tblname: toto | é | #+begin_src python :var t=toto :preamble # -*- cod

Re: [Orgmode] Re: re-importing ascii export

2010-12-06 Thread Sébastien Mengin
Le lun. 06/12/10 (05:49:34 +0100), Erik Butz a écrit : > any hints at all? I read this morning that pandoc was now converting into orgmode... might worth giving it a try? S. > On Fri, Nov 26, 2010 at 5:54 PM, Erik Butz wrote: > > Hi all, > > > > I have a possibly stupid question, which is the f

Re: [Orgmode] Shared subtrees?

2010-12-06 Thread Samuel Wales
Perhaps you can provide examples? I am not sure if you are referring to virtual nodes (virtual regions do not exist in current Emacs, although it would be good; kludges might be possible with e.g. overlays but are not ideal), graph theoretic structures (ID markers implement this in a general way),

Re: [Orgmode] Re: Questions about org-capture templates and usage

2010-12-06 Thread Carsten Dominik
Hi Nick, On Dec 6, 2010, at 3:48 PM, Nick Dokos wrote: Alan E. Davis wrote: I have org-capture assigned to C-c, so C-u C-u C-c c goes straight to the last stored item. Perfect. I presume the first `C-c' above is a typo and that the bindind is `C-c c', as the second instance indicates.

[Orgmode] Re: Babel, Python and UTF-8

2010-12-06 Thread Achim Gratz
"Thomas S. Dye" writes: > Emacs configuration is one of the highest barriers to entry for > potential adopters of Org-mode, IMO. The idea of context-sensitive > configuration is potentially terrific. It gets the user to work more > quickly than would otherwise be the case. The problem I've run

Re: [Orgmode] Re: Questions about org-capture templates and usage

2010-12-06 Thread Carsten Dominik
On Dec 6, 2010, at 6:57 PM, Nick Dokos wrote: Carsten Dominik wrote: Hi Nick, On Dec 6, 2010, at 3:48 PM, Nick Dokos wrote: Alan E. Davis wrote: I have org-capture assigned to C-c, so C-u C-u C-c c goes straight to the last stored item. Perfect. I presume the first `C-c' above is a

[Orgmode] Re: Babel, Python and UTF-8

2010-12-06 Thread Dan Davison
"Thomas S. Dye" writes: > Hi Dan, > > Emacs configuration is one of the highest barriers to entry for > potential adopters of Org-mode, IMO. The idea of context-sensitive > configuration is potentially terrific. It gets the user to work more > quickly than would otherwise be the case. The prob

[Orgmode] Re: Cool Clockreport in 7.3

2010-12-06 Thread Achim Gratz
Nathan Neff writes: > Much easier to read, and I love the nesting/indenting of > sub-headings. This happened through a rewrite of the clocktable functionality that introduced new parameters _after_ the 7.3 release (so it is only in bleeding edge for now). If you need to get the old clocktables

[Orgmode] Can this function be written better?

2010-12-06 Thread Nathan Neff
I'd like to be able to easily toggle the showing/hiding of CLOSED clock items in the agenda. I have a function that does exactly that. My Lisp is terrible (I bet that's never been said before :-) and I want to try to improve it. Any suggestions how to improve/refactor the following function? (d

[Orgmode] Re: Orgmode and Unicode characters

2010-12-06 Thread Dan Davison
"Eric Schulte" writes: > My only worry on this front is that I know how to type "|" and "-" for > tables, and how to type "*" for headings, but I don't have an easy way > to type utf8 characters. > > If Org-mode starts using exotic utf8 characters which can not easily be > typed from outside of O

Re: [Orgmode] Re: Babel, Python and UTF-8

2010-12-06 Thread Thomas S. Dye
On Dec 6, 2010, at 8:07 AM, Achim Gratz wrote: "Thomas S. Dye" writes: Emacs configuration is one of the highest barriers to entry for potential adopters of Org-mode, IMO. The idea of context-sensitive configuration is potentially terrific. It gets the user to work more quickly than would o

Re: [Orgmode] org-indent, org-inlinetask: patches on github

2010-12-06 Thread Nicolas Goaziou
Hello, It has been applied to master branch. I will keep an eye on reported bugs about it. It shouldn't change anything for users not requiring org-inlinetask in their Org configuration, though. Regards, -- Nicolas ___ Emacs-orgmode mailing list Plea

[Orgmode] Exporting org-diary-class to icalendar

2010-12-06 Thread Rémi Vanicat
Hello, For those who want to use the org-diary-class diary sexp, and who want to export it to ical (for google calendar consumption for example) Here is a code that will do it. Beware that my timezone is hardwired in it (search for Europe/Paris). For now it doesn't take into account the skipped w

Re: [Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-06 Thread Charles C. Berry
On Sat, 4 Dec 2010, Thomas S. Dye wrote: Aloha Detlef, On Dec 2, 2010, at 9:58 PM, Detlef Steuer wrote: Hi! I very much appreciate your article as a nice introduction to org-babel and its uses. As I'm going to introduce my colleagues into the nice world of org-babel giving a talk sometime ne

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread Eric S Fraga
Julien Danjou writes: > On Mon, Dec 06 2010, suvayu ali wrote: >> So far my attempts have been some variation of `<%%(format-time-string >> "%H%M")>' or `<%%(diary-entry-time ...)>'. Am I approaching this the > >> wrong way? Is this not supported by the diary library? >> >> Thanks for any though

Re: [Orgmode] Orgmode and Unicode characters

2010-12-06 Thread Dov Grobgeld
The way I see it, within org-mode you wouldn't have to change anything in your input, but C-c C-c or other hot keys would do the change automatically. But I really don't mind if the underlying buffer stays the same, but only the display changes. Secondly, typing Unicode characters is pretty easy i

Re: [Orgmode] Orgmode and Unicode characters

2010-12-06 Thread Dov Grobgeld
It was the posting by Nathan Neff which I am sure that I totally misinterpret, but used as an excuse for my blurb. :-) Dov On Mon, Dec 6, 2010 at 16:51, Carsten Dominik wrote: > > On Dec 6, 2010, at 10:19 AM, Dov Grobgeld wrote: > > Even though this announcement looks very cool, >> > > What doe

Re: [Orgmode] Shared subtrees?

2010-12-06 Thread Samium Gromoff
On Mon, 6 Dec 2010 10:43:17 -0700, Samuel Wales wrote: > Perhaps you can provide examples? I am not sure if you are referring > to virtual nodes (virtual regions do not exist in current Emacs, > although it would be good; kludges might be possible with e.g. > overlays but are not ideal), graph th

[Orgmode] Re: Questions about org-capture templates and usage

2010-12-06 Thread Alan Davis
I said: , | I have org-capture assigned to C-c, so C-u C-u C-c c goes straight to | the last stored item.  Perfect.   ` Org-capture is indeed bound to C-c c on my system. This has indeed been a useful thread. Thank you one and all, Alan   _

Re: [Orgmode] Shared subtrees?

2010-12-06 Thread Samuel Wales
Partial order can refer to more than one concept in org. You could bring the underlying Emacs technology you seek up on emacs-devel and see what people say. What I seek is more akin to an indirect buffer. What you seek might not be. Hope it helps. __

Re: [Orgmode] Shared subtrees?

2010-12-06 Thread Samuel Wales
On 2010-12-06, Samuel Wales wrote: > What I seek is more akin to an indirect buffer. What you seek might not I take something "synthetic" to not be like an indirect buffer. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the l

[Orgmode] Re: Can this function be written better?

2010-12-06 Thread Bernt Hansen
Nathan Neff writes: > I'd like to be able to easily toggle the showing/hiding of CLOSED clock > items in the agenda. > > I have a function that does exactly that. My Lisp is terrible (I bet that's > never been said before :-) and I want to try to improve it. > > Any suggestions how to improve/re

Re: [Orgmode] Including current time in agenda

2010-12-06 Thread suvayu ali
Hi, On Mon, Dec 6, 2010 at 8:27 PM, Eric S Fraga wrote: > Julien Danjou writes: > >> On Mon, Dec 06 2010, suvayu ali wrote: >>> So far my attempts have been some variation of `<%%(format-time-string >>> "%H%M")>'  or `<%%(diary-entry-time ...)>'. Am I approaching this the >> >>> wrong way? Is th

[Orgmode] Re: Two issues with :VISIBILITY: property

2010-12-06 Thread Cassio Koshikumo
Thanks a lot, Matt! The patch did correct the second issue. About the first one: > I cannot replicate this. When I move the headlines, they remain folded. It's strange that you cannot replicate this behavior. I got today's snapshot and disabled all my customizations to try a vanilla install, and

Re: [Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-06 Thread Sunny Srivastava
Hello Chuck: Your idea is very interesting. I am curious to make use of your ideas. If it is not too much trouble, can you please share an example org file that you use for package development? I completely understand if you can't share the file. Your help is highly appreciated. Thank you in adv

[Orgmode] Re: Can this function be written better?

2010-12-06 Thread Nathan Neff
> Hi Nate, > > I would probably write it like this: (but I'm no emacs-lisp expert > either) > > (defun njn/agenda-toggle-show-closed() >  "Toggle whether closed clock thingies are shown in the agenda" >  (interactive) >  (setq njn/org-agenda-show-closed (not njn/org-agenda-show-closed)) >  (setq or

[Orgmode] Re: Questions about org-capture templates and usage

2010-12-06 Thread Štěpán Němec
Carsten Dominik writes: > Hi Nick, > > On Dec 6, 2010, at 3:48 PM, Nick Dokos wrote: > >> Alan E. Davis wrote: >> >>> >>> I have org-capture assigned to C-c, so C-u C-u C-c c goes straight to the >>> last stored item. Perfect. >> >> I presume the first `C-c' above is a typo and that the bindind

Re: [Orgmode] Re: Org-mode Code Blocks Manuscript: Request For Comments

2010-12-06 Thread Charles C. Berry
On Mon, 6 Dec 2010, Sunny Srivastava wrote: Hello Chuck: Your idea is very interesting. I am curious to make use of your ideas. If it is not too much trouble, can you please share an example org file that you use for package development? I completely understand if you can't share the file. S

[Orgmode] [org-babel] Dynamic Tangle?

2010-12-06 Thread Nathan Neff
I'm preparing a presentation and I'm getting using tangle to show code /and/ produce working code examples -- this is really cool. It is possible to define a "template" and pass code blocks to it? For example: (Using pseudo-org-babel-code for brevity) #+template header code <> footer code #+exam

[Orgmode] Multi Todo state

2010-12-06 Thread Chao LU
Dear all, Is it possible to have multiple todo state for one item? Like example below: (setq org-todo-keywords '((type "PersonA" "PersonB" "PersonC" "|" "DONE") (sequence "REPORT" "BUG" "KNOWNCAUSE" "|" "FIXED"))) So it could be possible for one item both ha