[O] org-map-entries broken?

2012-03-19 Thread Charles Sebold
--- * test one * test two * test three #+BEGIN_SRC emacs-lisp :results both (org-map-entries 'org-get-heading nil nil) #+END_SRC --------- The results ought to be the three test headings in a table output. After the patch it's blank. -- Charles Sebold Ego delendus sum

Re: [O] Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]

2012-01-04 Thread Charles Sebold
That did it! I must have been too quick to hit "git pull". Thanks. On Wed, Jan 4, 2012 at 10:00 AM, Bastien wrote: > Charles Sebold writes: > > > Emacs : GNU Emacs 24.0.92.1 (i386-mingw-nt5.1.2600) > > of 2012-01-03 on CT-SEBOLDCR-T4C > > Package: Org-mode

Re: [O] Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]

2012-01-04 Thread Charles Sebold
org-todo-keywords '((sequence "INBOX(i)" "TICKLER(t!)" "|" "FILE(f@)" "CANCELED(k@)") (sequence "TODO" "NEXTACTION(n)" "WAITING" "VERIFY" "|" "DONE" "REASSIGNED&q

[O] Bug: org-mobile-push fails, org-agenda-filter not defined [7.8.03 (release_7.8.03.5.gd3a45)]

2012-01-04 Thread Charles Sebold
This was happening yesterday and today; it appears that this happened with the category filtering changes, but this is the first chance I've gotten to do an org-mobile-push since then. When I try org-mobile-push I get this:

Re: [O] Making the output of %% functions linkable in agenda views

2011-05-03 Thread charles . sebold
On 7 Apr 2011, Charles Sebold wrote: > Here's a test. Take the line below and put it in an agenda file, then > view the agenda. > > %%(format "%s" (concat "[[elisp:(info)]" "[Link to info]]")) > > The results as I see them give me a link that

Re: [O] Bug: EOL needs to be converted to Unix for MobileOrg files [7.5 (release_7.5.147.g9ddc)]

2011-05-03 Thread charles . sebold
On 7 Apr 2011, Charles Sebold wrote: > Second attempt to send this patch. > > I primarily use Org-mode on Windows, and my org files mostly have DOS > line endings. A while back a patch from me was accepted to convert > the checksum file to Unix EOLs (and Richard updated th

[O] Bug: EOL needs to be converted to Unix for MobileOrg files [7.5 (release_7.5.147.g9ddc)]

2011-04-07 Thread Charles Sebold
Second attempt to send this patch. I primarily use Org-mode on Windows, and my org files mostly have DOS line endings. A while back a patch from me was accepted to convert the checksum file to Unix EOLs (and Richard updated the iOS app to be agnostic about it, I think, at the same time), which sa

[O] Bug: EOL needs to be converted to Unix for MobileOrg files [7.5 (release_7.5.125.g70fe)]

2011-04-02 Thread Charles Sebold
This has been a problem for me for some time, but I only just now had the chance to find the problem. I primarily use Org-mode on Windows, and my org files mostly have DOS line endings. A while back a patch from me was accepted to convert the checksum file to Unix EOLs (and Richard updated the iO

[O] Bug: EOL needs to be converted to Unix for MobileOrg files [7.5 (release_7.5.125.g70fe)]

2011-04-01 Thread Charles Sebold
es org-optimize-window-after-visibility-change) org-export-preprocess-before-normalizing-links-hook '(org-remove-file-link-modifiers) org-agenda-span 'day org-mode-hook '(#[nil "\300\301\302\303\304$\207" [org-add-hook change-major-mode-hook org-show-

Re: [Orgmode] Re: Patch for ob-sql.el SQL output

2010-12-21 Thread Charles Sebold
be helpful for people on free database systems. But if anybody has any ideas or suggestions, I may have a little time to try to implement them. On Tue, Dec 21, 2010 at 11:34 AM, Eric Schulte wrote: > Hi Charles, > > This looks great, I've just applied this most recent patch. > >

Re: [Orgmode] Re: Patch for ob-sql.el SQL output

2010-12-21 Thread Charles Sebold
+ (mapcar (lambda (x) + (if (string= (car x) header-delim) + 'hline + x)) + (org-table-to-lisp)) (org-babel-pick-name (cdr (assoc :colname-names params)) (cdr (assoc :colnames params)))

Re: [Orgmode] Re: Patch for ob-sql.el SQL output

2010-12-21 Thread Charles Sebold
g-table-to-lisp)) (org-babel-pick-name (cdr (assoc :colname-names params)) (cdr (assoc :colnames params))) (org-babel-pick-name (cdr (assoc :rowname-names params)) 2010/12/21 Sébastien Vauban : > Hi Charles, > > Charles Sebold wrote: >> I

[Orgmode] Patch for ob-sql.el SQL output

2010-12-21 Thread Charles Sebold
;hline +                   x)) +               (org-table-to-lisp))         (org-babel-pick-name (cdr (assoc :colname-names params))                             (cdr (assoc :colnames params)))         (org-babel-pick-name (cdr (assoc :rowname-names params)) -- Charles Sebold Ego delendus sum ___

[Orgmode] Bug: elisp links broken in agenda [6.33trans (release_6.33f.192.ge1a1)]

2010-01-04 Thread Charles Sebold
This is with a clean Emacs, nothing in .emacs except for what is necessary to add my org-mode lisp directory to the load path and (require 'org-install), Emacs pulled down from bzr this morning, and current git download of org-mode, pulled a few minutes ago. With an org file like this: --

[Orgmode] Bug: column faces based on default frame font, not current one [6.33trans (release_6.33f.92.g7dc0)]

2009-12-11 Thread Charles Sebold
This is complicated. Essentially, I always have two frames open (two monitors). The laptop built-in screen shows a fairly large font, and that's the default for starting Emacs, which I set something like this: (add-to-list 'default-frame-alist '(font . "-outline-Consolas-normal-r-normal-normal

Re: [Orgmode] Emacs opens a frame for each file in agenda list on org-mobile-push

2009-11-18 Thread Charles Sebold
hat problem. But we might have a start on it if you could send along your configuration and customizations per the above. This one seems strange enough that maybe it might even be worthwhile to send along the .emacs file, just in case (properly sanitized for personal info, of course). -- C

[Orgmode] Bug: word "file"in tags produces bad hyperlink [6.33trans (release_6.33c.10.ga7fb)]

2009-11-18 Thread Charles Sebold
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

[Orgmode] PATCH: org-mobile.el, fix line encoding for checksums.dat

2009-11-12 Thread Charles Sebold
e said he may update MobileOrg to handle other linefeed encodings, but for the meantime this seems to work for me. On Thu, Nov 12, 2009 at 11:47 AM, Charles Sebold wrote: > I wonder, does MobileOrg always expect Unix-style line feeds? > > I ask because it seems to me as if, when I pus

[Orgmode] What does MobileOrg expect in terms of linefeeds?

2009-11-12 Thread Charles Sebold
the agenda files. I don't know enough about the iPhone app source to figure that one out, but I could think of workarounds for org-mobile.el if it always needs to produce Unix-style files for pushing. -- Charles Sebold http://triablogue.blogspot.com/ http://merbc.invigorated.org/ E

[Orgmode] Org-mode version 6.32trans (release_6.32b.190.g1818); LAST_MOBILE_CHANGE line bumps local variable line

2009-11-12 Thread Charles Sebold
T-SEBOLDCR-T4C Package: Org-mode version 6.32trans (release_6.32b.190.g1818) -- Charles Sebold http://merbc.invigorated.org/ http://triablogue.blogspot.com/ ___ 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] Installing on windows

2009-02-04 Thread Charles Sebold
;s repository, and then fires up Emacs for me to handle the rest. One nice thing about this is, if nothing has changed in my git repository, then I don't notice any significant slowdown in booting, but if it has, then I get the updated version. If this seems convoluted, be aware at leas

[Orgmode] Prefix arg required for agenda TODO cycle now?

2009-02-04 Thread Charles Sebold
ot;UNSCHEDWKLY(E@)") (sequence "MONTHLY(m)" "|" "DONEMNTHLY" "UNSCHEDMNTHLY(M@)") (sequence "APPT" "RESCHEDULE(s@)" "|" "APPTPAST" "APPTCANCELED(n@)") (sequence "REQUEST(r!)" "REQ

Re: [Orgmode] POLL: the 40 variables project

2009-02-04 Thread Charles Sebold
D(n@)") (sequence "REQUEST(r!)" "REQWAITING(w@/!)" "REQVERIFY(v)" "|" "REQCLOSED(c!)" "REQREASSIGNED(a@)") (sequence "PROJECT(P!)" "PROJWAITING(W@/!)&

Re: [Orgmode] org-plot histogram bug when the x-axis labels could be interpreted as numbers

2009-01-14 Thread Charles Sebold
the same idea as Charles' only > implemented in a different place. Thanks, I had a feeling I was making it more complicated than it had to be. -- Charles Sebold http://merbc.invigorated.org/ http://triablogue.blogspot.com/ ___ Emacs-orgmode mailing

Re: [Orgmode] org-plot histogram bug when the x-axis labels could be interpreted as numbers

2009-01-14 Thread Charles Sebold
h (or (nth col col-labels) (format "%d" (+ 1 col plot-lines) -- Charles Sebold 14th of January, 2009 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.17trans _

Re: [Orgmode] Question to windows users

2008-12-10 Thread Charles Sebold
On 10 Dec 2008, Charles Sebold wrote: > No, it's not. It's available in Cygwin, though (not that I would > require that of Windows users). Actually, it does come with some of the SDKs for .NET, I just discovered. But still, one can't assume its existence on a Windows

Re: [Orgmode] Question to windows users

2008-12-10 Thread Charles Sebold
No, it's not. It's available in Cygwin, though (not that I would require that of Windows users). Could that command's functionality be replicated in Emacs Lisp? -- Charles Sebold10th of December, 2008 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) |

Re: [Orgmode] Re: Relative clocking [Further discussion and ideas by OP]

2008-11-25 Thread Charles Sebold
On 25 Nov 2008, Carsten Dominik wrote: > I have added such a timer to Org-mode, if you get the latest git > release, you can use it. I include a quick patch to what I just checked out, to fix an extra parenthesis: -- Charles Sebold25th of November, 200

[Orgmode] patch for info file

2008-11-20 Thread Charles Sebold
able @code{org-export-run-in-background}.}. @kindex C-c C-e v -- Charles Sebold20th of November, 2008 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode

[Orgmode] patch for info file

2008-11-20 Thread Charles Sebold
able @code{org-export-run-in-background}.}. @kindex C-c C-e v -- Charles Sebold20th of November, 2008 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode

Re: [Orgmode] how-to? - show only 1 tag for 1 day..

2008-11-12 Thread Charles Sebold
ude in overview display. | Should be 1 or 7. | | You can customize this variable. ` -- Charles Sebold12th of November, 2008 GNU Emacs 22.3.1 (i386-mingw-nt5.1.2600) | Gnus v5.11 | org-mode 6.12a ___ Emacs-org

Re: [Orgmode] Org-mode idea?

2008-11-07 Thread Charles Sebold
rk Agenda" ((org-agenda-files '("~/org/work.org")) Maybe I've been misunderstanding some of the discussions going on around here. I don't know how long one could do that, but it's things like this that make org-mode act like an extension of my brain. -- Char

Re: [Orgmode] Re: BUG - Attachment directories with newlines

2008-11-07 Thread Charles Sebold
On 6 Nov 2008, Carsten Dominik wrote: > I get in both cases just the ID, no newline with it. Also, new > newlines are created for me after the attachment property. Can please > more people try Bernt's example? Same for me, just the ID, no newline. --

Re: [Orgmode] Org-mode idea?

2008-11-07 Thread Charles Sebold
ectories, because sometimes I'm messing with something that I don't want in the ordinary agenda. You can manually add a file that you're in right now with "C-c [" as you can see from the info link above. Then you could get really crazy and start having multiple agendas

[Orgmode] Re: Table (with timestamps) HTML export bug

2008-11-03 Thread Charles Sebold
On 3 Nov 2008, Charles Sebold wrote: >> I noticed a bug that seems to have crept in over the weekend, but I >> can't quite make out where it came from. > > It was somewhere in the last commit, but I can't quite wrap my head > around the changes enough to fig

[Orgmode] Re: Table (with timestamps) HTML export bug

2008-11-03 Thread Charles Sebold
On 3 Nov 2008, Charles Sebold wrote: > I noticed a bug that seems to have crept in over the weekend, but I > can't quite make out where it came from. It was somewhere in the last commit, but I can't quite wrap my head around the changes enough to figure out how thi

[Orgmode] Table (with timestamps) HTML export bug

2008-11-03 Thread Charles Sebold
; and > characters, rather than having them converted back. It's as if we're missing an org-html-expand or an org-html-do-expand somewhere. -- Charles Sebold 3rd of November, 2008 GNU Emacs 22.3.1 (i386-min

Re: [Orgmode] org-plot and timestamps

2008-11-02 Thread Charles Sebold
44 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-11-02 Charles Sebold <[EMAIL PROTECTED]> + + * org.texi (Org Plot): Add documentation for timefmt option. + 2008-10-16 Carsten Dominik <[EMAIL PROTECTED]> * org.texi (TODO basics): Add documentat

Re: [Orgmode] org-plot and timestamps

2008-10-30 Thread Charles Sebold
ar (lambda (row) (nth ind row)) table 0) - (plist-put params :textind t + (plist-put params :timeind t) +;; check for text ind column +(if (> (length +(delq 0 (mapcar + (lambda (el) +

Re: [Orgmode] org-plot and timestamps

2008-10-30 Thread Charles Sebold
ch me, so I can sign it and get it turned around. -- Charles Sebold http://merbc.invigorated.org/ http://triablogue.blogspot.com/ ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] org-plot and timestamps

2008-10-27 Thread Charles Sebold
On 27 Oct 2008, Charles Sebold wrote: > How's this for a first pass? Not a git user before I started with > org-mode so any pointers on how to generate these would be > appreciated. How embarrassing. This is the patch I meant to send: Changes in origin/HEAD Modified li

Re: [Orgmode] org-plot and timestamps

2008-10-27 Thread Charles Sebold
(mapcar (lambda (row) (nth ind row)) table 0) +(plist-put params :textind t) ;; write script (with-temp-buffer (if (plist-get params :script) ;; user script @@ -307,7 +325,8 @@ line directly before or after the table."

[Orgmode] org-plot and timestamps

2008-10-27 Thread Charles Sebold
this, I'll try to figure something out, and maybe update Worg with a how-to for this or a patch to support this out of the box, but I'm having trouble wrapping my head around gnuplot's syntax at the moment. -- Charles Sebold http://merbc.invigorated.org/ http:

[Orgmode] Possible bug in task breakdown recounting, narrowing problem from agenda or sparse tree?

2008-09-25 Thread Charles Sebold
ially or completely folded to begin with, and (b) I change the TODO to DONE in the Agenda buffer, it seems to narrow around that TODO item, and the breakdown becomes [0/1] or some smaller number than the actual number of subtasks und