[BUG] Error when using mouse to set TODO state [9.5.2 (9.5.2-g91681f @ /home/garyo/.emacs.d/straight/build/org/)]

2022-03-18 Thread Gary Oberbrunner
en :export org-bbdb-export :complete org-bbdb-complete-link :store org-bbdb-store-link) ("w3m" :store org-w3m-store-link) ("doi" :follow org-link-doi-open :export org-link-doi-export) ("roam" :follow org-roam-link-follow-link) ("id" :follow org-roam-id-open) ("treemacs" :store treemacs-store-org-link) ("file+sys") ("file+emacs") ("shell" :follow org-link--open-shell) ("news" :follow #[514 "\301\300\302 Q \"\207" ["news" browse-url ":"] 6 "\n\n(fn URL ARG)"]) ("mailto" :follow #[514 "\301\300\302 Q \"\207" ["mailto" browse-url ":"] 6 "\n\n(fn URL ARG)"]) ("https" :follow #[514 "\301\300\302 Q \"\207" ["https" browse-url ":"] 6 "\n\n(fn URL ARG)"]) ("http" :follow #[514 "\301\300\302 Q \"\207" ["http" browse-url ":"] 6 "\n\n(fn URL ARG)"]) ("ftp" :follow #[514 "\301\300\302 Q \"\207" ["ftp" browse-url ":"] 6 "\n\n(fn URL ARG)"]) ("help" :follow org-link--open-help :store org-link--store-help) ("file" :complete org-link-complete-file) ("elisp" :follow org-link--open-elisp)) org-roam-ui-browser-function 'browse-url org-metaup-hook '(org-babel-load-in-session-maybe) org-return-follows-link t org-refile-target-verify-function 'go/verify-refile-target org-list-allow-alphabetical t ) -- Gary

bug#36228: closed (Re: bug#36228: org agenda tags-todo time-zone bug/inconsistency)

2020-05-24 Thread Gary Fredericks
I agree, I can no longer reproduce it, even though we're in the same phase of daylight savings time as when I originally reported it. Thanks! Gary Fredericks

[bug] org-agenda-sorting-strategy sorting incorrectly?

2020-01-16 Thread Gary Cheng
With the following: (setq org-agenda-sorting-strategy '((agenda time-up deadline-down scheduled-down habit-down priority-down category-keep) (todo priority-down category-keep) (tags priority-down category-keep) (search category-keep))) The `time-up` is correctly shown first;

[O] Bug: Evil's evil-ex-substitute does not expand headlines as necessary. [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.2/lisp/org/)]

2017-09-16 Thread Gary Cheng
Emacs : GNU Emacs 25.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.16) of 2017-07-15 Package: Org-mode version 8.2.10 (release_8.2.10 @ /usr/share/emacs/25.2/lisp/org/)

[O] Bug: org-copy-visible includes emphasis markerse hidden by org-hide-emphasis-markers [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.2/lisp/org/)]

2017-08-24 Thread Gary Cheng
Emacs : GNU Emacs 25.2.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.22.16) of 2017-07-15 Package: Org-mode version 8.2.10 (release_8.2.10 @ /usr/share/emacs/25.2/lisp/org/)

[O] MySQL params as global properties?

2016-10-06 Thread Gary Oberbrunner
: header-args:sql :dbpassword xx #+PROPERTY: header-args:sql :database but that doesn't work either. Can anyone tell me the proper new-style form for passing header args to all sql code blocks? thanks! -- Gary

[O] [PATCH] ob-sql.el: fix typo preventing mysql table headers from being parsed

2016-02-09 Thread Gary Oberbrunner
-names header in first line (cond (colnames-p -- 2.7.0 -- Gary

[O] Errors get suppressed by org-babel-execute-src-block

2016-02-08 Thread Gary Oberbrunner
here think? Is there a better way? -- Gary

[O] Evaluating simple inline expressions in org-mode

2016-02-03 Thread Gary Oberbrunner
as: The value of interest is 6.28318. Of course I made up that {{{}}} syntax, that's not a real thing. I've seen org-mode tables with calc, but I'm hoping for something simpler, just inline math expression eval. (I'm fine with elisp, calc, whatever.) Possible? -- Gary

Re: [O] Evaluating simple inline expressions in org-mode

2016-02-03 Thread Gary Oberbrunner
wrote: > On Wednesday, 3 Feb 2016 at 08:45, Gary Oberbrunner wrote: > > [...] > > > Of course I made up that {{{}}} syntax, that's not a real thing. I've > seen > > org-mode tables with calc, but I'm hoping for something simpler, just > > inline math expression eva

[O] is orgmode.org's git repo down?

2016-01-22 Thread Gary Oberbrunner
I can't clone the repo, I get this error: % git clone git://orgmode.org/org-mode.git fatal: read error: Connection reset by peer Is it just me? -- Gary

Re: [O] is orgmode.org's git repo down?

2016-01-22 Thread Gary Oberbrunner
Restarting didn't make git: work, but now http: does. Thanks! On Fri, Jan 22, 2016 at 5:29 PM, Nick Dokos <ndo...@gmail.com> wrote: > "Robert H. Klein" <rokl...@roklein.de> writes: > > > Hi, > > > > On Fri, 22 Jan 2016 14:09:44 -0500 > >

[O] void-function outline-show-all?

2016-01-22 Thread Gary Oberbrunner
; and sure enough I have no such function. (This is lisp/org.el:6950.) This happens even with emacs -Q -L . Any ideas? If it helps, the outline-mode.el I'm using is packaged with emacs, and has a "show-all" function but no "outline-show-all". -- Gary

[O] Macros or properties in source blocks

2015-08-11 Thread Gary Oberbrunner
variables at the top of my file? -- Gary

Re: [O] sql can't export an empty table, gives error

2014-12-24 Thread Gary Oberbrunner
On Tue, Dec 23, 2014 at 5:34 PM, Gary Oberbrunner ga...@oberbrunner.com wrote: If you try to export this document: #+BEGIN_SRC sql :exports both select 1 limit 0; #+END_SRC It fails to export with an error in *Messages*: user-error: Empty table - created default table It also stops

[O] sql can't export an empty table, gives error

2014-12-23 Thread Gary Oberbrunner
error.) I'd prefer if it would just leave that empty (missing) table out, and keep going. Is there any way to do that? -- Gary

[O] export simple HTML?

2014-10-12 Thread Gary Oberbrunner
, spans, CSS tags, and other extraneous stuff. -- Gary

Re: [O] TODO items in lists (not headings)

2014-09-23 Thread Gary Oberbrunner
On Thu, Sep 18, 2014 at 2:49 PM, Gary Oberbrunner ga...@oberbrunner.com wrote: On Thu, Sep 18, 2014 at 12:23 PM, Subhan Michael Tindall subh...@familycareinc.org wrote: Lists are very explicitly not intended to contain TODO items. Checkboxes provide a bit of this functionality, sort

Re: [O] TODO items in lists (not headings)

2014-09-18 Thread Gary Oberbrunner
, checkboxes will do for me now. Thanks all! -- Gary

Re: [O] TODO items in lists (not headings)

2014-09-17 Thread Gary Oberbrunner
On Tue, Sep 16, 2014 at 11:48 PM, Thomas S. Dye t...@tsdye.com wrote: Aloha Gary, Gary Oberbrunner ga...@oberbrunner.com writes: Gary: My reason for not using TODO is just that it'd be ugly and confusing to put a heading in the middle of a list. Compare this: * Meeting report

[O] TODO items in lists (not headings)

2014-09-16 Thread Gary Oberbrunner
as I can tell. -- Gary

Re: [O] TODO items in lists (not headings)

2014-09-16 Thread Gary Oberbrunner
. Gary Oberbrunner ga...@oberbrunner.com writes: Is there any way to have TODO items in bullet lists rather than headings: * Meeting report ** Meeting 1 - a thing that happened - another thing that happened - TODO: email everyone about all the things - some more things

Re: [O] Babel more verbose?

2014-09-05 Thread Gary Oberbrunner
, and in my case that's a good thing!) and trace it back to which code block it came from. But it would be way better if mysql-mode would actually show the sql error! -- Gary

[O] Babel more verbose?

2014-09-02 Thread Gary Oberbrunner
. Is there anything like that available? An option perhaps? -- Gary

[O] Exporting table.el tables to LaTeX: set environment?

2014-01-16 Thread Gary Oberbrunner
| +-+---+---+ | this is | some text | in the table | +-+---+---+ | here is | some more | to make it longer | +-+---+---+ -- Gary

[O] ODT export produces odt file which MS Word 2007 can't open

2013-11-22 Thread Gary Oberbrunner
. It then offers to recover the contents of the document; that works and it comes in fine. This is on Windows 7. I don't have OpenOffice on this machine so can't check it there. (This is not a big problem for me, but just wanted to let you know.) -- Gary simple-list.odt Description: application

Re: [O] Is it possible to repeat a block of org-mode text on export, maybe with replacement?

2013-11-21 Thread Gary Oberbrunner
what I'm looking for. Thorsten, yours comes out looking great but having to Emacs-stringize the text is, well, you know... Again thanks all for your helpful suggestions! On Tue, Nov 19, 2013 at 12:19 PM, Thomas S. Dye t...@tsdye.com wrote: Hi Gary, I came up with this, which uses example

[O] Is it possible to repeat a block of org-mode text on export, maybe with replacement?

2013-11-19 Thread Gary Oberbrunner
too. :-) -- Gary

Re: [O] Export Org-mode content to Reveal.js presentations

2013-05-14 Thread Gary Oberbrunner
-reveal/http://naga-eda.org/home/yujie/org-reveal/ . Org-reveal is hosted on https://github.com/yjwen/org-**revealhttps://github.com/yjwen/org-reveal. Should you have any suggestion or bug-report, please contact me yjwen.ty AT gmail DOT com. Thanks and regards, Yujie -- Gary

[O] Change title and export filename based on code value?

2013-05-08 Thread Gary Oberbrunner
for that. Is there? And if there is, is there a way to interpolate my reporttype into it? -- Gary

Re: [O] parameterizing keyword values during a #+call

2013-04-30 Thread Gary Oberbrunner
a file called # either twod-1.svg or twod-1.pdf: #+call: rectangle[:file (ext twod-1)](TSIZE=1.0) :results file # now, you can C-c C-e l o or C-c C-e h o and see the image in the # two formats # $Id: parameterizing.org,v 1.2 2013/04/30 14:37:29 minshall Exp $ -- Gary

[O] Fwd: New maintainer

2013-04-19 Thread Gary Oberbrunner
[I still can't learn to reply-all to these. :-( ] -- Forwarded message -- From: Gary Oberbrunner ga...@oberbrunner.com Date: Fri, Apr 19, 2013 at 9:02 PM Subject: Re: [O] New maintainer To: Christopher Allan Webber cweb...@dustycloud.org Thanks for the great work, Bastien

Re: [O] Org-mode as a metalanguage: calling SQL functions

2013-04-05 Thread Gary Oberbrunner
: and #+srcname:. See http://article.gmane.org/gmane.emacs.orgmode/48399. Best regards, Seb -- Sebastien Vauban -- Gary

Re: [O] avoid subscripting text

2013-04-03 Thread Gary Oberbrunner
into a subscript. Just one data point, but that's how I use it. -- Gary

[O] Org-mode as a metalanguage: calling SQL functions

2013-04-01 Thread Gary Oberbrunner
try to export as LaTeX (or anything), I get org-babel-ref-resolve: Reference 'recorddate' not found in this buffer Is this supposed to work? -- Gary

Re: [O] Org-mode as a metalanguage: calling SQL functions

2013-04-01 Thread Gary Oberbrunner
is $input #+end_src The doc seems to say it should work the same, in http://orgmode.org/manual/var.html (see Alternate Argument Syntax). On Mon, Apr 1, 2013 at 9:45 PM, Eric Schulte schulte.e...@gmail.com wrote: Eric Abrahamsen e...@ericabrahamsen.net writes: Gary Oberbrunner ga

Re: [O] Fwd: Fwd: run python from org, draft

2013-03-31 Thread Gary Oberbrunner
On Fri, Mar 29, 2013 at 4:58 PM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: Am 29.03.2013 21:10, schrieb Gary Oberbrunner: On Fri, Mar 29, 2013 at 11:29 AM, Andreas Röhler andreas.roeh...@easy-emacs.de wrote: IMO org-babel should be able to run source code as is. If an org

Re: [O] LaTeX export figure width, when figure comes from python?

2013-03-31 Thread Gary Oberbrunner
[I can never get the reply-all thing down on this list! See below.] On Sun, Mar 31, 2013 at 7:02 PM, John Hendy jw.he...@gmail.com wrote: On Sun, Mar 31, 2013 at 11:03 AM, Gary Oberbrunner ga...@oberbrunner.com wrote: On Fri, Mar 29, 2013 at 4:53 PM, John Hendy jw.he...@gmail.com wrote

[O] Fwd: run python from org, draft

2013-03-29 Thread Gary Oberbrunner
[sorry, forgot to reply all -- Gary] -- Forwarded message -- From: Gary Oberbrunner ga...@oberbrunner.com Date: Thu, Mar 28, 2013 at 10:43 PM Subject: Re: [O] run python from org, draft To: Andreas Röhler andreas.roeh...@easy-emacs.de Does this assume org-babel-python-mode

Re: [O] Fwd: run python from org, draft

2013-03-29 Thread Gary Oberbrunner
/org-contrib/babel/languages/ob-doc-python.html ... which I just wrote! Glad it's already useful! :-) I think in any case you will need my recent patch if you want to use session mode. If testing is holding up application of my patch, I can test it on Linux and Mac. -- Gary

[O] Fwd: Fwd: run python from org, draft

2013-03-29 Thread Gary Oberbrunner
return() there doesn't make any sense, and wouldn't work. I don't see any way to make them both behave the same way. -- Gary

[O] Fwd: Fwd: run python from org, draft

2013-03-29 Thread Gary Oberbrunner
this list a few days ago; I think it will work then. Without it, session mode is totally broken (I think). -- Gary

[O] LaTeX export figure width, when figure comes from python?

2013-03-29 Thread Gary Oberbrunner
it as desired.) But in the situation above, where the filename is coming from the exporter running the code block, there's no place for me to put the ATTR_LaTeX that works. Any ideas, exporter gurus? -- Gary

Re: [O] Fwd: run python from org, draft

2013-03-29 Thread Gary Oberbrunner
Thanks, Eric. The -i is definitely needed on Windows, I just retested without it and it hangs. With your latest fix, it works again. I think there's a bug in your patch though; line 211 refers to a nonexistent function org-babel-python-earmufs. I think you mean -with-earmufs? -- Gary

[O] SQL result as a single string, rather than table?

2013-03-28 Thread Gary Oberbrunner
out-file) (buffer-string))) + (progn (insert-file-contents-literally out-file) + (replace-regexp-in-string [ \t\r\n]*$ (buffer-string (with-temp-buffer (cond ((or (eq (intern engine) 'mysql) -- Gary

Re: [O] python sessions

2013-03-26 Thread Gary Oberbrunner
should that go? I'd like to work on a patch for #4; it seems like the only thing is to search in the session buffer for likely error strings. Is there any better method anyone can think of? -- Gary

Re: [O] python sessions

2013-03-20 Thread Gary Oberbrunner
:-) ). Question for you: what version of org mode? Nick -- Gary

[O] Fwd: python sessions

2013-03-20 Thread Gary Oberbrunner
[sorry, forgot to reply all] -- Forwarded message -- From: Gary Oberbrunner ga...@oberbrunner.com Date: Wed, Mar 20, 2013 at 12:11 PM Subject: Re: [O] python sessions To: nicholas.do...@hp.com After starting emacs -Q and loading my minimal setup (including require 'org

Re: [O] python sessions

2013-03-20 Thread Gary Oberbrunner
Andreas -- Gary

[O] Include today's date in title?

2013-03-19 Thread Gary Oberbrunner
I'm primarily publishing to LaTeX/PDF from org. I have a title: #+TITLE: Weekly Status TODAYS_DATE_HERE How can I get it to automatically export with today's date? Hopefully without a full babel elisp code block? Any ideas? BTW, converted to new exporter today. Pretty painless. -- Gary

[O] python sessions

2013-03-19 Thread Gary Oberbrunner
' is not defined I may be doing something wrong, because if I name my python session, I never see a buffer of that name, and I expected to. Any help? -- Gary

[O] patch for ob-sql.el: improve MySQL header formatting, and add db spec header vars

2013-02-01 Thread Gary Oberbrunner
-cond to allow edebugging through it -- Gary org-mode-sql.patch Description: Binary data

Re: [O] patch for ob-sql.el: improve MySQL header formatting, and add db spec header vars

2013-02-01 Thread Gary Oberbrunner
them for mysql * adds support for :colnames (mysql only) * (minor) adds an edebug spec to org-babel-result-cond to allow edebugging through it On Fri, Feb 1, 2013 at 10:18 AM, Gary Oberbrunner ga...@oberbrunner.comwrote: Let me know if this would be better as a pull request. This patch does

[O] babel: setting :cmdline header arg for sql blocks

2013-01-30 Thread Gary Oberbrunner
running recent git org-mode from a couple of weeks ago, Emacs 24.3.50.1, Windows) -- Gary

[O] Bug: ditaa images export as links in LaTeX [7.9.2 (release_7.9.2-944-gaf5514 @ c:/emacs/site-lisp/org-mode/lisp/)]

2013-01-02 Thread Gary Oberbrunner
-after-todo-state-change-hook '(org-clock-out-if-current) org-babel-tangle-lang-exts '((latex . tex) (python . py) (emacs-lisp . el)) org-babel-load-languages '((emacs-lisp . t) (R . t) (python . t) (ditaa . t) (latex . t) (sql . t)) org-confirm-shell-link-function 'yes-or-no-p ) -- Gary

[O] Bug: ditaa images export as links in LaTeX [7.9.2 (release_7.9.2-944-gaf5514 @ c:/emacs/site-lisp/org-mode/lisp/)]

2013-01-02 Thread Gary Oberbrunner
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.

[O] LaTeX export problem

2012-09-12 Thread Gary Oberbrunner
} -- Gary

Re: [O] Please consider making a donation

2012-08-27 Thread Gary Oberbrunner
+1! me too.

[O] org-babel-R: export R graphics to LaTeX

2012-02-07 Thread Gary Oberbrunner
= and exporting it to LaTeX with C-C C-e d gives a PDF with only a link to the graphics file, not inlined as a figure. How do I include the actual R graph? -- Gary

[O] Paragraph styles

2012-01-27 Thread Gary Oberbrunner
it, is formatting paragraphs or any longer-than-a-line bunch of text as bold or italic. *bold* only works on one line. Is there a #- option to make a paragraph bold? Should I just RTFM? (I'm using latest git master, and I'm on Windows emacs 24.0.92.1 if it matters.) -- Gary

Re: [O] ODT export custom link colors?

2011-12-20 Thread Gary Oberbrunner
! -- -- Gary

[O] ODT export custom link colors?

2011-12-14 Thread Gary Oberbrunner
of XML styling stanza? (By the way, before I added my 't' case above, it returned nil, which caused the odt exporter to blow up with an unhelpful error. Would a patch for that be considered too much of a corner-case? I'd be happy to submit one.) -- -- Gary

Re: [O] The Org-ODT exporter is now in Org's core (latest git)

2011-12-14 Thread Gary Oberbrunner
Just wanted to say the latest version is working perfectly for me -- well done! ODT export is fine and LaTeX is still working too (some things have changed recently that made me have to change some of my code *around* org-mode, but that's as expected.) -- -- Gary

[O] org tables to rst (reStructuredText) or Moin wiki?

2011-11-27 Thread Gary Oberbrunner
? -- -- Gary

[O] block quotes or indented blocks?

2011-08-09 Thread Gary Oberbrunner
Hi org folks; is there any way in org-mode's markup language to get an HTML blockquote or LaTeX {quote} (or presumably similar for odt) when exported? Looking through the manual I don't see one, though it's quite possible I missed something. -- -- Gary

Re: [O] block quotes or indented blocks?

2011-08-09 Thread Gary Oberbrunner
duh. OK, just after posting, I found #+BEGIN_QUOTE. Sorry for the noise. On Tue, Aug 9, 2011 at 8:55 AM, Gary Oberbrunner ga...@oberbrunner.com wrote: Hi org folks; is there any way in org-mode's markup language to get an HTML blockquote or LaTeX {quote} (or presumably similar for odt) when

[O] turn headline(s) into plain list?

2011-05-06 Thread Gary Oberbrunner
Is there any way to turn a headline (and its subtree) into a plain list (and nested list items)? Or better yet, turn all level N and below headlines into plain lists at the corresponding level? -- -- Gary

Re: [O] Release 7.5

2011-03-09 Thread Gary Oberbrunner
Indeed, congrats to Bastien and all! One question: I'm using the new export stuff from org-jambu (git master branch); any idea when Jambunathan will rebase or merge with this?

Re: [O] Release 7.5

2011-03-09 Thread Gary Oberbrunner
Thanks -- you guys rock! -- Gary

Re: [Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-14 Thread Gary Oberbrunner
! That is perfect. -- -- Gary ___ 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

Fwd: [Orgmode] Something like SETUPFILE, but in .emacs?

2011-02-14 Thread Gary Oberbrunner
that was a reasonable answer to your original question, but it clearly is not what you wanted as you made clear in your followup. Yeah, I was definitely not very clear originally. My apologies! -- -- Gary ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] Something like SETUPFILE, but in .emacs?

2011-02-13 Thread Gary Oberbrunner
consider that as standard practice. Would anyone be interested if I were to create a way to specify export values in a global file somewhere (~/.org-site-defaults or something) in the same syntax as SETUPFILE (#+kwd: value) that would set up all the defaults for _every_ org file? -- -- Gary

[Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-13 Thread Gary Oberbrunner
, 2011 at 4:16 PM, Dan Davison dandavis...@gmail.com wrote: Gary Oberbrunner ga...@oberbrunner.com writes: On Sun, Feb 13, 2011 at 10:53 AM, Darlan Cavalcante Moreira darc...@gmail.com wrote: You can use auto-insert for this. I guess I'm really not using org-mode in the way it was intended

Re: [Orgmode] [ANN] OpenDocumentText/OpenOffice Exporter - 0.6 Release

2011-02-11 Thread Gary Oberbrunner
for everything (org-mode.el and all the other exports). Is that OK? I have to say, great work so far! Amazingly useful. I suppose one addition would be to allow for customized ODT character and paragraph styles, e.g. customizing the styles.xml that gets included into the doc. -- -- Gary

[Orgmode] Something like SETUPFILE, but in .emacs?

2011-02-10 Thread Gary Oberbrunner
\enumerate\compactenum # Colors: #+LaTeX_HEADER: \usepackage{color} -- -- Gary ___ 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] Something like SETUPFILE, but in .emacs?

2011-02-10 Thread Gary Oberbrunner
.emacs. -- -- Gary ___ 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] Exporting to HTML opens resulting file

2010-04-09 Thread Gary .
On Thu, Apr 8, 2010 at 5:44 PM, Carsten Dominik wrote: Hi Gary, maybe we need to settle some terminology first. No, we're good as the Americans say :) The variable org-export-kill-product-buffer-when-displayed has the following effect: Well, as I said, org-export-kill-product-buffer-when

[Orgmode] Pro/Con Lists

2010-04-08 Thread Gary .
Is there a decent way to create these using Org Mode? I tried plain lists, but when exported to HTML the entries lose their '+' and '-' signs (and gain some kind of bulletpoint). ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

[Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Gary .
It seems that when I export to HTML, something, somewhere, opens the file so I have yet another buffer open. Is there any way to configure that behaviour so that I don't get even more swamped by buffers than I am already, or alternatively automatically name the buffer with something that I can

Re: [Orgmode] Exporting to HTML opens resulting file

2010-04-08 Thread Gary .
On Thu, Apr 8, 2010 at 3:54 PM, Carsten Dominik wrote: On Apr 8, 2010, at 3:34 PM, Xin Shi wrote: I had a similar request before but never get solved. I support this request. (setq org-export-kill-product-buffer-when-displayed t) will do this when the exported file is shown immediately,

Re: [Orgmode] Re: Org mode and emacs email

2010-03-31 Thread Gary
On Tue, Mar 30, 2010 at 08:53:17PM +0100, Leo wrote: although many people have been saying it is intimidating, it is not. Oh yes it is :) I fondly[1] remember spending *ages* trying to find out how to set the citation line (you don't, you setq message-citation-line-function

Re: [Orgmode] Org mode and emacs email

2010-03-30 Thread Gary
On Mon, Mar 29, 2010 at 12:22:10PM +0100, Simon Brown wrote: I currently use mutt as my email client but I'm looking for greater emacs integration and better html support. Allegedly mutt runs okay inside emacs, e.g. from an eshell. I know that doesn't help with your greater emacs integration

[Orgmode] Wrapping table header text

2010-03-29 Thread Gary .
I can't find mention of this anywhere, but is it possible to have org-mode automagically wrap the header text of a table column? For example a column called IP SLA Reports which would look like | IP SLA Reports | could be reformatted so that the header contains two lines and looks like | IP

Re: [Orgmode] Re: Repeating TODOs

2010-03-26 Thread Gary .
On 3/25/10, Memnon Anon wrote: ,[ (info (org)Tracking your habits) ] | 5. The TODO may also have minimum and maximum ranges specified by | using the syntax `.+2d/3d', which says that you want to do the | task at least every three days, but at most every two days. ` The

[Orgmode] Why is the Date: ... line in my Org-mode produced html wrong?

2010-03-26 Thread Gary .
On the bottom of the HTML document there is a line that looks like Date: 2010-03-26 14:18:57 GMT but I'm not in GMT. My system isn't in GMT. The date command says Fr, 26. Mrz 2010 16:22:37 which is correct. ___ Emacs-orgmode mailing list Please use

[Orgmode] Repeating TODOs

2010-03-25 Thread Gary .
As I mentioned yesterday, I am trying to follow http://orgmode.org/worg/org-tutorials/tracking-habits.php I have the following entry: ** TODO Go to the gym :habit: SCHEDULED: 2010-03-24 Wed .+2d and even managed to successfully go to the gym as planned :) However, I

[Orgmode] Populating tables

2010-03-24 Thread Gary .
I stumbled across http://orgmode.org/worg/org-tutorials/tracking-habits.php today about using Org-mode to help in forming (hopefully good!) habits by, for example, scheduling repeating tasks and marking them as DONE when you do them. About half way through, at

[Orgmode] Notification of upcoming deadlines via email

2008-12-01 Thread Gary
remember to look at the calendar or whatever, and moreover it sits in my mailbox until I really take some action to deal with it, even if it is only to delete it. If you respond, please do so to the list as I am subscribed. -- TIA, Gary ___ Emacs-orgmode

Re: [Orgmode] [BUG REPORT] Bad C-u C-C C-t screen rendering with vertically split screen in emacs

2008-11-06 Thread Gary V. Vaughan
Hi Carsten, 2008/11/3 Carsten Dominik [EMAIL PROTECTED]: Hi Gary, I believe this problem is now fixed, please verify. Thanks. Short version: yes it seems to be working now. Long version: I couldn't persuade my emacs to grok a fresh git clone of the org-mode master (though I didn't try very