Re: Unable to follow gnus links

2021-10-04 Thread Tom Ed White
Ihor Radchenko writes: > Tom Ed White writes: > >> I was able to fix the problem for the time being by changing the >> arguments to: >> >> (defun org-gnus-open (path &rest _) >> >> The keystroke I use is C-c C-o, which runs org-open-at-point which

Re: Unable to follow gnus links

2021-10-03 Thread Tom Ed White
Ihor Radchenko writes: > Tom Ed White writes: > >> Following gnus links in org fails with the message: >> >> funcall: Wrong number of arguments: ((t) (path _) "Follow the Gnus >> message or folder link specified by PATH." (if (string-match >> &qu

Unable to follow gnus links

2021-09-27 Thread Tom Ed White
Following gnus links in org fails with the message: funcall: Wrong number of arguments: ((t) (path _) "Follow the Gnus message or folder link specified by PATH." (if (string-match "\\`\\([^#]+\\)\\(#\\(.*\\)\\)?" path) nil (error "Error in Gnus link %S" path)) (let ((group (match-string-no-propert

Re: [O] MobileOrg

2015-11-21 Thread Ed Hirgelt
ry. 3. Configure org on your desktop/laptop to export to ~/Dropbox/Apps/MobileOrg. 4. Now export from your desktop via org. 5. You should now be able to sync on your mobile device. Note that is you want to sync to multiple mobile devices you need to repeat steps 1 and 2 for each device before you do anything from org on your desktop. Each of the MobileOrg instances will create the target directory when it initializes. This could be avoided if there were a way in MobileOrg to set the synchronization directory. But, at least it is still possible to get all this to work. Good luck and happy org-ing. Ed

[O] Bug: problem w/ R code blocks [8.3beta (release_8.3beta-362-ga92789 @ /usr/local/share/emacs/site-lisp/org/)]

2014-09-16 Thread Ed Kademan
I can't evaluate R code blocks in org files. For example the file with contents: --8<---cut here---start->8--- #+property: header-args:R :session R-foo #+BEGIN_SRC R print(pi) #+END_SRC --8<---cut here---end--->8--- spawns

[O] Bug: insert link to header with date [8.3beta (release_8.3beta-240-g88101e @ /usr/local/share/emacs/site-lisp/org/)]

2014-08-17 Thread Ed Kademan
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. --

Re: [O] Minibuffer jumping to two lines when agenda displays 3rd level heading

2013-03-18 Thread ed
FWIW, the minibuffer behavior does not occur in NTEmacs. GNU Emacs 24.2.50.1 (i386-mingw-nt5.1.2600) of 2012-08-24 on YAMALOK

Re: [Orgmode] text ignoring page breaks (was Latex export to A4)

2009-11-23 Thread Ed Hirgelt
st. Just an outline (section headers only) often turns out badly. Once you get some content, everything starts to lay itself out nicely. Hope this helps, Ed ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs

Re: [Orgmode] setting date for org -> latex exporter

2009-08-31 Thread Ed Hirgelt
On Aug 31, 2009, at 2:02 PM, John Rakestraw wrote: I'd like it either not to have a date at all, or to have "Fall 2009" instead of today's date. #+Date: Fall 2009 will take care of it. Ed ___ Emacs-orgmode mailing list

Re: [Orgmode] Export Org Mode in Wiki Format

2009-07-15 Thread Ed Hirgelt
y. I don't use confluence, but the MoinMoin conversion is reasonable. Hope this helps, Ed ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Patch to LaTeX Export verbatim

2009-06-17 Thread Ed Hirgelt
git. Thanks, Ed Hirgelt org-exp.patch Description: Binary data ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Problem with org-mac-message.el

2009-04-01 Thread Ed Hirgelt
ot;)) + (if (not (string= URL "\"")) (progn (setq orglink (org-make-link-string URL description)) (push orglink orglink-list) Thanks, Ed ___ Emacs-orgmode mailing list Remember: use `Reply All'

[Orgmode] Problem with archiving

2009-03-02 Thread Ed Hirgelt
, Ed ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Checkboxes and Blank Lines

2009-02-26 Thread Ed Hirgelt
check box it gets updates to 1/2). But in the second the counts get updated to 1. Is this the intent? org-blank-behavior is set to ((heading . auto) (plain-list-item . auto)) Thanks, Ed - * Test Case ** TODO Works [/] - [ ] a - [ ] b ** TODO Fails

Re: [Orgmode] Return on a task behaves like TAB

2009-02-04 Thread Ed Hirgelt
That is interesting. I do the same thing. I am at 6.21a and the old behavior still works for me. What version are you using? Ed Hirgelt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gn

[Orgmode] Links to Thunderbird e-mail

2008-11-03 Thread Ed Hirgelt
Does anyone know of a way to link to Thunderbird email similar to org-mac-message-get-link & org-mac-message-insert-link? Thanks, Ed ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu

Re: [Orgmode] FR: source code

2008-01-09 Thread Ed Hirgelt
the way things look in Emacs. I occasionally export but my main use is within emacs. Thanks, Ed ___ 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] appointment done doesn't go away

2007-12-17 Thread Ed Hirgelt
t tag appointments. I leave TODO items for those things that I really need to take an action on. I also like seeing the appoinment in the agenda when I browse backwards in time to see what I did last week or the week before. Just my approach... Ed __

Re: [Orgmode] undo in org.el

2007-11-13 Thread Ed Hirgelt
Tim O'Callaghan wrote: If that was a call to Xemacs users to identify themselves, then here is one. Even though it is in the Emacs CVS tree now should not turn it into an Emacs only tool IMHO. Another XEmacs user raising his hand -- please keep XEmacs compatibility. Thanks, Ed

[Orgmode] Bug in 4.67

2007-02-26 Thread Ed Hirgelt
tool. Ed -- Ed Hirgelt --- Life is too short to read bad books. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] buffer-substring-filters again

2007-01-25 Thread Ed Hirgelt
x27;buffer-substring-filters) buffer-substring-filters nil))) -- Ed Hirgelt Life is too short to read bad books. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: org-mode 4.63 (was: [Orgmode] agenda mode)

2007-01-25 Thread Ed Hirgelt
ant): ;; Make sure properties are removed when copying text (make-local-variable 'buffer-substring-filters) (org-set-local 'buffer-substring-filters (cons (lambda (x) (set-text-properties 0 (length x) nil x) x) buffer-s

Re: [Orgmode] Text Formatting?

2006-10-19 Thread Ed Hirgelt
ith the fill prefix andreinserts the fill prefix in each resulting line.-- Ed Hirgelt   Discovery consists of seeing what everybody has seenand thinking what nobody has thought. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Blank lines between bullet items

2006-09-13 Thread Ed Hirgelt
eow)      (beginning-of-line 1))!    (t (newline (if org-blank-before-bullet 2 1    (insert bul (if checkbox "[ ]" ""))     (just-one-space)    (setq pos (point))Thanks,Ed-- Ed Hirgelt Discovery consists of seeing what everybody has seenand thinking what nob

Re: [Orgmode] Org-mode version 4.48

2006-09-08 Thread Ed Hirgelt
On 9/8/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: 4.49 is up, with the bug fixed.Thanks for the quick turn around.  That fixed the problem.Ed-- Ed Hirgelt   Discovery consists of seeing what everybody has seenand thinking what nobody has t

Re: [Orgmode] Emphasis font-lock question.

2006-09-08 Thread Ed Hirgelt
ion.  The @<> is more verbose, but unambiguous.-=Ed=--- Ed Hirgelt Discovery consists of seeing what everybody has seenand thinking what nobody has thought. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Org-mode version 4.48

2006-09-08 Thread Ed Hirgelt
On 9/8/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: I am releasing Org-mode 4.48, as usually at the addressCarsten, I found a difference in exporting between 4.47 & 4.48.  The attached file demonstrates the problem and the HTML that was generated. Thanks,Ed-- Ed Hirgelt 925.324.856

Re: [Orgmode] Clock reporting

2006-09-07 Thread Ed Hirgelt
the file at the time (which may be another factor).Hope this helps,Ed-- Ed Hirgelt    Discovery consists of seeing what everybody has seenand thinking what nobody has thought. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailm

Re: [Emacs-orgmode] Quick fix: 4.47

2006-09-01 Thread Ed Hirgelt
quick reports from Ed and Daniel.http://www.astro.uva.nl/~dominik/Tools/org/ - Carsten___Emacs-orgmode mailing listEmacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode-- Ed Hirgelt 925.324.8563Discovery consists of seeing what eve

Re: [Emacs-orgmode] org-mode 4.46

2006-09-01 Thread Ed Hirgelt
simply invoking M-x make-frame will show the problem. I'm using XEmacs 21.4.19 (on Cygwin). Thanks, Ed -- Ed Hirgelt 925.324.8563 Discovery consists of seeing what everybody has seen and thinking what nobody has thought. ___ Emacs-orgmode m

Re: [Emacs-orgmode] Managing files?

2006-08-31 Thread Ed Hirgelt
ve included below the start of that function so you can see what I did. It does make certain restructuring easy. Hope this helps. Ed (defun org-open-file (path &optional in-emacs line search) "Open the file at PATH. First, this expands any special file name abbreviations. Then the configu

[Emacs-orgmode] Problem with org-publish-get-plists

2006-08-25 Thread Ed Hirgelt
same. Hope this helps. Thanks, Ed - (defun org-publish-get-plists (&optional project-name) "Return a list of property lists for project PROJECT-NAME. When argument is not given, return all property lists for all project