emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Printing Multiple Lines For Agenda Export
@ 2010-08-04 17:24 Andre Powell
  2010-08-08 11:52 ` David Maus
  2010-08-21  5:09 ` Carsten Dominik
  0 siblings, 2 replies; 15+ messages in thread
From: Andre Powell @ 2010-08-04 17:24 UTC (permalink / raw)
  To: emacs-orgmode

I have some task that have/need more descriptive text, but I am not able to get the text to show up when I export the view. I have set the command : Org Agenda Add Entry Text Maxlines to display more than 0, but then the program hangs and I have to force it to quit.


This is the custom command that I would like to add the function to:

("@" "Print for the day"
 ((agenda ""
	    ((org-agenda-ndays 2)
	     (org-agenda-overriding-header "Today List")
	     (org-agenda-sorting-strategy
	      '(time-up priority-down tag-up))
	     (org-deadline-warning-days 2)
	     (org-agenda-filter-preset
	      '("-Personal" ))))

 (todo "DELEGATE")

  (todo "WAITING"
	  ((org-agenda-filter-preset
	    '("-Personal"))))
(tags-todo "REPORTS"
	       ((org-agenda-overriding-header "Report Detail")
		))
(tags-todo "Order")
(tags-todo "Repair")

)

 nil
("~/Documents/Magic Briefcase/Mobile Folders/notes/@.txt")
)

I am using Emacs 23 for Windows and Aquamacs for OSX

Any help will be appreciated,
Andre 

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-04 17:24 Printing Multiple Lines For Agenda Export Andre Powell
@ 2010-08-08 11:52 ` David Maus
  2010-08-21  5:09 ` Carsten Dominik
  1 sibling, 0 replies; 15+ messages in thread
From: David Maus @ 2010-08-08 11:52 UTC (permalink / raw)
  To: Andre Powell; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 8438 bytes --]


Andre Powell wrote: >I have some task that have/need more descriptive
text, but I am not able to get the text to show up when I export the
view. I have set the command : Org Agenda Add Entry Text Maxlines to
display more than 0, but then the program hangs and I have to force it
to quit.

I can confirm this for

Org-mode version 7.01trans (release_7.01h.88.gb8a0)

on

GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1) of
2010-08-06 on murphy, modified by Debian

Setting debug-on-quit to non-nil and quitting the hang gives this
backtrace:

Debugger entered--Lisp error: (quit)
  (if org-agenda-add-entry-text-descriptive-links (progn (goto-char ...) (while ... ...)))
  (when org-agenda-add-entry-text-descriptive-links (goto-char (point-min)) (while (org-activate-bracket-links ...) (add-text-properties ... ... ...)))
  (progn (insert txt) (when org-agenda-add-entry-text-descriptive-links (goto-char ...) (while ... ...)) (goto-char (point-min)) (while (re-search-forward org-bracket-link-regexp ... t) (set-text-properties ... ... nil)) (goto-char (point-min)) (while (re-search-forward drawer-re nil t) (delete-region ... ...)) (unless (member ... keep) (goto-char ...) (while ... ...)) (goto-char (point-min)) (when org-agenda-entry-text-exclude-regexps (let ... ...)) (goto-char (point-max)) (skip-chars-backward " 	\n") (if (looking-at "[ 	\n]+\\'") (replace-match "")) (goto-char (point-min)) (untabify (point-min) (point-max)) (setq ind (org-get-indentation)) (while (not ...) (unless ... ...) (beginning-of-line 2)) (goto-char (point-min)) (while (not ...) (unless ... ... ...) (beginning-of-line 2)) (run-hoo
 ks (quote org-agenda-entry-text-cleanup-hook)) (goto-char (point-min)) (when indent (while ... ...)) (goto-char (point-min)) (while (looking-at "[ 	]*\n") (replace-match "")) (goto-char (poi
 nt-max)) (when (> ... n-lines) (org-goto-line ...) (backward-char 1)) (setq txt (buffer-substring ... ...)))
  (unwind-protect (progn (insert txt) (when org-agenda-add-entry-text-descriptive-links ... ...) (goto-char ...) (while ... ...) (goto-char ...) (while ... ...) (unless ... ... ...) (goto-char ...) (when org-agenda-entry-text-exclude-regexps ...) (goto-char ...) (skip-chars-backward " 	\n") (if ... ...) (goto-char ...) (untabify ... ...) (setq ind ...) (while ... ... ...) (goto-char ...) (while ... ... ...) (run-hooks ...) (goto-char ...) (when indent ...) (goto-char ...) (while ... ...) (goto-char ...) (when ... ... ...) (setq txt ...)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))
  (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) (and ... ...)))
  (with-current-buffer temp-buffer (unwind-protect (progn ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...) (and ... ...)))
  (let ((temp-buffer ...)) (with-current-buffer temp-buffer (unwind-protect ... ...)))
  (with-temp-buffer (insert txt) (when org-agenda-add-entry-text-descriptive-links (goto-char ...) (while ... ...)) (goto-char (point-min)) (while (re-search-forward org-bracket-link-regexp ... t) (set-text-properties ... ... nil)) (goto-char (point-min)) (while (re-search-forward drawer-re nil t) (delete-region ... ...)) (unless (member ... keep) (goto-char ...) (while ... ...)) (goto-char (point-min)) (when org-agenda-entry-text-exclude-regexps (let ... ...)) (goto-char (point-max)) (skip-chars-backward " 	\n") (if (looking-at "[ 	\n]+\\'") (replace-match "")) (goto-char (point-min)) (untabify (point-min) (point-max)) (setq ind (org-get-indentation)) (while (not ...) (unless ... ...) (beginning-of-line 2)) (goto-char (point-min)) (while (not ...) (unless ... ... ...) (beginning-of-line 2
 )) (run-hooks (quote org-agenda-entry-text-cleanup-hook)) (goto-char (point-min)) (when indent (while ... ...)) (goto-char (point-min)) (while (looking-at "[ 	]*\n") (replace-match "")) (got
 o-char (point-max)) (when (> ... n-lines) (org-goto-line ...) (backward-char 1)) (setq txt (buffer-substring ... ...)))
  (save-restriction (widen) (goto-char marker) (end-of-line 1) (setq txt (buffer-substring ... ...) drawer-re org-drawer-regexp kwd-time-re (concat "^[ 	]*" org-keyword-time-regexp ".*\n?")) (with-temp-buffer (insert txt) (when org-agenda-add-entry-text-descriptive-links ... ...) (goto-char ...) (while ... ...) (goto-char ...) (while ... ...) (unless ... ... ...) (goto-char ...) (when org-agenda-entry-text-exclude-regexps ...) (goto-char ...) (skip-chars-backward " 	\n") (if ... ...) (goto-char ...) (untabify ... ...) (setq ind ...) (while ... ... ...) (goto-char ...) (while ... ... ...) (run-hooks ...) (goto-char ...) (when indent ...) (goto-char ...) (while ... ...) (goto-char ...) (when ... ... ...) (setq txt ...)))
  (save-excursion (save-restriction (widen) (goto-char marker) (end-of-line 1) (setq txt ... drawer-re org-drawer-regexp kwd-time-re ...) (with-temp-buffer ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...)))
  (if (not (org-mode-p)) (setq txt "") (save-excursion (save-restriction ... ... ... ... ...)))
  (save-current-buffer (set-buffer (marker-buffer marker)) (if (not ...) (setq txt "") (save-excursion ...)))
  (with-current-buffer (marker-buffer marker) (if (not ...) (setq txt "") (save-excursion ...)))
  (save-excursion (with-current-buffer (marker-buffer marker) (if ... ... ...)))
  (let (txt drawer-re kwd-time-re ind) (save-excursion (with-current-buffer ... ...)) txt)
  org-agenda-get-some-entry-text(#<marker at 1 in inbox.org> 3 "    > ")
  (setq txt (org-agenda-get-some-entry-text m org-agenda-add-entry-text-maxlines "    > "))
  (if (not (setq m ...)) (beginning-of-line 2) (setq txt (org-agenda-get-some-entry-text m org-agenda-add-entry-text-maxlines "    > ")) (end-of-line 1) (if (string-match "\\S-" txt) (insert "\n" txt)))
  (while (not (eobp)) (if (not ...) (beginning-of-line 2) (setq txt ...) (end-of-line 1) (if ... ...)))
  (let (m txt) (goto-char (point-min)) (while (not ...) (if ... ... ... ... ...)))
  (progn (let (m txt) (goto-char ...) (while ... ...)))
  (if (and (> org-agenda-add-entry-text-maxlines 0) (not ...)) (progn (let ... ... ...)))
  (when (and (> org-agenda-add-entry-text-maxlines 0) (not ...)) (let (m txt) (goto-char ...) (while ... ...)))
  org-agenda-add-entry-text()
  run-hooks(org-agenda-before-write-hook)
  (progn (insert bs) (org-agenda-remove-marked-text (quote org-filtered)) (while (setq beg ...) (delete-region beg ...)) (run-hooks (quote org-agenda-before-write-hook)) (cond (... ...) (... ... ... ... ... ...) (... ... t ...) (... ... t ... ...) (... ... ...) (t ...)))
  (unwind-protect (progn (insert bs) (org-agenda-remove-marked-text ...) (while ... ...) (run-hooks ...) (cond ... ... ... ... ... ...)) (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))
  (save-current-buffer (set-buffer temp-buffer) (unwind-protect (progn ... ... ... ... ...) (and ... ...)))
  (with-current-buffer temp-buffer (unwind-protect (progn ... ... ... ... ...) (and ... ...)))
  (let ((temp-buffer ...)) (with-current-buffer temp-buffer (unwind-protect ... ...)))
  (with-temp-buffer (insert bs) (org-agenda-remove-marked-text (quote org-filtered)) (while (setq beg ...) (delete-region beg ...)) (run-hooks (quote org-agenda-before-write-hook)) (cond (... ...) (... ... ... ... ... ...) (... ... t ...) (... ... t ... ...) (... ... ...) (t ...)))
  (let ((bs ...) beg) (org-agenda-unmark-filtered-text) (with-temp-buffer (insert bs) (org-agenda-remove-marked-text ...) (while ... ...) (run-hooks ...) (cond ... ... ... ... ... ...)))
  (save-window-excursion (org-agenda-mark-filtered-text) (let (... beg) (org-agenda-unmark-filtered-text) (with-temp-buffer ... ... ... ... ...)))
  (save-excursion (save-window-excursion (org-agenda-mark-filtered-text) (let ... ... ...)))
  (let nil (save-excursion (save-window-excursion ... ...)) #<buffer *Org Agenda*>)
  eval((let nil (save-excursion (save-window-excursion ... ...)) #<buffer *Org Agenda*>))
  org-let(nil (save-excursion (save-window-excursion (org-agenda-mark-filtered-text) (let ... ... ...))) #<buffer *Org Agenda*>)
  org-write-agenda("~/code/org-mode/test.pdf" nil)
  call-interactively(org-write-agenda nil nil)


HTH,
  -- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber.... dmjena@jabber.org
Email..... dmaus@ictsoc.de

[-- Attachment #1.2: Type: application/pgp-signature, Size: 230 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Printing Multiple Lines For Agenda Export
@ 2010-08-21  2:48 Andre Powell
  2010-08-21  4:23 ` Manish
  0 siblings, 1 reply; 15+ messages in thread
From: Andre Powell @ 2010-08-21  2:48 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 1274 bytes --]

Maybe I asked the wrong question, maybe there is another mailing list, but I hope that there is a solution to the issue that I am having. I Googled around and the only thing that that I saw even remotely close was this link http://www.mail-archive.com/emacs-orgmode@gnu.org/msg11636.html . 


Original Message:
I have some task that have/need more descriptive text, but I am not able to get 
the text to show up when I export the view. I have set the command : Org Agenda 
Add Entry Text Maxlines to display more than 0, but then the program hangs and 
I have to force it to quit.


This is the custom command that I would like to add the function to:

("@" "Print for the day"
((agenda ""
((org-agenda-ndays 2)
(org-agenda-overriding-header "Today List")
(org-agenda-sorting-strategy
'(time-up priority-down tag-up))
(org-deadline-warning-days 2)
(org-agenda-filter-preset
'("-Personal" ))))

(todo "DELEGATE")

(todo "WAITING"
((org-agenda-filter-preset
'("-Personal"))))
(tags-todo "REPORTS"
((org-agenda-overriding-header "Report Detail")
))
(tags-todo "Order")
(tags-todo "Repair")

)

nil
("~/Documents/Magic Briefcase/Mobile Folders/notes/@.txt")
)

I am using Emacs 23 for Windows and Aquamacs for OSX

Andre Powell





[-- Attachment #1.2: Type: text/html, Size: 2378 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-21  2:48 Andre Powell
@ 2010-08-21  4:23 ` Manish
  0 siblings, 0 replies; 15+ messages in thread
From: Manish @ 2010-08-21  4:23 UTC (permalink / raw)
  To: Andre Powell; +Cc: emacs-orgmode

On Sat, Aug 21, 2010 at 8:18 AM, Andre Powell wrote:
> Maybe I asked the wrong question, maybe there is another mailing list,
> but I hope that there is a solution to the issue that I am having. I
> Googled around and the only thing that that I saw even remotely close
> was this link
> http://www.mail-archive.com/emacs-orgmode@gnu.org/msg11636.html .
>
> Original Message: I have some task that have/need more descriptive
> text, but I am not able to get the text to show up when I export the
> view. I have set the command : Org Agenda Add Entry Text Maxlines to
> display more than 0, but then the program hangs and I have to force it
> to quit.
>
>
> This is the custom command that I would like to add the function to:
>
> ("@" "Print for the day"
> ((agenda ""
> ((org-agenda-ndays 2)
> (org-agenda-overriding-header "Today List")
> (org-agenda-sorting-strategy
> '(time-up priority-down tag-up))
> (org-deadline-warning-days 2)
> (org-agenda-filter-preset
> '("-Personal" ))))
>
> (todo "DELEGATE")
>
> (todo "WAITING"
> ((org-agenda-filter-preset
> '("-Personal"))))
> (tags-todo "REPORTS"
> ((org-agenda-overriding-header "Report Detail")
> ))
> (tags-todo "Order")
> (tags-todo "Repair")
>
> )
>
> nil
> ("~/Documents/Magic Briefcase/Mobile Folders/notes/@.txt")
> )
>
> I am using Emacs 23 for Windows and Aquamacs for OSX

I can confirm the behavior. Exporting agenda with
org-agenda-add-entry-text-maxlines set to any non-zero value causes
Emacs to eat cycles endlessly and has to be interrupted. The behavior is
same when org-agenda-add-entry-text-descriptive-links is set to nil or
t.

I am on GNU Emacs 23.2.1 (i386-mingw-nt5.1.2600) running Org-mode git
head.

-- Manish

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-04 17:24 Printing Multiple Lines For Agenda Export Andre Powell
  2010-08-08 11:52 ` David Maus
@ 2010-08-21  5:09 ` Carsten Dominik
  2010-08-21  6:09   ` Manish
  1 sibling, 1 reply; 15+ messages in thread
From: Carsten Dominik @ 2010-08-21  5:09 UTC (permalink / raw)
  To: Andre Powell; +Cc: emacs-orgmode

Hi,

this is now fixed.

Thanks for the report.

- Carsten

On Aug 4, 2010, at 7:24 PM, Andre Powell wrote:

> I have some task that have/need more descriptive text, but I am not  
> able to get the text to show up when I export the view. I have set  
> the command : Org Agenda Add Entry Text Maxlines to display more  
> than 0, but then the program hangs and I have to force it to quit.
>
>
> This is the custom command that I would like to add the function to:
>
> ("@" "Print for the day"
> ((agenda ""
> 	    ((org-agenda-ndays 2)
> 	     (org-agenda-overriding-header "Today List")
> 	     (org-agenda-sorting-strategy
> 	      '(time-up priority-down tag-up))
> 	     (org-deadline-warning-days 2)
> 	     (org-agenda-filter-preset
> 	      '("-Personal" ))))
>
> (todo "DELEGATE")
>
>  (todo "WAITING"
> 	  ((org-agenda-filter-preset
> 	    '("-Personal"))))
> (tags-todo "REPORTS"
> 	       ((org-agenda-overriding-header "Report Detail")
> 		))
> (tags-todo "Order")
> (tags-todo "Repair")
>
> )
>
> nil
> ("~/Documents/Magic Briefcase/Mobile Folders/notes/@.txt")
> )
>
> I am using Emacs 23 for Windows and Aquamacs for OSX
>
> Any help will be appreciated,
> Andre
>
>
> _______________________________________________
> 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

- Carsten

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-21  5:09 ` Carsten Dominik
@ 2010-08-21  6:09   ` Manish
  2010-08-21  6:37     ` Carsten Dominik
  0 siblings, 1 reply; 15+ messages in thread
From: Manish @ 2010-08-21  6:09 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode, Andre Powell

On Sat, Aug 21, 2010 at 10:39 AM, Carsten Dominik wrote:
> Hi,
>
> this is now fixed.
>
> Thanks for the report.
>

Debug on error gives this dump:
,----
| Debugger entered--Lisp error: (wrong-number-of-arguments eobp 1)
|   (eobp (forward-char 1))
|   (or (eobp (forward-char 1)))
|   (if (string-match "\\S-" txt) (insert "\n" txt) (or (eobp ...)))
|   (if (not (setq m ...)) (beginning-of-line 2) (setq txt
(org-agenda-get-some-entry-text m org-agenda-add-entry-text-maxlines "
   > ")) (end-of-line 1) (if (string-match "\\S-" txt) (insert "\n"
txt) (or ...)))
|   (while (not (eobp)) (if (not ...) (beginning-of-line 2) (setq txt
...) (end-of-line 1) (if ... ... ...)))
|   (let (m txt) (goto-char (point-min)) (while (not ...) (if ... ...
... ... ...)))
|   (progn (let (m txt) (goto-char ...) (while ... ...)))
|   (if (and (> org-agenda-add-entry-text-maxlines 0) (not ...))
(progn (let ... ... ...)))
|   (when (and (> org-agenda-add-entry-text-maxlines 0) (not ...))
(let (m txt) (goto-char ...) (while ... ...)))
|   org-agenda-add-entry-text()
|   run-hooks(org-agenda-before-write-hook)
|   (progn (rename-buffer "Agenda View" t) (set-buffer-modified-p nil)
(insert bs) (org-agenda-remove-marked-text (quote org-filtered))
(while (setq beg ...) (delete-region beg ...)) (run-hooks (quote
org-agenda-before-write-hook)) (cond (... ...) (... ... ... ... ...
... ...) (... ... ... ...) (... ... ... ... ... ...) (... ... ...) (t
...)))
|   (unwind-protect (progn (rename-buffer "Agenda View" t)
(set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
...) (while ... ...) (run-hooks ...) (cond ... ... ... ... ... ...))
(and (buffer-name temp-buffer) (kill-buffer temp-buffer)))
|   (save-current-buffer (set-buffer temp-buffer) (unwind-protect
(progn ... ... ... ... ... ... ...) (and ... ...)))
|   (with-current-buffer temp-buffer (unwind-protect (progn ... ...
... ... ... ... ...) (and ... ...)))
|   (let ((temp-buffer ...)) (with-current-buffer temp-buffer
(unwind-protect ... ...)))
|   (with-temp-buffer (rename-buffer "Agenda View" t)
(set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
(quote org-filtered)) (while (setq beg ...) (delete-region beg ...))
(run-hooks (quote org-agenda-before-write-hook)) (cond (... ...) (...
... ... ... ... ... ...) (... ... ... ...) (... ... ... ... ... ...)
(... ... ...) (t ...)))
|   (let ((bs ...) beg) (org-agenda-unmark-filtered-text)
(with-temp-buffer (rename-buffer "Agenda View" t)
(set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
...) (while ... ...) (run-hooks ...) (cond ... ... ... ... ... ...)))
|   (save-window-excursion (org-agenda-mark-filtered-text) (let (...
beg) (org-agenda-unmark-filtered-text) (with-temp-buffer ... ... ...
... ... ... ...)))
|   (save-excursion (save-window-excursion
(org-agenda-mark-filtered-text) (let ... ... ...)))
|   (let ((ps-number-of-columns 1) (ps-landscape-mode t)
(htmlize-output-type ...) (ps-print-color-p ...)) (save-excursion
(save-window-excursion ... ...)) #<buffer *Org Agenda*>)
|   eval((let ((ps-number-of-columns 1) (ps-landscape-mode t)
(htmlize-output-type ...) (ps-print-color-p ...)) (save-excursion
(save-window-excursion ... ...)) #<buffer *Org Agenda*>))
|   org-let(((ps-number-of-columns 1) (ps-landscape-mode t)
(htmlize-output-type (quote css)) (ps-print-color-p (quote
black-white))) (save-excursion (save-window-excursion
(org-agenda-mark-filtered-text) (let ... ... ...))) #<buffer *Org
Agenda*>)
|   org-write-agenda("d:/home/zms/zrepo.hg/org/2010-08-21.txt" nil)
|   call-interactively(org-write-agenda nil nil)
`----

Could my setup be messed up somehow?

Thanks
-- Manish

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-21  6:09   ` Manish
@ 2010-08-21  6:37     ` Carsten Dominik
  2010-08-21 16:25       ` Manish
  0 siblings, 1 reply; 15+ messages in thread
From: Carsten Dominik @ 2010-08-21  6:37 UTC (permalink / raw)
  To: Manish; +Cc: emacs-orgmode, Andre Powell


On Aug 21, 2010, at 8:09 AM, Manish wrote:

> On Sat, Aug 21, 2010 at 10:39 AM, Carsten Dominik wrote:
>> Hi,
>>
>> this is now fixed.
>>
>> Thanks for the report.
>>
>
> Debug on error gives this dump:

Not anymore. Thanks.

- Carsten

> ,----
> | Debugger entered--Lisp error: (wrong-number-of-arguments eobp 1)
> |   (eobp (forward-char 1))
> |   (or (eobp (forward-char 1)))
> |   (if (string-match "\\S-" txt) (insert "\n" txt) (or (eobp ...)))
> |   (if (not (setq m ...)) (beginning-of-line 2) (setq txt
> (org-agenda-get-some-entry-text m org-agenda-add-entry-text-maxlines "
>> ")) (end-of-line 1) (if (string-match "\\S-" txt) (insert "\n"
> txt) (or ...)))
> |   (while (not (eobp)) (if (not ...) (beginning-of-line 2) (setq txt
> ...) (end-of-line 1) (if ... ... ...)))
> |   (let (m txt) (goto-char (point-min)) (while (not ...) (if ... ...
> ... ... ...)))
> |   (progn (let (m txt) (goto-char ...) (while ... ...)))
> |   (if (and (> org-agenda-add-entry-text-maxlines 0) (not ...))
> (progn (let ... ... ...)))
> |   (when (and (> org-agenda-add-entry-text-maxlines 0) (not ...))
> (let (m txt) (goto-char ...) (while ... ...)))
> |   org-agenda-add-entry-text()
> |   run-hooks(org-agenda-before-write-hook)
> |   (progn (rename-buffer "Agenda View" t) (set-buffer-modified-p nil)
> (insert bs) (org-agenda-remove-marked-text (quote org-filtered))
> (while (setq beg ...) (delete-region beg ...)) (run-hooks (quote
> org-agenda-before-write-hook)) (cond (... ...) (... ... ... ... ...
> ... ...) (... ... ... ...) (... ... ... ... ... ...) (... ... ...) (t
> ...)))
> |   (unwind-protect (progn (rename-buffer "Agenda View" t)
> (set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
> ...) (while ... ...) (run-hooks ...) (cond ... ... ... ... ... ...))
> (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))
> |   (save-current-buffer (set-buffer temp-buffer) (unwind-protect
> (progn ... ... ... ... ... ... ...) (and ... ...)))
> |   (with-current-buffer temp-buffer (unwind-protect (progn ... ...
> ... ... ... ... ...) (and ... ...)))
> |   (let ((temp-buffer ...)) (with-current-buffer temp-buffer
> (unwind-protect ... ...)))
> |   (with-temp-buffer (rename-buffer "Agenda View" t)
> (set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
> (quote org-filtered)) (while (setq beg ...) (delete-region beg ...))
> (run-hooks (quote org-agenda-before-write-hook)) (cond (... ...) (...
> ... ... ... ... ... ...) (... ... ... ...) (... ... ... ... ... ...)
> (... ... ...) (t ...)))
> |   (let ((bs ...) beg) (org-agenda-unmark-filtered-text)
> (with-temp-buffer (rename-buffer "Agenda View" t)
> (set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
> ...) (while ... ...) (run-hooks ...) (cond ... ... ... ... ... ...)))
> |   (save-window-excursion (org-agenda-mark-filtered-text) (let (...
> beg) (org-agenda-unmark-filtered-text) (with-temp-buffer ... ... ...
> ... ... ... ...)))
> |   (save-excursion (save-window-excursion
> (org-agenda-mark-filtered-text) (let ... ... ...)))
> |   (let ((ps-number-of-columns 1) (ps-landscape-mode t)
> (htmlize-output-type ...) (ps-print-color-p ...)) (save-excursion
> (save-window-excursion ... ...)) #<buffer *Org Agenda*>)
> |   eval((let ((ps-number-of-columns 1) (ps-landscape-mode t)
> (htmlize-output-type ...) (ps-print-color-p ...)) (save-excursion
> (save-window-excursion ... ...)) #<buffer *Org Agenda*>))
> |   org-let(((ps-number-of-columns 1) (ps-landscape-mode t)
> (htmlize-output-type (quote css)) (ps-print-color-p (quote
> black-white))) (save-excursion (save-window-excursion
> (org-agenda-mark-filtered-text) (let ... ... ...))) #<buffer *Org
> Agenda*>)
> |   org-write-agenda("d:/home/zms/zrepo.hg/org/2010-08-21.txt" nil)
> |   call-interactively(org-write-agenda nil nil)
> `----
>
> Could my setup be messed up somehow?
>
> Thanks
> -- Manish

- Carsten

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-21  6:37     ` Carsten Dominik
@ 2010-08-21 16:25       ` Manish
  2010-08-21 22:16         ` Andre Powell
  0 siblings, 1 reply; 15+ messages in thread
From: Manish @ 2010-08-21 16:25 UTC (permalink / raw)
  To: Carsten Dominik; +Cc: emacs-orgmode, Andre Powell

Yes, it works now.  Sweet.

Thanks a lot.

Regards
-- Manish

On Sat, Aug 21, 2010 at 12:07 PM, Carsten Dominik
<carsten.dominik@gmail.com> wrote:
>
> On Aug 21, 2010, at 8:09 AM, Manish wrote:
>
>> On Sat, Aug 21, 2010 at 10:39 AM, Carsten Dominik wrote:
>>>
>>> Hi,
>>>
>>> this is now fixed.
>>>
>>> Thanks for the report.
>>>
>>
>> Debug on error gives this dump:
>
> Not anymore. Thanks.
>
> - Carsten
>
>> ,----
>> | Debugger entered--Lisp error: (wrong-number-of-arguments eobp 1)
>> |   (eobp (forward-char 1))
>> |   (or (eobp (forward-char 1)))
>> |   (if (string-match "\\S-" txt) (insert "\n" txt) (or (eobp ...)))
>> |   (if (not (setq m ...)) (beginning-of-line 2) (setq txt
>> (org-agenda-get-some-entry-text m org-agenda-add-entry-text-maxlines "
>>>
>>> ")) (end-of-line 1) (if (string-match "\\S-" txt) (insert "\n"
>>
>> txt) (or ...)))
>> |   (while (not (eobp)) (if (not ...) (beginning-of-line 2) (setq txt
>> ...) (end-of-line 1) (if ... ... ...)))
>> |   (let (m txt) (goto-char (point-min)) (while (not ...) (if ... ...
>> ... ... ...)))
>> |   (progn (let (m txt) (goto-char ...) (while ... ...)))
>> |   (if (and (> org-agenda-add-entry-text-maxlines 0) (not ...))
>> (progn (let ... ... ...)))
>> |   (when (and (> org-agenda-add-entry-text-maxlines 0) (not ...))
>> (let (m txt) (goto-char ...) (while ... ...)))
>> |   org-agenda-add-entry-text()
>> |   run-hooks(org-agenda-before-write-hook)
>> |   (progn (rename-buffer "Agenda View" t) (set-buffer-modified-p nil)
>> (insert bs) (org-agenda-remove-marked-text (quote org-filtered))
>> (while (setq beg ...) (delete-region beg ...)) (run-hooks (quote
>> org-agenda-before-write-hook)) (cond (... ...) (... ... ... ... ...
>> ... ...) (... ... ... ...) (... ... ... ... ... ...) (... ... ...) (t
>> ...)))
>> |   (unwind-protect (progn (rename-buffer "Agenda View" t)
>> (set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
>> ...) (while ... ...) (run-hooks ...) (cond ... ... ... ... ... ...))
>> (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))
>> |   (save-current-buffer (set-buffer temp-buffer) (unwind-protect
>> (progn ... ... ... ... ... ... ...) (and ... ...)))
>> |   (with-current-buffer temp-buffer (unwind-protect (progn ... ...
>> ... ... ... ... ...) (and ... ...)))
>> |   (let ((temp-buffer ...)) (with-current-buffer temp-buffer
>> (unwind-protect ... ...)))
>> |   (with-temp-buffer (rename-buffer "Agenda View" t)
>> (set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
>> (quote org-filtered)) (while (setq beg ...) (delete-region beg ...))
>> (run-hooks (quote org-agenda-before-write-hook)) (cond (... ...) (...
>> ... ... ... ... ... ...) (... ... ... ...) (... ... ... ... ... ...)
>> (... ... ...) (t ...)))
>> |   (let ((bs ...) beg) (org-agenda-unmark-filtered-text)
>> (with-temp-buffer (rename-buffer "Agenda View" t)
>> (set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
>> ...) (while ... ...) (run-hooks ...) (cond ... ... ... ... ... ...)))
>> |   (save-window-excursion (org-agenda-mark-filtered-text) (let (...
>> beg) (org-agenda-unmark-filtered-text) (with-temp-buffer ... ... ...
>> ... ... ... ...)))
>> |   (save-excursion (save-window-excursion
>> (org-agenda-mark-filtered-text) (let ... ... ...)))
>> |   (let ((ps-number-of-columns 1) (ps-landscape-mode t)
>> (htmlize-output-type ...) (ps-print-color-p ...)) (save-excursion
>> (save-window-excursion ... ...)) #<buffer *Org Agenda*>)
>> |   eval((let ((ps-number-of-columns 1) (ps-landscape-mode t)
>> (htmlize-output-type ...) (ps-print-color-p ...)) (save-excursion
>> (save-window-excursion ... ...)) #<buffer *Org Agenda*>))
>> |   org-let(((ps-number-of-columns 1) (ps-landscape-mode t)
>> (htmlize-output-type (quote css)) (ps-print-color-p (quote
>> black-white))) (save-excursion (save-window-excursion
>> (org-agenda-mark-filtered-text) (let ... ... ...))) #<buffer *Org
>> Agenda*>)
>> |   org-write-agenda("d:/home/zms/zrepo.hg/org/2010-08-21.txt" nil)
>> |   call-interactively(org-write-agenda nil nil)
>> `----
>>
>> Could my setup be messed up somehow?
>>
>> Thanks
>> -- Manish
>
> - Carsten
>

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-21 16:25       ` Manish
@ 2010-08-21 22:16         ` Andre Powell
  2010-08-21 22:31           ` Nick Dokos
  0 siblings, 1 reply; 15+ messages in thread
From: Andre Powell @ 2010-08-21 22:16 UTC (permalink / raw)
  To: Manish; +Cc: emacs-orgmode, Carsten Dominik

Is it fixed in 7.x versions?
Andre Powell


On Aug 21, 2010, at 12:25 PM, Manish wrote:

> Yes, it works now.  Sweet.
> 
> Thanks a lot.
> 
> Regards
> -- Manish
> 
> On Sat, Aug 21, 2010 at 12:07 PM, Carsten Dominik
> <carsten.dominik@gmail.com> wrote:
>> 
>> On Aug 21, 2010, at 8:09 AM, Manish wrote:
>> 
>>> On Sat, Aug 21, 2010 at 10:39 AM, Carsten Dominik wrote:
>>>> 
>>>> Hi,
>>>> 
>>>> this is now fixed.
>>>> 
>>>> Thanks for the report.
>>>> 
>>> 
>>> Debug on error gives this dump:
>> 
>> Not anymore. Thanks.
>> 
>> - Carsten
>> 
>>> ,----
>>> | Debugger entered--Lisp error: (wrong-number-of-arguments eobp 1)
>>> |   (eobp (forward-char 1))
>>> |   (or (eobp (forward-char 1)))
>>> |   (if (string-match "\\S-" txt) (insert "\n" txt) (or (eobp ...)))
>>> |   (if (not (setq m ...)) (beginning-of-line 2) (setq txt
>>> (org-agenda-get-some-entry-text m org-agenda-add-entry-text-maxlines "
>>>> 
>>>> ")) (end-of-line 1) (if (string-match "\\S-" txt) (insert "\n"
>>> 
>>> txt) (or ...)))
>>> |   (while (not (eobp)) (if (not ...) (beginning-of-line 2) (setq txt
>>> ...) (end-of-line 1) (if ... ... ...)))
>>> |   (let (m txt) (goto-char (point-min)) (while (not ...) (if ... ...
>>> ... ... ...)))
>>> |   (progn (let (m txt) (goto-char ...) (while ... ...)))
>>> |   (if (and (> org-agenda-add-entry-text-maxlines 0) (not ...))
>>> (progn (let ... ... ...)))
>>> |   (when (and (> org-agenda-add-entry-text-maxlines 0) (not ...))
>>> (let (m txt) (goto-char ...) (while ... ...)))
>>> |   org-agenda-add-entry-text()
>>> |   run-hooks(org-agenda-before-write-hook)
>>> |   (progn (rename-buffer "Agenda View" t) (set-buffer-modified-p nil)
>>> (insert bs) (org-agenda-remove-marked-text (quote org-filtered))
>>> (while (setq beg ...) (delete-region beg ...)) (run-hooks (quote
>>> org-agenda-before-write-hook)) (cond (... ...) (... ... ... ... ...
>>> ... ...) (... ... ... ...) (... ... ... ... ... ...) (... ... ...) (t
>>> ...)))
>>> |   (unwind-protect (progn (rename-buffer "Agenda View" t)
>>> (set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
>>> ...) (while ... ...) (run-hooks ...) (cond ... ... ... ... ... ...))
>>> (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))
>>> |   (save-current-buffer (set-buffer temp-buffer) (unwind-protect
>>> (progn ... ... ... ... ... ... ...) (and ... ...)))
>>> |   (with-current-buffer temp-buffer (unwind-protect (progn ... ...
>>> ... ... ... ... ...) (and ... ...)))
>>> |   (let ((temp-buffer ...)) (with-current-buffer temp-buffer
>>> (unwind-protect ... ...)))
>>> |   (with-temp-buffer (rename-buffer "Agenda View" t)
>>> (set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
>>> (quote org-filtered)) (while (setq beg ...) (delete-region beg ...))
>>> (run-hooks (quote org-agenda-before-write-hook)) (cond (... ...) (...
>>> ... ... ... ... ... ...) (... ... ... ...) (... ... ... ... ... ...)
>>> (... ... ...) (t ...)))
>>> |   (let ((bs ...) beg) (org-agenda-unmark-filtered-text)
>>> (with-temp-buffer (rename-buffer "Agenda View" t)
>>> (set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
>>> ...) (while ... ...) (run-hooks ...) (cond ... ... ... ... ... ...)))
>>> |   (save-window-excursion (org-agenda-mark-filtered-text) (let (...
>>> beg) (org-agenda-unmark-filtered-text) (with-temp-buffer ... ... ...
>>> ... ... ... ...)))
>>> |   (save-excursion (save-window-excursion
>>> (org-agenda-mark-filtered-text) (let ... ... ...)))
>>> |   (let ((ps-number-of-columns 1) (ps-landscape-mode t)
>>> (htmlize-output-type ...) (ps-print-color-p ...)) (save-excursion
>>> (save-window-excursion ... ...)) #<buffer *Org Agenda*>)
>>> |   eval((let ((ps-number-of-columns 1) (ps-landscape-mode t)
>>> (htmlize-output-type ...) (ps-print-color-p ...)) (save-excursion
>>> (save-window-excursion ... ...)) #<buffer *Org Agenda*>))
>>> |   org-let(((ps-number-of-columns 1) (ps-landscape-mode t)
>>> (htmlize-output-type (quote css)) (ps-print-color-p (quote
>>> black-white))) (save-excursion (save-window-excursion
>>> (org-agenda-mark-filtered-text) (let ... ... ...))) #<buffer *Org
>>> Agenda*>)
>>> |   org-write-agenda("d:/home/zms/zrepo.hg/org/2010-08-21.txt" nil)
>>> |   call-interactively(org-write-agenda nil nil)
>>> `----
>>> 
>>> Could my setup be messed up somehow?
>>> 
>>> Thanks
>>> -- Manish
>> 
>> - Carsten
>> 

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-21 22:16         ` Andre Powell
@ 2010-08-21 22:31           ` Nick Dokos
  2010-08-21 22:50             ` Andre Powell
  0 siblings, 1 reply; 15+ messages in thread
From: Nick Dokos @ 2010-08-21 22:31 UTC (permalink / raw)
  To: Andre Powell; +Cc: emacs-orgmode, nicholas.dokos, Carsten Dominik

Andre Powell <apowell656@gmail.com> wrote:

> Is it fixed in 7.x versions?
> Andre Powell
> 

No, it is fixed in commit 96bacc020bef95861543b34985c2cc1190fb918c
(which had a typo that was fixed in commit a7660225af1737cc887fc57a2d2fa87ba8975206) -
both of those commits were done early this morning:

,----
| commit a7660225af1737cc887fc57a2d2fa87ba8975206
| Author: Carsten Dominik <carsten.dominik@gmail.com>
| Date:   Sat Aug 21 08:37:11 2010 +0200
| 
|     Fix code typo
| 
| commit 96bacc020bef95861543b34985c2cc1190fb918c
| Author: Carsten Dominik <carsten.dominik@gmail.com>
| Date:   Sat Aug 21 07:09:20 2010 +0200
| 
|     Fix adding context lines in agenda
|     
|     * lisp/org-agenda.el (org-agenda-add-entry-text): Make sure we move
|     forward even if there is no text to be added.
|     
|     Adding entry text with org-agenda-add-entry-text-maxlines greater than
|     0 could result in an infinite loop.
`----

Do

   git show <commit>

with each of those SHA1 strings to see whether you have the commit in
your repository. Otherwise, you'll need to pull to get them.

Nick


> 
> On Aug 21, 2010, at 12:25 PM, Manish wrote:
> 
> > Yes, it works now.  Sweet.
> > 
> > Thanks a lot.
> > 
> > Regards
> > -- Manish
> > 
> > On Sat, Aug 21, 2010 at 12:07 PM, Carsten Dominik
> > <carsten.dominik@gmail.com> wrote:
> >> 
> >> On Aug 21, 2010, at 8:09 AM, Manish wrote:
> >> 
> >>> On Sat, Aug 21, 2010 at 10:39 AM, Carsten Dominik wrote:
> >>>> 
> >>>> Hi,
> >>>> 
> >>>> this is now fixed.
> >>>> 
> >>>> Thanks for the report.
> >>>> 
> >>> 
> >>> Debug on error gives this dump:
> >> 
> >> Not anymore. Thanks.
> >> 
> >> - Carsten
> >> 
> >>> ,----
> >>> | Debugger entered--Lisp error: (wrong-number-of-arguments eobp 1)
> >>> |   (eobp (forward-char 1))
> >>> |   (or (eobp (forward-char 1)))
> >>> |   (if (string-match "\\S-" txt) (insert "\n" txt) (or (eobp ...)))
> >>> |   (if (not (setq m ...)) (beginning-of-line 2) (setq txt
> >>> (org-agenda-get-some-entry-text m org-agenda-add-entry-text-maxlines "
> >>>> 
> >>>> ")) (end-of-line 1) (if (string-match "\\S-" txt) (insert "\n"
> >>> 
> >>> txt) (or ...)))
> >>> |   (while (not (eobp)) (if (not ...) (beginning-of-line 2) (setq txt
> >>> ...) (end-of-line 1) (if ... ... ...)))
> >>> |   (let (m txt) (goto-char (point-min)) (while (not ...) (if ... ...
> >>> ... ... ...)))
> >>> |   (progn (let (m txt) (goto-char ...) (while ... ...)))
> >>> |   (if (and (> org-agenda-add-entry-text-maxlines 0) (not ...))
> >>> (progn (let ... ... ...)))
> >>> |   (when (and (> org-agenda-add-entry-text-maxlines 0) (not ...))
> >>> (let (m txt) (goto-char ...) (while ... ...)))
> >>> |   org-agenda-add-entry-text()
> >>> |   run-hooks(org-agenda-before-write-hook)
> >>> |   (progn (rename-buffer "Agenda View" t) (set-buffer-modified-p nil)
> >>> (insert bs) (org-agenda-remove-marked-text (quote org-filtered))
> >>> (while (setq beg ...) (delete-region beg ...)) (run-hooks (quote
> >>> org-agenda-before-write-hook)) (cond (... ...) (... ... ... ... ...
> >>> ... ...) (... ... ... ...) (... ... ... ... ... ...) (... ... ...) (t
> >>> ...)))
> >>> |   (unwind-protect (progn (rename-buffer "Agenda View" t)
> >>> (set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
> >>> ...) (while ... ...) (run-hooks ...) (cond ... ... ... ... ... ...))
> >>> (and (buffer-name temp-buffer) (kill-buffer temp-buffer)))
> >>> |   (save-current-buffer (set-buffer temp-buffer) (unwind-protect
> >>> (progn ... ... ... ... ... ... ...) (and ... ...)))
> >>> |   (with-current-buffer temp-buffer (unwind-protect (progn ... ...
> >>> ... ... ... ... ...) (and ... ...)))
> >>> |   (let ((temp-buffer ...)) (with-current-buffer temp-buffer
> >>> (unwind-protect ... ...)))
> >>> |   (with-temp-buffer (rename-buffer "Agenda View" t)
> >>> (set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
> >>> (quote org-filtered)) (while (setq beg ...) (delete-region beg ...))
> >>> (run-hooks (quote org-agenda-before-write-hook)) (cond (... ...) (...
> >>> ... ... ... ... ... ...) (... ... ... ...) (... ... ... ... ... ...)
> >>> (... ... ...) (t ...)))
> >>> |   (let ((bs ...) beg) (org-agenda-unmark-filtered-text)
> >>> (with-temp-buffer (rename-buffer "Agenda View" t)
> >>> (set-buffer-modified-p nil) (insert bs) (org-agenda-remove-marked-text
> >>> ...) (while ... ...) (run-hooks ...) (cond ... ... ... ... ... ...)))
> >>> |   (save-window-excursion (org-agenda-mark-filtered-text) (let (...
> >>> beg) (org-agenda-unmark-filtered-text) (with-temp-buffer ... ... ...
> >>> ... ... ... ...)))
> >>> |   (save-excursion (save-window-excursion
> >>> (org-agenda-mark-filtered-text) (let ... ... ...)))
> >>> |   (let ((ps-number-of-columns 1) (ps-landscape-mode t)
> >>> (htmlize-output-type ...) (ps-print-color-p ...)) (save-excursion
> >>> (save-window-excursion ... ...)) #<buffer *Org Agenda*>)
> >>> |   eval((let ((ps-number-of-columns 1) (ps-landscape-mode t)
> >>> (htmlize-output-type ...) (ps-print-color-p ...)) (save-excursion
> >>> (save-window-excursion ... ...)) #<buffer *Org Agenda*>))
> >>> |   org-let(((ps-number-of-columns 1) (ps-landscape-mode t)
> >>> (htmlize-output-type (quote css)) (ps-print-color-p (quote
> >>> black-white))) (save-excursion (save-window-excursion
> >>> (org-agenda-mark-filtered-text) (let ... ... ...))) #<buffer *Org
> >>> Agenda*>)
> >>> |   org-write-agenda("d:/home/zms/zrepo.hg/org/2010-08-21.txt" nil)
> >>> |   call-interactively(org-write-agenda nil nil)
> >>> `----
> >>> 
> >>> Could my setup be messed up somehow?
> >>> 
> >>> Thanks
> >>> -- Manish
> >> 
> >> - 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
> 

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-21 22:31           ` Nick Dokos
@ 2010-08-21 22:50             ` Andre Powell
  2010-08-21 23:05               ` Memnon Anon
  2010-08-21 23:52               ` Nick Dokos
  0 siblings, 2 replies; 15+ messages in thread
From: Andre Powell @ 2010-08-21 22:50 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: emacs-orgmode, Carsten Dominik


[-- Attachment #1.1: Type: text/plain, Size: 1833 bytes --]

Ok. Now here is the issue, I am somewhat of a mid level power user ( long
time Mac User that is loving the *nix side, but may move to some distro
because now it is becoming cool to own a Mac, but is not as cool as the real
*nix crowd), so simply hunh? I remember reading something on a wiki about
git, is there a sixth grade FAQ on how to make this a reality?

Off topic,but I think there may be a need for an orgmode on Training Wheels
Mailing List for users like me.

Andre

On Aug 21, 2010 6:31 PM, "Nick Dokos" <nicholas.dokos@hp.com> wrote:

Andre Powell <apowell656@gmail.com> wrote:

> Is it fixed in 7.x versions?
> Andre Powell
>
No, it is fixed in commit 96bacc020bef95861543b34985c2cc1190fb918c
(which had a typo that was fixed in commit
a7660225af1737cc887fc57a2d2fa87ba8975206) -
both of those commits were done early this morning:

,----
| commit a7660225af1737cc887fc57a2d2fa87ba8975206
| Author: Carsten Dominik <carsten.dominik@gmail.com>
| Date:   Sat Aug 21 08:37:11 2010 +0200
|
|     Fix code typo
|
| commit 96bacc020bef95861543b34985c2cc1190fb918c
| Author: Carsten Dominik <carsten.dominik@gmail.com>
| Date:   Sat Aug 21 07:09:20 2010 +0200
|
|     Fix adding context lines in agenda
|
|     * lisp/org-agenda.el (org-agenda-add-entry-text): Make sure we move
|     forward even if there is no text to be added.
|
|     Adding entry text with org-agenda-add-entry-text-maxlines greater than
|     0 could result in an infinite loop.
`----

Do

  git show <commit>

with each of those SHA1 strings to see whether you have the commit in
your repository. Otherwise, you'll need to pull to get them.

Nick



>
> On Aug 21, 2010, at 12:25 PM, Manish wrote:
>
> > Yes, it works now. Sweet.
> >
> > Thanks...

> _______________________________________________
> Emacs-orgmode mailing list
> Please use `Reply A...

[-- Attachment #1.2: Type: text/html, Size: 2528 bytes --]

[-- Attachment #2: Type: text/plain, Size: 201 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-21 22:50             ` Andre Powell
@ 2010-08-21 23:05               ` Memnon Anon
  2010-08-21 23:52               ` Nick Dokos
  1 sibling, 0 replies; 15+ messages in thread
From: Memnon Anon @ 2010-08-21 23:05 UTC (permalink / raw)
  To: Andre Powell; +Cc: emacs-orgmode

Andre Powell <apowell656@gmail.com> writes:

> [...]  so simply hunh? I remember reading
> something on a wiki about git, is there a sixth grade FAQ on how to
> make this a reality?

,----[ http://orgmode.org/ ]
| For people who cannot use git, we provide zip or tar.gz snapshot release
| files updated each day and corresponding to the latest git version.
`----

hth

Memnon

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-21 22:50             ` Andre Powell
  2010-08-21 23:05               ` Memnon Anon
@ 2010-08-21 23:52               ` Nick Dokos
  2010-08-22  2:14                 ` Nick Dokos
  1 sibling, 1 reply; 15+ messages in thread
From: Nick Dokos @ 2010-08-21 23:52 UTC (permalink / raw)
  To: Andre Powell; +Cc: nicholas.dokos, emacs-orgmode

Andre Powell <apowell656@gmail.com> wrote:

> Ok. Now here is the issue, I am somewhat of a mid level power user (
> long time Mac User that is loving the *nix side, but may move to some
> distro because now it is becoming cool to own a Mac, but is not as
> cool as the real *nix crowd), so simply hunh? I remember reading
> something on a wiki about git, is there a sixth grade FAQ on how to
> make this a reality?
> 

Sorry - I got carried away. AFAIK, git is available on the Mac under
OSX, but I have no idea where to get it: somebody on OSX will have to
point you to it. After you get git installed, read this section of the
Org website:

     http://orgmode.org/index.html#sec-3_2

and follow the pointer to the "Keeping current" section of the FAQ.

git does tend to blow your mind the first few times you use it (it
shares that characteristic with org-mode, except that the latter keeps
coming up with new ways to blow your mind - git is pretty static by
comparison): don't be discouraged.

OTOH, you don't really need to understand much about git to keep current
with org development: a couple of commands is enough. You'll need to
know a bit more in order e.g. to experiment with Nicolas Goaziou's list
reimplementation since that is not in the upstream master (yet).

OTOOH, if you'd like to dig deeper, there are various git tutorials on
the web: try the git website (http://git.scm.org) and the Wikipedia page
on git. In addition, Scott Chacon's book "ProGit" is available in both
online and dead-tree versions - I've only read a couple of chapters but
it looks pretty good. The online version is at http://progit.org/book/

> Off topic,but I think there may be a need for an orgmode on Training
> Wheels  Mailing List for users like me.
> 

But then you'd miss all the fun and excitement of this list... And you'd
always be wondering what the "adults" are talking about. Nah, you don't
want to do that :-)

Nick

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-21 23:52               ` Nick Dokos
@ 2010-08-22  2:14                 ` Nick Dokos
  2010-08-22  2:21                   ` Nick Dokos
  0 siblings, 1 reply; 15+ messages in thread
From: Nick Dokos @ 2010-08-22  2:14 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: emacs-orgmode, Andre Powell

Nick Dokos <nicholas.dokos@hp.com> wrote:


> OTOOH, if you'd like to dig deeper, there are various git tutorials on
> the web: try the git website (http://git.scm.org) ...
> 

I don't know where/how I came up with that URL, but it's wrong: it should be

   http://git-scm.com/

Sorry about that,
Nick

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Printing Multiple Lines For Agenda Export
  2010-08-22  2:14                 ` Nick Dokos
@ 2010-08-22  2:21                   ` Nick Dokos
  0 siblings, 0 replies; 15+ messages in thread
From: Nick Dokos @ 2010-08-22  2:21 UTC (permalink / raw)
  To: nicholas.dokos; +Cc: emacs-orgmode, Andre Powell

Nick Dokos <nicholas.dokos@hp.com> wrote:

> Nick Dokos <nicholas.dokos@hp.com> wrote:
> 
> 
> > OTOOH, if you'd like to dig deeper, there are various git tutorials on
> > the web: try the git website (http://git.scm.org) ...
> > 
> 
> I don't know where/how I came up with that URL, but it's wrong: it should be
> 
>    http://git-scm.com/
> 

... and there is a pointer to the OSX binary distribution of git in the
Download area of the above website.

I'll-find-something-else-to-supplement-this-email-in-a-minute-ly yours,
Nick

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2010-08-22  2:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-04 17:24 Printing Multiple Lines For Agenda Export Andre Powell
2010-08-08 11:52 ` David Maus
2010-08-21  5:09 ` Carsten Dominik
2010-08-21  6:09   ` Manish
2010-08-21  6:37     ` Carsten Dominik
2010-08-21 16:25       ` Manish
2010-08-21 22:16         ` Andre Powell
2010-08-21 22:31           ` Nick Dokos
2010-08-21 22:50             ` Andre Powell
2010-08-21 23:05               ` Memnon Anon
2010-08-21 23:52               ` Nick Dokos
2010-08-22  2:14                 ` Nick Dokos
2010-08-22  2:21                   ` Nick Dokos
  -- strict thread matches above, loose matches on Subject: below --
2010-08-21  2:48 Andre Powell
2010-08-21  4:23 ` Manish

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).