[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-17 Thread Gary Oberbrunner
("docview" :follow org-docview-open :export org-docview-export :store org-docview-store-link) ("bibtex" :follow org-bibtex-open :store org-bibtex-store-link) ("bbdb" :follow org-bbdb-open :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; ho

[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
#+PROPERTY: 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
limiter after column-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
tion-case. What do folks here think? Is there a better way? -- Gary

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

2016-02-03 Thread Gary Oberbrunner
sday, 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 eval. (I

[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

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

2016-01-22 Thread Gary Oberbrunner
w-all" 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

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 wrote: > "Robert H. Klein" writes: > > > Hi, > > > > On Fri, 22 Jan 2016 14:09:44 -0500 > > Nick Dokos wrote: > > > >> Gary Ob

[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

[O] Macros or properties in source blocks

2015-08-11 Thread Gary Oberbrunner
set org-mode "global 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 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 > I

[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
of divs, 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 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

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

2014-09-18 Thread Gary Oberbrunner
> > I suspected as much. Although having TODOs in lists would be awesome, 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 wrote: > Aloha Gary, > > Gary Oberbrunner 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. > > > > Comp

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

2014-09-16 Thread Gary Oberbrunner
[Sorry, I'm going to mess up the quoting here because I replied to Tory, not the list. - gco] On Tue, Sep 16, 2014 at 4:32 PM, Tory S. Anderson wrote: > Does the "- [ ]" form not work for you? They are generally considered the > equivalent in my experience. C-c checks them.

[O] TODO items in lists (not headings)

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

Re: [O] Babel more verbose?

2014-09-05 Thread Gary Oberbrunner
mmand is still there, so I can find that temp file (which babel doesn't clean up, btw, 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
27;s processing. 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
Test3 | +-+---+---+ | 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
;s corrupt. 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

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

2013-11-21 Thread Gary Oberbrunner
rwise just 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 wrote: > Hi Gary, > > I came up with this, w

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

2013-11-19 Thread Gary Oberbrunner
ode text, well, that's OK too. :-) -- Gary

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

2013-05-14 Thread Gary Oberbrunner
ted on >> https://github.com/yjwen/org-**reveal<https://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
at. 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
tr0)); > add(rectangle((0,0),(width,height),off, tsize, tr10)); > #+end_src > > # now, invoke the above asymptote function, producing 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 Date: Fri, Apr 19, 2013 at 9:02 PM Subject: Re: [O] New maintainer To: Christopher Allan Webber Thanks for the great work, Bastien! Carsten, you have big shoes to fill but w

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

2013-04-05 Thread Gary Oberbrunner
began (in September 2011) with the fact it > was > more difficult to trap errors such as missing default value, in the > functional-syntax style. See > http://article.gmane.org/gmane.emacs.orgmode/46888. > > This also lead, a couple of weeks later (October 2011), to questionning the > multiple keywords used for code blocks, such as #+source: 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
er want _ to turn into a subscript. Just one data point, but that's how I use it. -- Gary

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

2013-04-01 Thread Gary Oberbrunner
"") #+begin_src sh echo "input 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 wrote: > Eric Abrahamsen writes: > > &

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

2013-04-01 Thread Gary Oberbrunner
, order="asc") or like this: #+CALL: recorddate(ver="'.'", order="asc") and I 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] 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 wrote: > On Sun, Mar 31, 2013 at 11:03 AM, Gary Oberbrunner > wrote: > > > > On Fri, Mar 29, 2013 at 4:53 PM, John Hendy wrote: > >> > >> O

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

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] LaTeX export figure width, when figure comes from python?

2013-03-29 Thread Gary Oberbrunner
at least I could set 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

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

2013-03-29 Thread Gary Oberbrunner
#+RESULTS: > : None > > Try applying my patch from this list a few days ago; I think it will work then. Without it, session mode is totally broken (I think). -- Gary

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

2013-03-29 Thread Gary Oberbrunner
tive python interpreter, just what you get if you type 'python' at the shell. So using 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

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

2013-03-29 Thread Gary Oberbrunner
.org/worg/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: run python from org, draft

2013-03-29 Thread Gary Oberbrunner
[sorry, forgot to "reply all" -- Gary] -- Forwarded message ------ From: Gary Oberbrunner Date: Thu, Mar 28, 2013 at 10:43 PM Subject: Re: [O] run python from org, draft To: Andreas Röhler Does this assume org-babel-python-mode is set to 'python-mode? The defaul

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

2013-03-28 Thread Gary Oberbrunner
p-buffer - (progn (insert-file-contents-literally 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
to document #s 1-3; where 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
2013 at 9:54 PM, John Hendy wrote: > On Wed, Mar 20, 2013 at 8:22 PM, Gary Oberbrunner > wrote: > > I've attached a patch which works for me, at least in simple tests. It > > should set the buffer name more correctly in session mode. I also added > a > > new defc

Re: [O] python sessions

2013-03-20 Thread Gary Oberbrunner
OSes. On Wed, Mar 20, 2013 at 8:20 PM, Gary Oberbrunner wrote: > > On Wed, Mar 20, 2013 at 1:00 PM, John Hendy wrote: > >> Some other things I noticed when modifying your custom config (just to >> clarify): >> - Org-mode git repo is located at "/emacs/site-li

Re: [O] python sessions

2013-03-20 Thread Gary Oberbrunner
> > > #+BEGIN_SRC python :exports results :results output :session > def bar(x): > return(x+2) > > #+END_SRC > > #+RESULTS: > > #+BEGIN_SRC python :exports results :results output :session > print(foo(100)) > print(bar(100)) > > #+END_SRC > > #+RESULTS: > : 101 > : 102 > > > > > > Andreas > > > > -- Gary

[O] Fwd: python sessions

2013-03-20 Thread Gary Oberbrunner
[sorry, forgot to reply all] -- Forwarded message -- From: Gary Oberbrunner 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): ((:default)) After lo

Re: [O] python sessions

2013-03-20 Thread Gary Oberbrunner
least afaict: I don't think > I'm doing twisted things but you never know :-) ). > > Question for you: what version of org mode? > > Nick > > > -- Gary

[O] python sessions

2013-03-19 Thread Gary Oberbrunner
en I export this, I get "NameError: name 'foo' 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] 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 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

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

2013-02-01 Thread Gary Oberbrunner
ments 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 wrote: > Let me know if this would be better as a pull request. This patch does > t

[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

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

2013-01-30 Thread Gary Oberbrunner
l blocks? (I'm 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
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] 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
-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] LaTeX export problem

2012-09-12 Thread Gary Oberbrunner
\\ \end{tabular} \end{center} \end{document} -- 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
know how to use 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
e. Thanks! -- -- 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] ODT export custom link colors?

2011-12-14 Thread Gary Oberbrunner
e? Is it some kind 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

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

2011-11-27 Thread Gary Oberbrunner
t or moin wiki table? -- -- 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 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 > expo

[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

[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
Thanks -- you guys rock! -- 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?

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

2011-02-14 Thread Gary Oberbrunner
> 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

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

2011-02-14 Thread Gary Oberbrunner
On Mon, Feb 14, 2011 at 10:14 AM, Matthew Sauer wrote: > Would this be the full list of variables? > Possible completions are: > org-export-allow-BIND org-export-author-info > org-export-babel-evaluate org-export-blocks > Awesome! That is perfec

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

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

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

2011-02-13 Thread Gary Oberbrunner
guess I'll 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 f

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

2011-02-11 Thread Gary Oberbrunner
#+end_example I think this causes the jambu repo to be used 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

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

2011-02-10 Thread Gary Oberbrunner
that block; title, author, etc.) globally. Maybe there isn't such a thing for org-mode. I do like having my "typesetting" settings outside the actual file so I separate presentation from content (and can adjust the presentation of all the files at once). Ideally I'd love to

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

2011-02-10 Thread Gary Oberbrunner
sc #+LaTeX_HEADER: \let\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] 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,

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 imme

[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 inst

[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 t

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 'my-message-inser

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 | I

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

2010-03-27 Thread Gary
On Fri, Mar 26, 2010 at 12:03:22PM -0400, Nick Dokos wrote: > you probably need to give the system some > additional information about the timezone you are in. Yeah, that was it. Strange this is the first time in *mumble* years I have needed to do this with Cygwin, but your suggestion worked fine.

[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 `Rep

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. > `

[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 couldn

[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 http://orgmode.org/worg/org-tutorial

[Orgmode] Notification of upcoming deadlines via email

2008-12-01 Thread Gary
* more likely to read an email than 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 __

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