Re: [Orgmode] Has filling behavior been changed recently in org?

2009-11-12 Thread Samuel Wales
Hi Sebastian, On 2009-11-12, Sebastian Rose wrote: > Samuel Wales writes: >> For some reason, I can fill a commented paragraph in emacs lisp mode, >> text mode, and fundamental mode, but not in org mode. It does >> nothing. fill-column is my normal 60. I cannot debug

Re: [Orgmode] Has filling behavior been changed recently in org?

2009-11-12 Thread Samuel Wales
On 2009-11-12, Sebastian Rose wrote: > Well, I believe the problem is, that we have no simple defined comment > start in Org-mode. I should have realized that was possibly the problem before posting. I thought I solved that a long time ago. But I was not able to debug today. The following seems

[Orgmode] bug report subject format

2009-11-12 Thread Samuel Wales
Has thought been given to changing the subject header for bug reporting? All I ever see with the current style is this. [Orgmode] Org-mode version 6.32trans So I have to click to find out what it is about. This is current. [Orgmode] Org-mode version 6.32trans (release_6.32b.147.g97e21); Cl

Re: [Orgmode] bug report subject format

2009-11-13 Thread Samuel Wales
Thanks! On 2009-11-13, Carsten Dominik wrote: > Hi Samuel, > > I have fixed this now. > > - Carsten -- Q: How many CDC "scientists" does it take to change a lightbulb? A: You only think it's dark. [CDC has denied ME/CFS for 25 years] =

Re: [Orgmode] Re: Feature request: Periodic events based on count of specific weekdays

2009-11-20 Thread Samuel Wales
On 2009-11-20, Ben Finney wrote: > I'm happy to discuss different specifications; the latest one I proposed > was for discussion, and I'm not wedded to it. Is there a different > syntax that would make parsing easier, while still adding the feature > I've described? If this is done: For a discus

Re: [Orgmode] Again on bookmarks

2009-11-25 Thread Samuel Wales
On 2009-11-25, andrea wrote: > I suggest we could create a "bookmark" entry in the agenda which creates > a big buffer with all the links, maybe filtering the links in local > files or other non interesting things. That can be done with existing features, IIUC. I don't know if this is what you'r

Re: [Orgmode] Re: Again on bookmarks

2009-11-26 Thread Samuel Wales
Hi Thierry, On 2009-11-26, Thierry Volpiatto wrote: > See BookmarkExtension: > http://www.emacswiki.org/cgi-bin/emacs/BookmarkExtension > > It support now nearly all: > emacs-w3m bookmarks, Firefox bookmarks, Delicious bookmarks, Gnus > bookmarks, Man pages etc... The reason I like the idea of u

Re: [Orgmode] Re: Again on bookmarks

2009-11-26 Thread Samuel Wales
On 2009-11-26, Thierry Volpiatto wrote: >> reimport back to >> org without losing the annotations (new browser tabs (web pages) that >> org does not know about yet end up in a special place in the org >> hierarchy while existing ones sync with existing headlines). > > You can actually store all Fi

Re: [Orgmode] Org and git blame integration?

2009-12-07 Thread Samuel Wales
Some type of git integration here would be nice. I like the idea of eliminating most todo state changes, because then there isn't an issue with ellipses on empty headilnes.. I.e. no need to cycle to see if a headline is empty because it only contains a logbook drawer. Of course, you will still

[Orgmode] Bug: lowercase todo kw

2009-12-14 Thread Samuel Wales
I found three places where the lowercase version of a todo kw is treated specially in the latest org. For example, * todo this is lowercase First, in the agenda, they have a special face. Second, when inserting an id link, they are removed. Third, when printing the olpath, they are removed.

Re: [Orgmode] RFC: Syntax for page numbers in file: links?

2010-01-03 Thread Samuel Wales
If you need the syntax to be more general, take a look at extensible syntax on this list. -- Q: How many CDC "scientists" does it take to change a lightbulb? A: You only think it's dark. [CDC has denied ME/CFS for 25 years] = Retrovi

Re: [Orgmode] no syntax defined for comments

2010-01-12 Thread Samuel Wales
Search this list for filladapt. On 2010-01-12, Carsten Dominik wrote: > > On Jan 12, 2010, at 5:05 PM, andrea wrote: > >> >> I sometimes want to write comments in my org-mode files, but the handy >> function *comment-region* doesn't work, "no syntax defined for.." >> Then I can choose '#' but it

[Orgmode] org-entry-get bugs etc.

2010-01-13 Thread Samuel Wales
I ran into a bug in which org-entry-get returns the wrong value. It brought up some other points. 1) org-entry-get of "TODO" returns the wrong value when there is a lower case version of a todo kw on a headline. Example: * neowhen I have "NEOWHEN" as a todo kw. What

Re: [Orgmode] [PATCH] org-narrow-to-subtree: prevent prepending text to the next headline while narrowed

2010-01-22 Thread Samuel Wales
I'm not so sure about this patch. Are you sure this will work with sorting headlines? Swallowed headlines occur if end of narrowed region is at eol. What about other operations, including user-written commands? Can we be sure that they will not to swallowed headlines? IMO the behavior describe

Re: [Orgmode] [PATCH] org-narrow-to-subtree: prevent prepending text to the next headline while narrowed

2010-02-01 Thread Samuel Wales
Hi Carsten, On 2010-02-01, Carsten Dominik wrote: > Hi Samuel, > > this remains a contriversial issue. However, since I made the change, > I have not received any concrete reports of problems - so I guess it > is working pretty well the way it is now. > > Case closed - until the next bug report

[Orgmode] bug: can't clock out

2010-02-05 Thread Samuel Wales
For a few weeks or so, most of the time when I clock out, I get an error. Cannot narrow it down further. (setf org-clock-modeline-total 'today) (setq org-clock-into-drawer t) Clock in. Wait a few hours, doing stuff in org in the meantime. signal(error ("Clock start time is gone")) erro

Re: [Orgmode] From comments in code to org-mode

2010-02-05 Thread Samuel Wales
Ideally we could put tasks in comments, but there are regexps that need refactoring. On 2010-01-16, andrea wrote: > I had an idea which would be really nice if I'm able to implement it. > I write very often in code comments like > // FIXME: infinite loop > for example, now is a good thing they're

Re: [Orgmode] Re: Integrating ctags & org mode (patch)

2010-02-05 Thread Samuel Wales
Hi Paul, I think I haven't been following this closely enough, because I don't understand why an external program is necessary for <>. Can you just have a variable to hold the files that need searching? Then use the existing org ID mechanism. The targets would hold org IDs. I realize it would

Re: [Orgmode] performance problems with drawers

2010-02-05 Thread Samuel Wales
On 2009-08-02, Carsten Dominik wrote: > P.S. Unfortunatey, I cannot fix the performance issues > regarding vertical cursor motion, this is in the guts of > Emacs. `C-c C-f' and `C-c C-b' do help a bit... It is funny that outline-previous-visible-heading is faster than previous-line when the pre

Re: [Orgmode] bug: can't clock out

2010-02-06 Thread Samuel Wales
Hi Carsten, On 2010-02-06, Carsten Dominik wrote: > are you possibly doing extensive structure editing like sorting > in the tree where the clock is running? Very possibly, but I can't confirm that I do it every time the bug happens. I have the clock in a leaf node. Samuel -- Q: How many CDC

[Orgmode] id links changed?

2010-02-06 Thread Samuel Wales
org-store-link used to store an org-id link. I think this required org-id.el to be loaded. Now it does not. Maybe I changed something? I approve of loading files not having side effects :), but how do I enable the storing of an id link again? Thanks. -- Q: How many CDC "scientists" does it t

Re: [Orgmode] id links changed?

2010-02-11 Thread Samuel Wales
Hi Carsten, Works now. Thanks. Samuel -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think it's dark." [CDC has denied ME/"CFS" for 25 years] == Retrovirus: http://www.wpinstitute.org/xmrv/index.html ___ Em

Re: [Orgmode] Programmers, use org to write your doc strings...

2010-03-02 Thread Samuel Wales
Great idea. I have wanted org in emacs-lisp-mode but was stymied by the difficulty of getting org to understand semicolons. It what ways is this an improvement over orgtbl and orgstruct*? Ideally we could put headlines in there also and have them searchable in org :). On 2010-03-02, Paul Sexton

Re: [Orgmode] [PATCH 2/2] Fix adaptive filling.

2010-03-03 Thread Samuel Wales
How will the new value of a non-org variable affect filladapt.el? On 2010-03-01, Dan Hackney wrote: > For paragraph text, `org-adaptive-fill-function' did not handle the base > case of > regular text which needed to be filled. This commit saves a buffer-local > value > of `adaptive-fill-regexp' a

Re: [Orgmode] Re: [PATCH 2/2] Fix adaptive filling.

2010-03-11 Thread Samuel Wales
Unable to test it now. On 2010-03-11, Austin Frank wrote: > On Thu, Mar 11 2010, Carsten Dominik wrote: > >> Hi everyone, >> >> >> I know that a few people have been using this patch. >> >> How has it been working? > > Brilliant. When composing messages in mml-mode with orgstruct++-mode > enable

[Orgmode] many an agenda keyword search improvement

2010-03-13 Thread Samuel Wales
Here are agenda suggestions for org keyword searches that I have been collecting. All of them would be very useful (to me). Is it better to use separate emails? 1. Colorize headlines as in the outline. When I search for "forums" in org using M-x org-agenda-dispatch s, I get an agenda that doe

[Orgmode] Re: many an agenda keyword search improvement

2010-03-13 Thread Samuel Wales
On 2010-03-13, Samuel Wales wrote: > 7. Search within results. > > The / command is useful for searching for tags within > results (including body text) without having to incur the > overhead of an entire agenda search again. Correction: remove the "including body text"

[Orgmode] faster refile history

2010-03-15 Thread Samuel Wales
I use ido refile. I have restricted refile for speed, which uses a tag. It is still slow, but somewhat faster than a less restricted refile. I have a less-restricted refile for getting more headlines. It is ridiculously slow. But there is a subtle problem with refile history. 1) I do less-re

[Orgmode] dangling clock message might be incomprehensible to a few users

2010-03-19 Thread Samuel Wales
A possible documentation suggestion. I restarted emacs without clocking out first and got a dangling clock query. It had no help. It did not appear in the messages buffer. Here is part of it: " [(kK)p (sS)ub (C)ncl (i)gn]? ") Some users might ask: k

Re: [Orgmode] spreadsheet: column width behavior(s)

2010-03-27 Thread Samuel Wales
Hi Michael, Org tables already use up horizontal space with the | syntax. Some people use large fonts or small displays. Whatever solution is chosen, making it easy to make tables narrow will be important. Samuel On 2010-03-25, Michael Brand wrote: > Hi Carsten, hi all > > Are there reasons t

Re: [Orgmode] many an agenda keyword search improvement

2010-03-29 Thread Samuel Wales
ays. Samuel > - Carsten > > On Mar 13, 2010, at 6:36 PM, Samuel Wales wrote: > >> Here are agenda suggestions for org keyword searches that I >> have been collecting. >> >> All of them would be very useful (to me). >> >> Is it better to use separa

[Orgmode] footnote bugs

2010-04-06 Thread Samuel Wales
(setf org-footnote-auto-label 'confirm) (setf org-footnote-section nil) * top *** an article sadfkaj sdnfklaj nsfklandsf asd flkajnd sfa *** an article. exporting this to ascii does not export anonymous footnotes I sometimes[fn:3] mix regular[fn:1] footnotes and inline [fn:: There are issues here

Re: [Orgmode] footnote bugs

2010-04-14 Thread Samuel Wales
Hi Carsten, Thanks for reply. By the way, for quite some time now for health reasons I have not been able to deal with email much or contribute to org or polish my large backlog of ideas or be detailed or do anything else. Apologies if I have neglected anything important. Here is a brief respon

Re: [Orgmode] footnote export fails if footnote indented

2010-04-16 Thread Samuel Wales
Here are 2 test cases for footnotes. Perhaps they can be put in a test directory somewhere if they are useful. My old relatively thorough test case with 11 specific documented points to test for: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg10877.html And my recent one, sloppily put tog

Re: [Orgmode] footnote export fails if footnote indented

2010-04-16 Thread Samuel Wales
On 2010-04-16, Dan Davison wrote: > Samuel Wales writes: > >> Here are 2 test cases for footnotes. Perhaps they can be put in a >> test directory somewhere if they are useful. > > Hi Samuel, > > Thanks. You have obviously thought about this a lot more carefully

Re: [Orgmode] Re: Loosing tasks with remember

2010-04-17 Thread Samuel Wales
My alternate remember suggestion from a while back avoids lost data, for what it's worth. So if it is implemented as an alternate, you can try it. On 2010-04-13, Christian Zang wrote: > Thanks, Bernt, > > ok, invoking remember a couple of times in sequence is what I wanted to > avoid in the firs

Re: [Orgmode] Re: Limited #+INCLUDE ?

2010-04-27 Thread Samuel Wales
Another way to look at it is that this is an annotation mechanism. It can be used for any type of file or buffer. This would include text, websites (i.e. pointing to and annotating documents on the web), dired, source code, org files, html source, etc. Modifying existing link syntax will be diff

Re: [Orgmode] A shorter manual

2010-04-28 Thread Samuel Wales
Great idea. If the manual were in org, then the tag, :basic:, would suffice. Just export only that tag. But maybe that is more work instead of less? On 2010-04-28, Carsten Dominik wrote: > Dear all, > > with the Org-mode manual moving toward 200 pages, I am > starting to worry that people wit

Re: [Orgmode] A shorter manual

2010-04-28 Thread Samuel Wales
Just realized the need for export to info. So never mind. And it was obvious anyway. On 2010-04-28, Samuel Wales wrote: > Great idea. > > If the manual were in org, then the tag, :basic:, would suffice. Just > export only that tag. But maybe that is more work instead of less? &g

Re: [Orgmode] A shorter manual

2010-04-29 Thread Samuel Wales
Is there an HTML version? -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think it's dark." [CDC has denied a deadly disease for 25 years] == Retrovirus: http://www.wpinstitute.org/xmrv/index.html ___ Emacs-org

Re: [Orgmode] A shorter manual

2010-04-29 Thread Samuel Wales
On 2010-04-28, Sebastian Rose wrote: > I'd prefer to keep the full manual as texinfo file. It's so easy to > search in info files for what ever you're looking for. It would be easy in org, too. But you'd have to have org export to texinfo or info, which is probably difficult. -- Q: How many CD

Re: [Orgmode] Re: Limited #+INCLUDE ?

2010-04-29 Thread Samuel Wales
Hi Dan, On 2010-04-27, Dan Davison wrote: >> Another way to look at it is that this is an annotation mechanism. It >> can be used for any type of file or buffer. This would include text, >> websites (i.e. pointing to and annotating documents on the web), >> dired, source code, org files, html s

[Orgmode] org-show-following-heading shows even when nil

2010-05-06 Thread Samuel Wales
When I go to a location from the agenda, the next headline is revealed if it was hidden, even if it is a child. Setting org-show-following-heading to nil or leaving it at its default value does not prevent this. Should it? The documentation seems to suggest that it should. What I want is for hi

Re: [Orgmode] Question: org-remember and level>1 target headline

2010-05-13 Thread Samuel Wales
On 2010-05-13, Martin Pohlack wrote: > Is there interest to define remember targets via paths or via ID? ID would be useful, I think. -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think it's dark." [CDC has denied a deadly disease for 25 years] == Retr

[Orgmode] Re: org-show-following-heading shows even when nil

2010-05-14 Thread Samuel Wales
Did I properly understand what the variable is supposed to do? Thanks. On 2010-05-06, Samuel Wales wrote: > When I go to a location from the agenda, the next headline > is revealed if it was hidden, even if it is a child. > > Setting org-show-following-heading to nil or leaving

Re: [Orgmode] org-show-following-heading shows even when nil

2010-05-17 Thread Samuel Wales
Hi Carsten, On 2010-05-14, Carsten Dominik wrote: > for some reason I do not remember, I enforce showing the next headline > in this special case. Please try the following patch and run with if > for a while, to see if it causes any problems. The patch did not apply for some reason, but I manua

Re: [Orgmode] org-show-following-heading shows even when nil

2010-05-22 Thread Samuel Wales
, Carsten Dominik wrote: > Hi Samuel, > > thanks for your feedback - I do not know what else could be wrong > here. > > - Carsten > > On May 18, 2010, at 6:17 AM, Samuel Wales wrote: > >> Hi Carsten, >> >> On 2010-05-14, Carsten Dominik wrote: >

Re: [Orgmode] Persistent filters in Org mode

2010-05-23 Thread Samuel Wales
On 2010-05-20, Carsten Dominik wrote: > That might be nice! Or a way to interactively create a view and then > turn it into a custom command with one key... Have not followed this thread, so please take this with a grain of salt. My understanding of filters is that they are for quick changes of

Re: [Orgmode] org-show-following-heading shows even when nil

2010-05-23 Thread Samuel Wales
(save-excursion - (and (outline-next-heading) - (org-flag-heading nil))) ; show the next heading + (org-show-context 'agenda) (defun org-agenda-goto-mouse (ev) "Go to the Org-mode file which contains the item at the mouse click." On 2

Re: [Orgmode] Re: Strange bug, request for more info

2010-05-25 Thread Samuel Wales
I get this bug all the time. I think it might be old point. It is almost a feature, in that you get to see what I think is the old point in the buffer first, then you try again and go where you want. Samuel -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think

[Orgmode] bug: remember id agenda

2010-05-27 Thread Samuel Wales
For months, I found ID properties where they didn't belong. Finally I found that they are added when I do M-x org-remember in an agenda buffer, to the headline under point. Feels like a bug. Is it? Samuel -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think it

Re: [Orgmode] bug: remember id agenda

2010-05-27 Thread Samuel Wales
Same. On 2010-05-27, Carsten Dominik wrote: > Hi Samuel, > > On May 28, 2010, at 5:53 AM, Samuel Wales wrote: > >> For months, I found ID properties where they didn't belong. >> Finally I found that they are added when I do M-x >> org-remember in an agenda buf

Re: [Orgmode] Issue tracking

2010-06-25 Thread Samuel Wales
Link? On 2010-06-25, Carsten Dominik wrote: > 1. John's patchwork patch tracker > 2. David's issue tracking file -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think it's dark." [CDC has denied a deadly disease for 25 years] == Retrovirus: http://www.wp

[Orgmode] magit, revert, folding, normal-mode, performance

2010-06-26 Thread Samuel Wales
Worth knowing that magit reverts buffers. It appears to revert all buffers, not just those with changes. This has 2 consequences for org. Magit is slow, and org visibility is reset to default. So I wonder: Is there a way to preserve visibilty across revert-buffer? Has anybody profiled loading

[Orgmode] [OT] org-mode mentioned in podcast

2010-07-07 Thread Samuel Wales
org-mode was mentioned in passing on a virology podcast: http://www.virology.ws/2010/07/04/twiv-89-where-do-viruses-vacation/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+VirologyBlog+%28virology+blog%29&utm_content=Google+Reader Maybe Alan is on this list. If you're on this list,

[Orgmode] italics regexp

2010-07-07 Thread Samuel Wales
I need an re to match italics the way org does. I did not find it in the code as it is mixed in with other emphasis. Anybody have an re or code to highlight italics (and perhaps the others) in non-org buffers? Thanks. -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You

Re: [Orgmode] org-show-following-heading shows even when nil

2010-07-09 Thread Samuel Wales
l this? *** my minor headline test applebanana SCHEDULED: <2010-07-06 Tue> * something underneath * again *** another * under * under *** more On 2010-05-14, Carsten Dominik wrote: > > On May 7, 2010, at 7:32 AM, Samuel Wales wrote: > >> W

Re: [Orgmode] Inline image display and Emacs 22

2010-07-14 Thread Samuel Wales
i have not been able to get emacs 23 to work on my mac, even with various patches. so i will keep using 22. you can port c-l to 22. copying subtrees works for me. -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think it's dark." [CDC has denied a deadly disease

Re: [Orgmode] Inline image display and Emacs 22

2010-07-14 Thread Samuel Wales
i do not have that problem, is what i am saying, bernt. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Patchwork: Patch 138 Accepted

2010-07-16 Thread Samuel Wales
gmail "threads" by subject line only. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: Refile target caching

2010-08-01 Thread Samuel Wales
Hi Carsten, Thank you for thinking of our bugs. This is superb. I have used it for a while now. It speeds things up enormously, making the difference between usability and not. However, I have definitely had headlines get refiled to the wrong place. I am not able to track it down now, but I d

Re: [Orgmode] Babel - display results in an overlay?

2010-08-03 Thread Samuel Wales
Calc allows something like this. On 2010-08-03, Taru Karttunen wrote: > Hello > > I am looking for an org-mode solution to storing a number of variables and > referencing them nicely in an org-mode buffer. > > I would like to write something like this: > "{foo:1+3} and {bar:foo+3}" > and have it

Re: [Orgmode] hiding PROPERTIES line

2010-08-04 Thread Samuel Wales
I believe that what Ilya wants is already implemented as a bug (IMO). With certain settings, going to an entry from the agenda causes it to look like this: * test ... ** subtree The ellipses hide all body text. IMO this should not be allowed to happen, because the user cannot achieve that s

Re: [Orgmode] Re: worg recent changes exported page?

2010-08-06 Thread Samuel Wales
and edit if you wish. > But if it's good enough, when the rss output is subscribed > by at least few people in Google Reader, it'll be grabbed > by Google once per a hour; once per 4 hours with single subscriber AFAIK > > >> On Fri, Jan 9, 2009 at 7:47 PM,

Re: [Orgmode] text color + highlight

2010-08-08 Thread Samuel Wales
Hi all, I do, very strongly, propose extensible syntax. Thanks for bringing it up, Dan. I have much more on this but cannot type now. Samuel -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think it's dark." [CDC has denied a deadly disease for 25 years] ==

Re: [Orgmode] text color + highlight

2010-08-09 Thread Samuel Wales
Hi Eric, Did you read my proposals in detail? Samuel On 2010-08-08, Eric Schulte wrote: > Hi, > > The attached patch implements in-buffer coloring and html export using > the syntax proposed below. > > While I think this is an improvement over my previous patch, this idea > still has some short

Re: [Orgmode] [Bug] Refiling troubles with inlined Org (thru Babel)

2010-08-09 Thread Samuel Wales
Did you try C-c ' ? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] text color + highlight

2010-08-10 Thread Samuel Wales
i suggest begin-end pairs, not putting text in the syntax itself. though you could, if you want, using quotes. $[class begin :title animals]Some text about animals$[class end :title animals] i wrote the following long ago, but never sent it to the list. it is not polished at all -- needs more

Re: [Orgmode] Feature request: IDs on anything

2010-08-10 Thread Samuel Wales
I wrote this a long time ago in response to Carsten's reply to Eric in the first link below. === 1) http://thread.gmane.org/gmane.emacs.orgmode/11896 extensible syntax with an application in id markers (which themselves have an application in many things, including graph theoreti

[Orgmode] extensible syntax example using link features

2010-08-10 Thread Samuel Wales
I wrote this a very long time ago but did not send it to the list. (There is more where this came from.) Samuel === Here is an arbitrary example of extensible link syntax. This one allows two features we don't currently have: link coloring and a different label for when the link is exported. Th

Re: [Orgmode] Feature request: IDs on anything

2010-08-10 Thread Samuel Wales
On 2010-08-10, Samuel Wales wrote: > I wrote this a long time ago in response to Carsten's reply > to Eric in the first link below. I guess it was a response to Eric. ___ Emacs-orgmode mailing list Please use `Reply All' to send rep

Re: [Orgmode] Re: text color + highlight

2010-08-11 Thread Samuel Wales
Hi Dan, I think you might have found the thread to which I had intented to post my reply that now is in the thread, "extensible syntax example using link features". Not sure though. The last few paragraphs have comments on a topic related to this. Samuel On 2010-08-10, Dan Davison wrote: > Ca

Re: [Orgmode] Re: Refile target caching

2010-08-16 Thread Samuel Wales
clock also gets lost all the time. Even when point is in it! On 2010-08-16, Carsten Dominik wrote: > > On Aug 2, 2010, at 4:49 AM, Samuel Wales wrote: > >> Hi Carsten, >> >> Thank you for thinking of our bugs. This is superb. >> >> I have used it for a whi

Re: [Orgmode] Re: Refile target caching

2010-08-16 Thread Samuel Wales
tch. > > - Carsten > >> >> Samuel >> >> >> P.S. The running clock also gets lost all the time. Even when >> point is in it! >> >> On 2010-08-16, Carsten Dominik wrote: >>> >>> On Aug 2, 2010, at 4:49 AM, Samuel Wales wrote: >

Re: [Orgmode] Re: Refile target caching

2010-08-16 Thread Samuel Wales
Thanks, Carsten. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: Refile target caching

2010-08-16 Thread Samuel Wales
It tries to call looking-at-p. Is that a 23ism? I run Emacs 22. If that isn't it, I will do a backtrace etc. Thanks. On 2010-08-16, Carsten Dominik wrote: > > On Aug 16, 2010, at 5:55 PM, Samuel Wales wrote: > >> On 2010-08-16, Carsten Dominik wrote: >>> Yes,

Re: [Orgmode] custom sorting of agenda items

2010-08-17 Thread Samuel Wales
On 2010-08-04, Ilya Shlyakhter wrote: > When giving a user-defined function for org-agenda-cmp-user-defined, > the function gets two agenda entries. Is there a way from an agenda entry > to get to the original org entry? Here is code of a general nature. (defun alpha-org-entry-get (property &o

[Orgmode] make without make cleanall safe?

2010-08-18 Thread Samuel Wales
Seems it takes a while to make, perhaps because of all the excellent features like org-babel. I do make cleanall first, to be safer, but as the purpose of make is to avoid doing recompilation, will a simple make suffice? Thanks. -- Q: How many CDC "scientists" does it take to change a lightbulb

[Orgmode] e3144785114d12981e0e3429c76b6f8f15c4b00f breaks 22

2010-08-27 Thread Samuel Wales
Cannot explain now. -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only think it's dark." [CDC has denied a deadly serious disease for 25 years] == Retrovirus: http://www.wpinstitute.org/xmrv/index.html -- PLEASE DONATE === I would like to see the original Lo

[Orgmode] Re: e3144785114d12981e0e3429c76b6f8f15c4b00f breaks 22

2010-08-27 Thread Samuel Wales
doc-view does not exist in emacs 22 ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Re: feature request: a basic conversation manager

2010-08-28 Thread Samuel Wales
Hi K, Indeed, if that is what you want to do, you can do it without too much effort, I think. The conversation manager is a bit different, but similar. I have not looked at the conversation manager idea for some time. At the time I also wrote (and still have) more notes on it. If anybody is in

[Orgmode] Re: feature request: a basic conversation manager

2010-08-28 Thread Samuel Wales
More clearly: 1) The conversation manager is basically superseded by the ID markers idea. That is, you can implement it trivially once ID markers are implemented. 2) What you are doing is not related to the conversation manager. On 2010-08-28, Samuel Wales wrote: > Hi K, > > I

[Orgmode] Re: feature request: a basic conversation manager

2010-08-28 Thread Samuel Wales
I'm not upset about anything. Just didn't want anybody to be confused. It seemed to me that you thought that what you were doing was related, that's all. On 2010-08-28, Jambunathan K wrote: > > Samuel > > Samuel> What you are doing is not related to the conversation > Samuel> manager. >

Re: [Orgmode] org-edit-src-code : same window?

2010-09-01 Thread Samuel Wales
Here are my kludges to get almost-optimal pop-up-windows behavior, gathered over years. You want org-src-window-setup. Basically, people who use pop-up-windows set to nil want same window for most things except modes like org agenda and rare completion and menu popups where you need to see the or

Re: [Orgmode] org-edit-src-code : same window?

2010-09-01 Thread Samuel Wales
I guess I needed to edit (but not able to at this time) ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Re: e3144785114d12981e0e3429c76b6f8f15c4b00f breaks 22

2010-09-02 Thread Samuel Wales
It makes now in 22. Thanks. On 2010-08-29, David Maus wrote: > Samuel Wales wrote: >>doc-view does not exist in emacs 22 > > I've just checked in a fix for this. Could you check if this fixes > the problem for you? > > Best, > -- David > -- > OpenPGP.

Re: [Orgmode] Bug: Impossible to have right bracket in footnotes [7.01trans]

2010-09-02 Thread Samuel Wales
One possibility for difficult cases such as these might be extensible syntax (which is designed for parsing risk). The idea would be to allow, for footnotes, an alternate syntax using extensible syntax. Then it could handle anything. Also, it would not be necessary to hack on the footnote code qu

[Orgmode] org-capture and blank lines

2010-09-02 Thread Samuel Wales
Hi Carsten, Thanks for org-capture. It is superb. I think I have only been able to find one suggestion for it. Currently, cancelling leaves a blank line. Maybe there is a way to fix that? Do I need to provide details? It is also tempting to make (kill-buffer nil) ask you if you want to cancel

Re: [Orgmode] org-capture and blank lines

2010-09-02 Thread Samuel Wales
Hi C, Thanks for your reply. On 2010-09-02, Carsten Dominik wrote: > Then, at kill time, when I am cleaning up, it is hard to tell if there > was an empty line originally In my case, there is never one, FWIW. I.e. the following never happens deliberately. * target ** new entry Nor t

Re: [Orgmode] Backspacing into folded items

2010-09-03 Thread Samuel Wales
Dunno what is best, but when a solution is found, the following should probably be tested to ensure that it is able to reverse the non-editability: (let ((buffer-invisibility-spec)) On 2010-09-03, Lennart Borgman wrote: > On Fri, Sep 3, 2010 at 3:40 PM, Andreas Röhler > wrote: >> >> Hi, >> >>

[Orgmode] bug: babel-* dirs

2010-09-10 Thread Samuel Wales
In the last 24 hours, org created 436 seemingly empty directories named similar to "babel-81922AX" in (I think) $TMP. I do not actively use babel. I cannot do debugging but wanted to report it. Hope it helps. -- Q: How many CDC "scientists" does it take to change a lightbulb? A: "You only thin

[O] bug: footnotes do not export to HTML

2011-07-04 Thread Samuel Wales
I find that in recent git org, footnotes do not export to HTML. The calls export, but the footnotes do not. So far I have been able to determine that e01e160 works (.el). It is before the recent footnote fixes, but I don't know yet whether they are related. Samuel -- The Kafka Pandemic: http:

Re: [O] [dev] footnotes improvements

2011-07-04 Thread Samuel Wales
Hi Nicolas, On 2011-06-30, Nicolas Goaziou wrote: > I think I have corrected a few glitches with font locking of inline > footnotes. Your "a lot" makes me think it isn't enough yet, though... They are really good now. There was an interaction with comments and different extents were colored wit

Re: [O] bug: footnotes do not export to HTML

2011-07-05 Thread Samuel Wales
Hi Nicolas, On 2011-07-05, Nicolas Goaziou wrote: > As I cannot reproduce this on my test files, I will need an ECM to debug > this. Included. The bug occurs in ASCII export also. Try exporting with and without tasks (see end of minimal code). Hope it helps. Samuel -- The Kafka Pandemic: h

[O] bug: org-mouse broken

2011-08-18 Thread Samuel Wales
mouse-1 on stars says "no link" sometimes instead of cycling. Maybe it is a regexp issue. git bisect: 628ebf04f74afa8694945386c507bde06c3aac9e is the first bad commit commit 628ebf04f74afa8694945386c507bde06c3aac9e Author: Nicolas Goaziou Date: Mon Jul 25 17:50:28 2011 +0200 Enforce whit

Re: [O] bug: org-mouse broken

2011-08-18 Thread Samuel Wales
On headlines without todo kw, tries to follow link. Should cycle. On 2011-08-18, Samuel Wales wrote: > mouse-1 on stars says "no link" sometimes instead of cycling. > > Maybe it is a regexp issue. > > git bisect: > > 628ebf04f74afa8694945386c507bde06c3aac9e i

[O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2011-08-23 Thread Samuel Wales
Here is a different solution. It is from my notes from long ago. To me, one issue with indenting is that you expect the previous line to be a direct parent, analogously with the outline. This conflicts with sorting and non-child descendents. If you sort, you can't take advantage of the feature

Re: [O] Dimming ancestors in the agenda (relevant to indenting nested TODOs in agenda views)

2011-09-10 Thread Samuel Wales
Eric, > I'm starting with the easiest use-case: attaching a "level" text > property to each TODO. I'm trying to do this for TODOs produced by This might or might not solve all your needs, but one option for finding ancestors is to simply grab the olpath for each agenda line. Then you can compare

Re: [O] bug: org-mouse broken

2011-09-20 Thread Samuel Wales
Org-mouse still broken. I wonder if it would be safe to revert this patch, or perhaps it's a bug in org-mouse. On 2011-08-18, Samuel Wales wrote: > git bisect: > > 628ebf04f74afa8694945386c507bde06c3aac9e is the first bad commit > commit 628ebf04f74afa8694945386c507bde0

Re: [O] bug: org-mouse broken

2011-09-20 Thread Samuel Wales
To reproduce load org-mouse and mouse-1 in the stars: *** will say no links instead of cycle click in the stars * more no links instead of cycle more * more with links will do menu instead of cycle http://google.com/whatever http://google.com * more

<    1   2   3   4   5   6   7   8   9   10   >