bug#50555: [BUG] Org Latex export doesn't handle src blocks correctly

2021-09-18 Thread Younes Ben El
Daniel Fleischer writes: > Here is the hint: since "minted" is using a python package (pygments) for > the highlighting, one need to add the "-shell-escape" to the call. Other > than that, everything works as planned. Since it's a specific > configuration for using "minted", I'll add a comment i

bug#50555: [BUG] Org Latex export doesn't handle src blocks correctly

2021-09-18 Thread Younes Ben El
I Apologize for the previous mail, seems like it didn't go through correctly . Actually it does compile and produces a pdf file , however there's some issue with it as it doesn't display the code_block. if we set our emacs config to #+begin_src emacs-lisp (require 'ox-latex) (setq org-latex-listing

Re: sort “on-the-fly” in org-agenda-view

2021-04-19 Thread Ben Sima
Heh, I just found myself wanting to do this. I often use C-c ^ to sort subtrees by creation date, and I wanted to do that with my global TODO list just now, but couldn't figure out how. So, imo there is at least a small need for this feature. signature.asc Description: PGP signature

Manual Typo in Table Section

2019-12-16 Thread Ben Polson
e to highlight. Thanks so much for your work! I hope to get more involved once I've made my way through the manual. Sincerely, Ben

Re: [O] Bug or known issue: org-clock-display

2019-01-14 Thread Ben McGinnes
ilnow" has resulted in exactly what I wanted (and originally expected). Though I can see why it might be preferable for a default setting to run through to the end of the current year. Regards, Ben signature.asc Description: PGP signature

[O] Bug or known issue: org-clock-display

2019-01-14 Thread Ben McGinnes
file time: 5d 22:39 (142 hours and 39 minutes) A bit of a difference. ;) So, is this a known issue with possibly some arcane reason for why it can't easily be fixed or is my next step to go lodge a formal bug report? Regards, Ben signature.asc Description: PGP signature

Re: [O] Recovering org-completion-use-ido functionality

2018-09-04 Thread ben lamothe
g board, and my previous solution doesn't actually work for me. Does anyone know how I replicate the functionality that was removed with `org-completion-use-ido`? On Mon, Sep 3, 2018 at 11:42 AM Colin Baxter wrote: > >>>>> ben lamothe writes: > > > I'

Re: [O] Recovering org-completion-use-ido functionality

2018-09-03 Thread ben lamothe
-read)) (add-hook 'org-mode-hook 'bl/completion-use-ido) I think that works for me, but I'm open to a better suggestion if there is one. In any case, I think re-enabling the functionality that was removed with the "org-completion-use-ido" function should be documented

[O] Recovering org-completion-use-ido functionality

2018-09-03 Thread ben lamothe
Hi. I see from the org-mode 9.0 changelog that the "org-completion-use-ido" option was removed: > *Remove all options related to ido or iswitchb* > This includes org-completion-use-iswitchb and org-completion-use-ido. > Instead Org uses regular functions, e.g

Re: [O] Org Mode Documentation Patch

2018-06-25 Thread Siraphob (Ben) Phipathananunth
name. ("Ben" is my nickname) Thanks, -- Siraphob (Ben) Phipathananunth From 677ac08a5b11157f59dd5acc73a2bc7103344f22 Mon Sep 17 00:00:00 2001 From: Siraphob Phipathananunth Date: Mon, 25 Jun 2018 21:27:05 +0700 Subject: [PATCH] Fix "cursor" to "point", fix grammar

Re: [O] Org Mode Documentation Patch

2018-06-23 Thread Siraphob (Ben) Phipathananunth
Thank you very much for accepting the patch. Nicolas Goaziou wrote: > BTW, what is your status wrt FSF papers? I just sent an email to ass...@gnu.org with my information, how will I know when copyright assign is completed? Thank you again, -- Siraphob (Ben) Phipathananunth

[O] Org Mode Documentation Patch

2018-06-22 Thread Siraphob (Ben) Phipathananunth
What is causing it? Should I submit my patches as smaller ones as I read sections of the manual or bulk them together into a larger patch, or is it just a matter of preference? Please let me know if you have any comments about the patch. It's my first one, I hope I have followed the CON

Re: [O] is ascii link format canonical? can it be made more linkifiable?

2018-02-06 Thread Ben McGinnes
rline_ and so on). Most of which were de facto standards, not official ones. Basically the geek equivalent of demonstrating how custom and tradition were more pervasive than law (RFCs and MUA design). Regards, Ben signature.asc Description: PGP signature

[O] bug#18870: bug#18870: \emsp and alignment in org clock report

2017-12-04 Thread Ben Finney
be. | `\Moderation in temper is always a virtue; but moderation in | _o__) principle is always a vice.” —Thomas Paine | Ben Finney signature.asc Description: PGP signature

[O] bug#18870: bug#18870: \emsp and alignment in org clock report

2017-12-04 Thread Ben Finney
On 04-Dec-2017, Nicolas Goaziou wrote: > Ben Finney writes: > > How can we test the change, to know whether this bug is resolved? > > You can test the latest ELPA release, scheduled for today Please state the exact version string, so that we can compare to see whether we're

[O] bug#18870: bug#18870: \emsp and alignment in org clock report

2017-12-03 Thread Ben Finney
nstead of having ‘answers’ on a math test, they should just | `\ call them ‘impressions’, and if you got a different | _o__) ‘impression’, so what, can't we all be brothers?” —Jack Handey | Ben Finney signature.asc Description: PGP signature

[O] Is there something like ~org-blank-after-new-entry~ for org mode headings?

2017-01-29 Thread Ben
ange.com/questions/28742/is-there-something-like-org-blank-after-new-entry-for-org-mode-headings> but got no response. Maybe it's more suitable to ask it here. Thanks, Ben

[O] Custom source block for concept map markdown

2016-07-01 Thread Ben Feldman
Hi, my goal is to create a custom source block to create concept maps. The source block contains my custom made pseudo code. When exporting the org-file to LaTeX and PDF this pseudo code must be translated to DOT code. This DOT code is interpreted by the dot2texi package. The reason for the ps

Re: [O] org-babel C math.h issue

2016-03-11 Thread Oz Ben-Ami
> > Oz, do you think you would be able to provide a patch? > The way to contribute is documented here: > http://orgmode.org/worg/org-contribute.html#orgheadline1 > > Thanks for reporting. > Thierry > > > Le 06/03/2016 23:44, Oz Ben-Ami a écrit : >

[O] org-babel C math.h issue

2016-03-06 Thread Oz Ben-Ami
Hi, I'm a new org user, and I'm sorry if I'm missing something obvious. When executing a C code snippet with org-babel, that contains a math function, I get the famous "undefined reference" errors. I tried adding ":flags -lm", but that doesn't help. Looking at the code, it seems the -lm flag is in

[O] How to make ~evil-leader~ work for for ~org-src-mode~?

2015-10-20 Thread Ben
Dear all, I want to set some evil-leader keys for org-src-mode with the following code: (evil-leader/set-key-for-mode 'org-src-mode "k" 'org-edit-src-abort "s" 'org-edit-src-save "'" 'org-edit-src-exit) But it doesn't work. Why is that? Thanks, Ben

[O] bug#18870: \emsp and alignment in org clock report

2015-03-22 Thread Ben Finney
“See, in my line of work you gotta keep repeating things over | `\ and over and over again, for the truth to sink in; to kinda | _o__) catapult the propaganda.” —George W. Bush, 2005-05 | Ben Finney signature.asc Description: Digital signature

[O] bug#18870: \emsp and alignment in org clock report

2015-03-17 Thread Ben Finney
On 17-Mar-2015, Nicolas Goaziou wrote: > Hello, > > Ben Finney writes: > > > The "\emsp" should be space characters (of some kind; either > > U+0020 SPC or U+2003 EM SPACE) with correct alignment for the > > character width. Displaying literal "\em

[O] bug#18870: \emsp and alignment in org clock report

2015-03-17 Thread Ben Finney
on and should not happen. If having a U+2003 EM SPACE character is desirable, then instead of LaTeX-specific markup (which is useless in the text buffer), that character should appear directly in the data so it is useful for display. Thanks for working on Org Mode. -- Ben Finney

Re: [O] how to get images support in Emacs on Windows?

2015-02-22 Thread Ben
rbert Sitz wrote: > Ben gmail.com> writes: > > > > You can download the corresponding dlls from ezwinports [fn:1] and > put them into emacs's `bin` directory. > > > > There are some instructions in the "Image support" part on page [f

Re: [O] how to get images support in Emacs on Windows?

2015-02-19 Thread Ben
You can download the corresponding dlls from ezwinports [fn:1] and put them into emacs's `bin` directory. There are some instructions in the "Image support" part on page [fn:2] . [fn:1] http://sourceforge.

[O] Bug: aborting capture to new file leaves 1-byte file behind [8.2.7c]

2014-09-07 Thread Ben Winslow
.2.7c-dist @ /usr/share/emacs24/site-lisp/org-mode/) -- Ben Winslow

[O] Bug: org-open-at-point bug for radio targets [8.2 (8.2-6-gd745cd-elpa @ /home/ben/.emacs.d/elpa/org-20130930/)]

2013-10-02 Thread ben
org-link-protocols)) (substring path 3)) t)) towards the end of the org-open-at-point function. Emacs : GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-08-22 on louvi, modified by Debian Package: Org-mode version 8.2 (8.2-6-gd745cd-elpa @ /home/ben/.emacs.d/elpa/org-20130930/)

[O] The color theme on the official website

2013-09-06 Thread Ben Duan
Dear all, What's the name of the color theme on the official site of orgmode? ( http://orgmode.org/img/main.jpg) And do you have any other recommendations for color themes? Thanks and regards, Ben

Re: [O] GFDL

2013-06-04 Thread Ben Finney
On 27-May-2013, Bastien wrote: > Ben Finney writes: > > Do you have a reference from some FSF official for that restriction? > > See this discussion: > http://lists.gnu.org/archive/html/emacs-devel/2012-12/msg00375.html Thanks very much for that information. I ha

Re: [O] GFDL

2013-05-25 Thread Ben Finney
affirmation, but as a question.” —Niels Bohr | _o__) | Ben Finney

Re: [O] GFDL

2013-05-20 Thread Ben Finney
x27;t time for it.” —_The New York Times_, 1939 | Ben Finney

Re: [O] org-mobile-push error produces wrong-type-argument error

2013-01-03 Thread Ben Finney
Bastien writes: > Hi Ben, > > Ben Finney writes: > > > I am getting the same error. I'm using the Org mode that comes with > > Emacs (“GNU Emacs 23.4.1”). > > You should not get this error anymore from maint. Thank you. I'm not in a position to use the m

Re: [O] Trimming quotes

2012-12-30 Thread Ben Finney
Nick Dokos writes: > Ben Finney wrote: > > > t...@tsdye.com (Thomas S. Dye) writes: > > > > > Can you point me to trimming guidelines for digest readers? > > > > In brief: Don't respond at all to a digest message. > > > > Instead, […]

Re: [O] Trimming quotes

2012-12-29 Thread Ben Finney
neither.” —Thomas Jefferson, in a | _o__)letter to Madison | Ben Finney

Re: [O] org-mobile-push error produces wrong-type-argument error

2012-12-14 Thread Ben Finney
What setting can I change to fix this? I would prefer to continue using the same Emacs and Org mode as I'm not the only one using these programs on the machine. -- \ “When we talk to God, we're praying. When God talks to us, | `\ we're schizophrenic.” —Jane Wa

Re: [O] multiline agenda and/or two-pane agenda selection

2012-10-15 Thread Ben
make it by default, just add (setq org-agenda-start-with-follow-mode t) in your .emacs . It will perhaps even solve your second point? Excellent, thanks to both of you! -- Ben Escoto

[O] multiline agenda and/or two-pane agenda selection

2012-10-15 Thread Ben
ading it's under would also appear, so the agenda view would look like: Monday15 October 1012 work:Scheduled:Client XYZ TODO Call Bob about paperwork so I have a bit more context. Perhaps other lines could be displayed too depending on the settings. Thanks for any ideas, -- Ben

Re: [O] Adding Timestamps

2011-09-13 Thread Ben Finney
I can wait an hour in | `\ only ten minutes.” —Steven Wright | _o__) | Ben Finney

Re: [O] Org-babel and LaTeX letter

2011-09-07 Thread Ben Alexander
ode, the wonderful documentation, the customize-able options, and the great help I get when I turn to the mailing list. You all rock! -Ben On 2011-Sep-06, at 17:58, Thomas S. Dye wrote: Aloha Ben, I'm not sure I understand what you are doing here, so please excuse me if I'

[O] Org-babel and LaTeX letter

2011-09-06 Thread Ben Alexander
. I think the wrapping code for babel execution of latex code is the issue. I'd be happy to install more tex files. I use MacPorts to maintain my system; perhaps I am missing a tex package that is needed? Any pointers would be helpful. -Ben ORG file * trial of latex #+begin_src latex

Re: [O] TAB

2011-05-30 Thread Ben Finney
Emacs users, not special to Org mode. -- \ “Anyone who is not shocked by quantum theory has not understood | `\ it.” —Niels Bohr | _o__) | Ben Finney

Re: [O] special characters for HTML

2011-05-19 Thread Ben Finney
ue.” —Bertrand Russell, _The | _o__) Value of Scepticism_, 1928 | Ben Finney

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-06 Thread Ben Finney
k forward to a new release making its way into Debian. Thanks again for the diagnosis and bug fix, guys. -- \ “Pinky, are you pondering what I'm pondering?” “I think so, | `\Brain, but if we give peas a chance, won't the lima beans feel | _o__)

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-05 Thread Ben Finney
ope they can be unified. -- \ “To succeed in the world it is not enough to be stupid, you | `\must also be well-mannered.” —Voltaire | _o__) | Ben Finney

Re: [O] [semi-OT] issue trackers?

2011-05-05 Thread Ben Finney
—Cato, 234–149 BCE, Relique | _o__) | Ben Finney

Re: [O] Bug: No property change from ‘org-clock-sum’

2011-05-05 Thread Ben Finney
Ben Finney writes: > When I use ‘org-clock-sum’ in Org-mode version 7.4, nothing appears to > happen: the items in the subtree are not updated and no ‘CLOCKSUM’ > property appears. > > Org-mode version 7.4 > GNU Emacs 23.2.1 (powerpc-unknown-linux-gnu, GTK+ Version 2.20.1)

Re: [O] Dumbquotes in exported source listings

2011-05-01 Thread Ben Finney
Sébastien Vauban writes: > Nick Dokos wrote: > > Ben Finney wrote: > >> Nowadays with Unicode available ubiquitously we can simply use the > >> correct typographical quotation marks directly in the plain text > >> file, but TeX and some other legacy sy

Re: [O] Dumbquotes in exported source listings

2011-05-01 Thread Ben Finney
Nick Dokos writes: > Ben Finney wrote: > > > TeX and some other legacy systems don't work very well with Unicode. > > AFAIK, TeX works fine with UTF8, given the defaults that org-mode > export uses. To be clear, I don't have any issue with Org and Unicode (I&#

Re: [O] Dumbquotes in exported source listings

2011-04-30 Thread Ben Finney
convey misinformation is to tell the | `\ strict truth.” —Mark Twain, _Following the Equator_ | _o__) | Ben Finney

Re: [O] emdash and endash

2011-04-18 Thread Ben Finney
is life.” | _o__) —John A. Hrastar | Ben Finney

Re: [O] emdash and endash

2011-04-17 Thread Ben Finney
sistent with. You're referring to conventions that attempt to preserve Unicode characters in ASCII. -- \ “… whoever claims any right that he is unwilling to accord to | `\ his fellow-men is dishonest and infamous.” —Robert G. | _o__) Ingersoll, _The Liberty of Man, Woman and Child_, 1877 | Ben Finney

[O] Bug: No property change from ‘org-clock-sum’

2011-04-07 Thread Ben Finney
system is profoundly dependent on commercial | `\ television and could not exist in its present form without it.” | _o__)—John Kenneth Galbraith, _The New Industrial State_, 1967 | Ben Finney

[O] No property change from ‘org-clock-sum’

2011-04-01 Thread Ben Finney
is lift forks?” —_Pinky and The Brain_ | Ben Finney

[O] [PATCH] Bury calendar buffer after "C-c ."?

2011-03-30 Thread Ben North
omething in the most recently used buffer, and find myself looking at the calendar instead. Regards, Ben. (The '-diff-wU10' one ignores whitespace changes, so you can see what I've done; the '-diff-U10' one includes all whitespace changes, for better applying.) or

[O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-18 Thread Ben
> > > I went that way because it was easier to implement. Though, there is > code somewhere to transpose tables (in Library of Babel, I think). So > you can type list items as columns instead, change the list into > a table, and transpose it. Voilà. > > Brilliant! Thank you again Nicolas! -- Ben

[O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread Ben
hank you again! > and the other way. > > I'm afraid I don't get the 'and the other way', does it means your code can go the column way as well?! Splendid thanks again Nicolas! -- Ben

[O] List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread Ben
make long list items / table content easy to edit. Does anyone has heard of such a possibility in Org? Many thanks to all! -- Ben [1] http://orgmode.org/worg/org-faq.html#table-multiline-fields [2] http://docutils.sourceforge.net/rst.html [3] http://docutils.sourceforge.net/docs/ref/rst/directives.html#list-table

Re: [O] Re: [Orgmode] Re: Org Babel and R issue with pdf latex export

2011-02-28 Thread Ben Ward
On Mon, 2011-02-28 at 11:56 -0600, Erik Iverson wrote: > Ben, > > And what about your .Rprofile. Since your R code does produce > a warning, I wonder if you have instructed R to take some > special action when it sees one? > R on my system is as default with no special instru

[O] Re: [Orgmode] Re: Org Babel and R issue with pdf latex export

2011-02-28 Thread Ben Ward
On 28/02/2011 11:24, Rainer M Krug wrote: On Mon, Feb 28, 2011 at 8:07 AM, Ben Ward wrote: On Sun, 2011-02-27 at 21:35 -0800, Dan Davison wrote: Ben Ward writes: Hi, I recently installed emacs, org-mode fresh on a new install of Arch Linux. Before I had it working on Ubuntu. I&#x

[Orgmode] Re: Org Babel and R issue with pdf latex export

2011-02-27 Thread Ben Ward
On Sun, 2011-02-27 at 21:35 -0800, Dan Davison wrote: > Ben Ward writes: > > > Hi, > > > > I recently installed emacs, org-mode fresh on a new install of Arch > > Linux. Before I had it working on Ubuntu. > > > > I've installed everything as before

[Orgmode] Org Babel and R issue with pdf latex export

2011-02-27 Thread Ben Ward
kage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{latexsym} \usepackage{amssymb} \usepackage{hyperref} \tolerance=1000 \providecommand{\alert}[1]{\textbf{#1}} \begin{document} \title{Test} \author{Ben J. Ward} \date{28 February 2011} \maketitle \setcounter{tocdepth}{3} \

[Orgmode] Org-Babel and R - no latex output

2011-02-27 Thread Ben Ward
kage{textcomp} \usepackage{marvosym} \usepackage{wasysym} \usepackage{latexsym} \usepackage{amssymb} \usepackage{hyperref} \tolerance=1000 \providecommand{\alert}[1]{\textbf{#1}} \begin{document} \title{Test} \author{Ben J. Ward} \date{28 February 2011} \maketitle \setcounter{tocdepth}{3} \

Re: [Orgmode] Images from R in LaTeX and PDF

2011-01-07 Thread Ben Ward
I'm using 7.4, which I think (unless a new versions recently arisen), the latest one, as it was recommended for interacting with R through babel. Thanks, Ben W. On 07/01/2011 19:45, Erik Iverson wrote: And what version of org are you using? Ben Ward wrote: #+begin_src R :exports both

Re: [Orgmode] Images from R in LaTeX and PDF

2011-01-07 Thread Ben Ward
. Then other images, placed with pretty much the same code, give or take for filenames and such, won't increace in size, but will alter their movement. I'm wondering if using pure latex for my images would be an easier solution. Cheers, Ben. On 07/01/2011 18:30, Thomas S. Dye wrote:

[Orgmode] Images from R in LaTeX and PDF

2011-01-07 Thread Ben Ward
p and such. Does anybody else use R with images and org, and could tell me how they handle including R graphics in their documents? Thanks, Ben. W ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmo

Re: [Orgmode] Babel and R issue when exporting to PDF via LaTeX in Windows 7

2011-01-03 Thread Ben Ward
On 03/01/2011 15:57, Erik Iverson wrote: Ben Ward wrote: Hi, all, I hope someone can help with this issue, Unfortunately I'm having a work PC upgrade, and it means Windows 7 and the order not to install any other system on it for compatibility and for the IT experts - I use the

[Orgmode] Babel and R issue when exporting to PDF via LaTeX in Windows 7

2011-01-02 Thread Ben Ward
uff), would normally be enough for everything to work. However in Windows I'm getting blank PDF's without any R stuff, although I did do a HTML export and the R code and results did get included into that. The org file with test R code is really very simple: #+TITLE: A Test of the org-b

Re: [Orgmode] arranging and publishing music with Org-mode and lilypond

2010-10-04 Thread Ben
e quite nifty. What an exciting perspective! org and lilypond combined together would be ... well, just fantastic! -- Ben ___ 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

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Ben Finney
lyn Beatrice Hall, _The Friends of | _o__) Voltaire_, 1906 | Ben Finney ___ 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

[Orgmode] Re: Gmane readers - please subscribe

2010-04-27 Thread Ben Finney
have understood. That's good enough for now. Let's get back to Org-mode discussions :-) -- \ “Dad always thought laughter was the best medicine, which I | `\guess is why several of us died of tuberculosis.” —Jack Handey | _o__)

[Orgmode] Re: Gmane readers - please subscribe

2010-04-27 Thread Ben Finney
Sebastian Rose writes: > Ben Finney writes: > > Since it's an infrequently-to-never accessed service, it's an > > unreasonable burden to expect the user to maintain unique > > passphrases for every such service. If for this list, why not for > > every such l

[Orgmode] Re: Gmane readers - please subscribe

2010-04-27 Thread Ben Finney
Tyler Smith writes: > Ben Finney writes: > > > A large part of my reason for reading via Gmane is to avoid yet > > another set of authentication credentials. Especially one that I > > never use; that's a security nightmare waiting to happen. So I'm not > &

[Orgmode] Re: Gmane readers - please subscribe

2010-04-26 Thread Ben Finney
_o__) this we should do freely and generously.” —Benjamin Franklin | Ben Finney ___ 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

[Orgmode] Re: possible bug: TAB after elipsis

2010-03-26 Thread Ben Finney
uite literally, what a very large part of our brain has | _o__) evolved to do.” —Douglas Adams | Ben Finney ___ 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

[Orgmode] Re: Wiki?

2010-02-19 Thread Ben Finney
ss we were all guilty, in a way. We all shot him, we all | `\ skinned him, and we all got a complimentary bumper sticker that | _o__) said, ‘I helped skin Bob.’” —Jack Handey | Ben Finney ___ Emacs-orgmode mailing list Please

[Orgmode] Re: Which Emacs on Ubuntu

2010-02-12 Thread Ben Finney
ady. If that appeals to you, just install the ‘emacs’ package. -- \ “If you are unable to leave your room, expose yourself in the | `\window.” —instructions in case of fire, hotel, Finland | _o__) | Be

[Orgmode] Re: Which Emacs on Ubuntu

2010-02-12 Thread Ben Finney
annoys me.” —Jack Handey | Ben Finney ___ 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] Misleading error message from beamer export

2010-02-03 Thread Ben Smith
I've tested your analysis and confirmed that was NOT the misspelled "CLASSS." Correcting the misspelling must have been coincident with something else. I wish had taken better notes. I'll continue to test to see what clobbered class list entry. -ben Carsten Dominik wrot

[Orgmode] Misleading error message from beamer export

2010-02-02 Thread Ben Smith
r was defined. Conclusion: it must be something in my own document that was mucking up the class list. And it was here: #+LaTeX_CLASSS_OPTIONS: [presentation] see the error? CLASSS (too many S's) It only took 2 hours to figure this one out. -ben -- Capt. Ben Smith R/V Coastal Surveyor

Re: [Orgmode] Re: The trick behind this website

2010-01-30 Thread Ben
-alist ... :postamble "" you can as well set the ;; :auto-preamble :auto-postamble values to t/nil. -- Ben ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://

[Orgmode] HTML / Site export: syntax to assign a class to a div

2010-01-30 Thread Ben
tbox". I've tried the #+HTML hacks, the html_attr, the drawers and even the #+anchor tag. In vain. I'm sure I'm missing something obvious. Any help would be really really much appreciated! -- Ben ___ Emacs-orgmode mailing list Pleas

[Orgmode] Re: How to combine the analogue (Moleskine) world with digital (org-mode) world ?

2010-01-24 Thread Ben Finney
tant use. -- \ “Faith may be defined briefly as an illogical belief in the | `\ occurrence of the improbable.” —Henry L. Mencken | _o__) | Ben Finney ___ Emacs-orgmode mailin

[Orgmode] Re: Repeater Options

2010-01-17 Thread Ben Finney
-- \“All opinions are not equal. Some are a very great deal more | `\robust, sophisticated and well supported in logic and argument | _o__) than others.” —Douglas Adams | Ben Finney ___ Emacs-orgmode mailing li

[Orgmode] Re: Repeating dates on named weekdays

2010-01-16 Thread Ben Finney
good morning”, he said. “Which I doubt”, said he. —A. A. Milne, | _o__) _Winnie-the-Pooh_ | Ben Finney ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmod

[Orgmode] Re: Date calculations

2009-12-30 Thread Ben Finney
s to conform themselves | `\ to fact, not to try and make facts harmonise with my | _o__) aspirations.“ —Thomas Henry Huxley, 1860-09-23 | Ben Finney ___ Emacs-orgmode mailing list Please use `Reply All' to send rep

[Orgmode] Re: small addition to The Org Manual

2009-12-21 Thread Ben Finney
he reader to the Emacs tutorial? -- \ “About four years ago, I was — no, it was yesterday.” —Steven | `\Wright | _o__)

[Orgmode] Re: Org needs your vote

2009-12-07 Thread Ben Finney
ve the situation. -- \ “I disapprove of what you say, but I will defend to the death | `\ your right to say it.” —Evelyn Beatrice Hall, _The Friends of | _o__) Voltaire_, 1906 | Ben Finney _

[Orgmode] Re: [OT] Emacs for email?

2009-12-02 Thread Ben Finney
Tassilo Horn writes: > Ben Finney writes: > > I would dearly love to use Gnus for email too, and am this →← close, > > but I have an interactive external program generating my message > > signatures and I can't figure out how to get it working in Emacs > > qu

[Orgmode] Re: [OT] Emacs for email?

2009-12-01 Thread Ben Finney
his fellow-men is dishonest and infamous.” —Robert G. | _o__) Ingersoll, _The Liberty of Man, Woman and Child_, 1877 | Ben Finney ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-o

[Orgmode] Re: Orgmode reference card

2009-11-28 Thread Ben Finney
and bird, the supreme triumph | `\ is to be most vividly, most perfectly alive” —D.H. Lawrence | _o__) | Ben Finney ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] Bug: org-mobile "Bad file encoding" [6.33trans]

2009-11-26 Thread Ben Alexander
me) the a-with-breve did not have an issue in the default coding system. I once had a problem with my original org files, but now I can't recreate that problem either. Sorry to bring bad news. On 2009-Nov-23, at 20:53, Ben Alexander wrote: I added the following lines (to my

Re: [Orgmode] Bug: org-mobile "Bad file encoding" [6.33trans]

2009-11-23 Thread Ben Alexander
t' problem, but it might also be just because I've copied old customization buffers forward from other machines. Thanks, Richard, for the tip, and thanks to all the rest of you for the org-mode community. -Ben On 2009-Nov-23, at 02:37, Richard Moreland wrote: Hi Ben, I'm

[Orgmode] Bug: org-mobile "Bad file encoding" [6.33trans]

2009-11-22 Thread Ben Alexander
don't have complete control over the webserver configuration. I'm stumped as to what I should try next. Any pointers will be appreciated, Ben Alexander == Emacs : GNU Emacs 22.3.1 (i386-apple-darwin9.7.0, Carbon Version 1.6.0) of 2009-06-07 on scarlett.local - Aquamac

[Orgmode] Re: Feature request: Periodic events based on count of specific weekdays

2009-11-20 Thread Ben Finney
-- \ “I distrust those people who know so well what God wants them | `\to do to their fellows, because it always coincides with their | _o__) own desires.” —Susan Brownell Anthony, 1896 | Ben Finney ___ Emacs-o

[Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-19 Thread Ben Finney
s First Law of Technology | _o__) | Ben Finney pgpi5Fz7Iagiy.pgp Description: PGP signature ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Feature request: Periodic events based on count of specific weekdays (was: Monthly events based on count of specific weekdays)

2009-11-19 Thread Ben Finney
Ben Finney writes: > […] “second Tuesday of the month” isn't niche, it is pretty common, I > would have thought. […] > > You'd have to ask Carsten to implement a new timestamp syntax. What > > would you propose as a more readable designation? How about a keywor

[Orgmode] Re: org-indent-mode and visual-line-mode

2009-11-19 Thread Ben Finney
line-mode’ appears to be a distraction from what you're describing; Carsten only needs to learn about ‘word-wrap’. -- \“The flattening of underwear with pleasure is the job of the | `\ chambermaid.” —hotel, Yugoslavia | _o__)

[Orgmode] Re: Is there a good way to use org as blog system?

2009-11-10 Thread Ben Finney
insufficiently robust? -- \ “Simplicity and elegance are unpopular because they require | `\ hard work and discipline to achieve and education to be | _o__)appreciated.” —Edsger W. Dijkstra | Ben Finney ___ Emacs

[Orgmode] Re: Monthly events based on count of specific weekdays

2009-11-09 Thread Ben Finney
Giovanni Ridolfi writes: > --- Dom 8/11/09, Ben Finney ha scritto: > > How about this: > > > >     <2009-10-13 Tue 14:00 +1m Tue> > > Does the "++1m" help? : > > ** TODO LUG meeting >DEADLINE: <2009-10-13 Tue 14:00 ++1m Tue> No,

  1   2   >