Re: How to export a single subtree but include document preamble?

2024-04-04 Thread Scott Randby
: *Subtree Title* :EXPORT_FILE_NAME: Exported-Subtree :EXPORT_LATEX_HEADER_EXTRA: \input{latex-preamble.tex} \hypersetup{pdftitle={Subtree Title},pdfauthor={Scott Randby},pdfsubject={},pdfkeywords={},pdfproducer={Emacs Org},pdfcreator={pdflatex}} \hypersetup{colorlinks=true,urlcolor=blue,link

Re: How to export a single subtree but include document preamble?

2024-04-03 Thread Scott Randby
I use a ‘PROPERTIES’ drawer right below the subtree's headline and in that drawer, I put the following code: :EXPORT_LATEX_HEADER_EXTRA: \input{latex-preamble.tex} Scott Randby

Re: mailto link issue in 9.5.5 and 9.6.6

2023-06-08 Thread Scott Randby
d I've been unable to alter its code so that setting `browse-url-mailto-function' to `browse-url-default-browser' works. But my grasp of Elisp is not good. I'm going to make a detailed bug report as soon as I can find the time to make it. Scott Randby

Re: mailto link issue in 9.5.5 and 9.6.6

2023-06-06 Thread Scott Randby
On 6/6/23 02:05, Ihor Radchenko wrote: Scott Randby writes: (4) I executed (customize-set-variable 'browse-url-mailto-function nil) and then executed (browse-url "mailto:sran...@gmail.com";). The result gave the same error messages. This sounds like Emacs bug, and I can re

Re: mailto link issue in 9.5.5 and 9.6.6

2023-06-06 Thread Scott Randby
On 6/6/23 10:30, Max Nikulin wrote: Try to set `browse-url-mailto-function' to `browse-url-default-browser'. I tried that yesterday and it didn't work.

Re: mailto link issue in 9.5.5 and 9.6.6

2023-06-05 Thread Scott Randby
On 6/5/23 15:48, Ihor Radchenko wrote: Scott Randby writes: When I execute (browse-url "mailto:sran...@gmail.com";) in the *scratch* buffer, I get the following: Debugger entered--Lisp error: (void-function nil) nil("mailto:sran...@gmail.com"; (nil))

Re: mailto link issue in 9.5.5 and 9.6.6

2023-06-05 Thread Scott Randby
On 6/5/23 02:00, Ihor Radchenko wrote: What will happen if you try M-: (browse-url"mailto:your-em...@blah.com";) ? I get this: Symbol's function definition is void: nil When I execute (browse-url "mailto:sran...@gmail.com";) in the *scratch* buffer, I get the following: Debugger entered--

mailto link issue in 9.5.5 and 9.6.6

2023-06-04 Thread Scott Randby
s definition is void: nil" How do I fix this issue? The other types of links I use (http, https, file, info) all work fine. Scott Randby

Re: HTML export meta tag

2023-05-29 Thread Scott Randby
On 5/29/23 16:37, Timothy wrote: Hi Scott, Just to give some support to my request, the HTML standard () says this: “Then, if the element is one of the void elements, or if the element is a foreign element, then there may be a singl

Re: HTML export meta tag

2023-05-29 Thread Scott Randby
On 5/29/23 14:07, Ihor Radchenko wrote: Scott Randby writes: This did not happen when I used Org 9.4.6: I wouldn't care about this change, but when I validate the page code (https://validator.w3.org/) I get the following: "Info: Trailing slash on void elements has no

HTML export meta tag

2023-05-29 Thread Scott Randby
ements has no effect and interacts badly with unquoted attribute values." The documentation I've seen states that the code without the trailing slash is the proper code. I request that the org-html--build-meta-entry function in ox-html.el be changed to eliminate the trailing slash. Scott Randby

Re: LaTeX fragment preview weirdness

2021-06-03 Thread Scott Randby
the LaTeX header.  The docstring for ‘org-latex-classes’ explains in more detail.  Also note that LaTeX export back-end does not append ‘LATEX_HEADER_EXTRA’ to the header when previewing LaTeX snippets (see *note Previewing LaTeX fragments::). #+END_QUOTE On 6/2/21 2:19 PM, Scott Randby wrote: That wo

Re: LaTeX fragment preview weirdness

2021-06-02 Thread Scott Randby
On 6/2/21 1:28 PM, Nick Dokos wrote: You probably want #+LATEX_HEADER_EXTRA, not #+LATEX_HEADER. Do (info "(org) Latex header and sectioning") where it says: #+BEGIN_QUOTE The LaTeX export back-end appends values from ‘LATEX_HEADER’ and ‘LATEX_HEADER_EXTRA’ keywords to the LaTeX header

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-02 Thread Scott Randby
On 6/2/21 12:07 PM, Stefan Nobis wrote> I have --8<---cut here---start->8--- (setq org-latex-pdf-process '("latexmk -f -pdf -%latex -outdir=%o %f")) --8<---cut here---end--->8--- I could not get that setting to work. The

LaTeX fragment preview weirdness

2021-06-02 Thread Scott Randby
--END-- Scott Randby

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-02 Thread Scott Randby
about the case in which TeX is installed after Emacs is installed? I do this sometimes. Scott Randby

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-02 Thread Scott Randby
up so that they just work out of the box. It took me a long time to figure out how to get Emacs to find TeX so that previewing LaTeX fragments works (the solution is not in the Org manual). (1) Which one of the above suggestions should I use? I don't want interactions when I'm exporting. I don't want to have to mess with a configuration file either. (2) How many shell commands will org-latex-pdf-process need? Right now there are three. Replace those three with just one latexmk? Scott Randby

Re: suggestion to change default org-latex-pdf-process to latexmk

2021-06-01 Thread Scott Randby
he additional dependncy and how to resolve it (for all supported platforms). As a constant user of Org's LaTeX export capability, this change would break my ability to export to PDF, and it would be difficult for me to fix. I don't support this change. Scott Randby

Re: New website - back to the old unicorn!

2020-10-26 Thread Scott Randby
nd students can easily see why Org is so great. Scott Randby

Re: Website revamp?

2020-07-30 Thread Scott Randby
been significant changes to Org since version 7, and the manual isn't available anymore (as stated on the page). Potential and new users might be confused by the advertisement. Perhaps there is another graphic that can replace the graphic of the cover of the printed reference manual. Scott Randby

Re: [O] blogging wih org-mode

2019-09-29 Thread Scott Randby
only. > > (I met difficulties with lazyblorg, for example. I did not succeed to > understand how it works.) > Does this help? https://diego.codes/post/blogging-with-org/ Scott Randby

Re: [O] Weird Headline Behavior

2019-02-12 Thread Scott Randby
On 2/12/19 5:37 PM, Nicolas Goaziou wrote: > Hello, > > Scott Randby writes: > >> I've been noticing some unusual behavior when I manipulate headlines (Org >> 9.2). >> >> I have the following (or something similar) at the very end of many Org >

[O] Weird Headline Behavior

2019-02-08 Thread Scott Randby
r corrects everything, but it is inconvenient to have to use regular copy and yank commands when I want to copy the subtree to a different file. Can anyone provide some insight into this? Scott Randby

Re: [O] Org without Emacs?

2019-01-30 Thread Scott Randby
On 1/29/19 8:33 PM, nly wrote: > btw, you can run emacs on android, and use org from there. > > You can install termux from fdroid > and then, at a termux shell, enter: > $ pkg install emacs > I have Termux and Emacs installed on my Android tablet, but I've had too many issues with yanking from

Re: [O] Org without Emacs?

2019-01-29 Thread Scott Randby
On 1/28/19 11:42 PM, Tim Cross wrote: > Of course, this says nothing about the ethical position associated with > re-implementing functionality from a GPL'd sysem under a non-free license. We > can hope people do the right thing, but have no control to enforce it. I also > doubt it will cause an

Re: [O] Org without Emacs?

2019-01-28 Thread Scott Randby
On 1/28/19 4:13 PM, Tim Cross wrote: > As org is implemented in elisp, there are only two options for > implementing org outside of emacs > > 1. Implement a full elisp runtime in the alternative envrionment > 2. Re-implement org functionality in a different language and runtime. > > I think 1 is

Re: [O] Org without Emacs?

2019-01-28 Thread Scott Randby
On 1/28/19 9:14 AM, Neil Jerram wrote> My only worry would be if any of this support in other tools is cover > for attacking the copyleft and hence unity of how Org works; aimed > ultimately at fragmenting the Org ecosystem. I like your point! > As long as that is not the case, I'm happy to full

[O] Org without Emacs?

2019-01-28 Thread Scott Randby
ality? I'm not convinced that Org can be divorced from Emacs. Maybe parts of it can be separated. Scott Randby

Re: [O] Table Columns

2019-01-24 Thread Scott Randby
On 1/24/19 3:36 PM, Nicolas Goaziou wrote: > Scott Randby writes: > >> I wonder this: Is there a way to tell Org to align and shrink all the >> tables in an Org file after startup or does it have to be done on an >> individual basis? > > It should be > >

[O] Table Columns

2019-01-24 Thread Scott Randby
that table, but that is one more thing I have to remember to put in the macro. It would be easiest if I could just tell Org to unshrink (which is what I actually want) all tables in the file before I run the macro. Scott Randby

[O] Table Columns

2019-01-24 Thread Scott Randby
onder this: Is there a way to tell Org to align and shrink all the tables in an Org file after startup or does it have to be done on an individual basis? Scott Randby

Re: [O] Clone tree backwards in time

2019-01-21 Thread Scott Randby
On 1/21/19 12:49 PM, Nicolas Goaziou wrote: > Hello, > > Yasushi SHOJI writes: > >> Done. > > Thank you. Applied now. Yasushi: Thank you for your patch. Scott

Re: [O] Link Bug?

2019-01-15 Thread Scott Randby
On 1/15/19 4:07 PM, Marco Wahl wrote: > Hi, > > Scott Randby writes: > >> First, I'm using Emacs 26.1 and Org 9.2. >> >> If I have [[./page.html]] in an Org file and I click on the link, >> page.html is opened in my browser, but if I have >> [[./

[O] Link Bug?

2019-01-15 Thread Scott Randby
of a page in my browser that starts at the desired place. I'm not sure if this is a bug or not, but it isn't the kind of behavior I want. Is there any way of getting around this behavior? Scott Randby

Re: [O] Clone tree backwards in time

2019-01-15 Thread Scott Randby
On 1/13/19 8:23 PM, Yasushi SHOJI wrote: > On Thu, Jan 10, 2019 at 1:28 PM Scott Randby wrote: >> On occasion, I need to clone a tree backwards in time. I tried using >> something like -2d (instead of the usual +2d) without success. Is there a >> way to clone backwards in

[O] Clone tree backwards in time

2019-01-09 Thread Scott Randby
Hello, On occasion, I need to clone a tree backwards in time. I tried using something like -2d (instead of the usual +2d) without success. Is there a way to clone backwards in time? Scott Randby

Re: [O] Release 9.2

2018-12-28 Thread Scott Randby
lease happen has my appreciation and thanks. Scott Randby

Re: [O] Release 9.2

2018-12-27 Thread Scott Randby
On 12/27/18 4:41 AM, Bastien wrote: > Hi all, > > Org 9.2 is out: https://orgmode.org The link https://orgmode.org/org-9.2.tar.gz gives a 404 Not Found page. Can someone please fix this? Scott Randby

Re: [O] Moving from Jekyll to Orgmode

2018-04-29 Thread Scott Randby
On 04/29/2018 04:50 AM, ST wrote: > Hi Scott, > > thank you, and all other responders, for the shared information. The > reason I want to leave Jekyll is because I don't want to depend on a > tool that relies on language (Ruby)/environment that I don't know/use > (in this respect Hugo is the same

Re: [O] Moving from Jekyll to Orgmode

2018-04-28 Thread Scott Randby
> I think Org is a good website publishing tool in many ways. I've been using it for making and publishing my website since 2010. Sure, it has some limitations, but I think it can be made to work nicely for a lot of types of sites. But I do agree that the Org/Hugo combination is really good. Scott Randby

Re: [O] BeOrg

2018-01-02 Thread Scott Randby
is not absolute. And it's specifically phrased as a guideline > ("should"), not as a requirement. > Emacs for Windows is still free software with source code and everything. BeOrg is not free software. Scott Randby

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-18 Thread Scott Randby
On 12/17/2017 10:14 PM, Grant Rettke wrote: > On Sun, Dec 17, 2017 at 10:55 AM, Scott Randby wrote: >> >> On 12/15/2017 01:43 PM, Grant Rettke wrote: >>> Write it in Org. Export to Pandoc file pandoc-A. >>> >>> Export Pandoc file pandoc-A to Word fi

Re: [O] advice please: best way to export to DOC(X) with maths

2017-12-17 Thread Scott Randby
at you mean by a Pandoc file. What is the file format of pandoc-A? Is this what you mean? Pandoc: Org -> word-A Pandoc: word-A -> pandoc-B.org Pandoc: word-C -> pandoc-C.org Scott Randby

Re: [O] setting local variables

2017-09-21 Thread Scott Randby
On 09/20/2017 07:16 PM, Kaushal Modi wrote: > I have to agree with Carsten. I use unnumbered table of contents all the >> time in web pages. Almost all of my Org files that generate web pages have >> the following: >> >> #+options: num:nil toc:t >> > > @Scott Please see that other thread[1]. I ha

Re: [O] setting local variables

2017-09-20 Thread Scott Randby
Almost all of my Org files that generate web pages have the following: #+options: num:nil toc:t The change should be reverted. I wish I had paid attention to this thread. I thought it was about something else. Scott Randby > > >> >> Sounds good! >> >> >> >

Re: [O] [RFC] Remove Org Struct mode

2017-08-20 Thread Scott Randby
frustrating that simple things like C-c C-u don't work in OrgStruct. Removing OrgStruct from the Org code base would be incentive for me to finish rewriting my configuration files. However, I have to wonder what harm is caused by leaving OrgStruct in the code base. Scott Randby

Re: [O] EXPORT_HTML_HEAD Issue

2017-08-13 Thread Scott Randby
On 08/13/2017 09:19 AM, Nicolas Goaziou wrote: > Hello, > > Scott Randby writes: > >> In the properties of a subtree, I have several :EXPORT_HTML_HEAD: >> lines. When I export to HTML, only the first of the lines exports to >> the header. I can get two lines to ex

[O] EXPORT_HTML_HEAD Issue

2017-08-12 Thread Scott Randby
lines. This behavior does not happen when I have several #+HTML_HEAD: lines the document. What is going on? Using Org 9.0.3. Scott Randby -- Scott Randby sran...@gmail.com http://srandby.org/ PGP key ID: 0xF2D38A63 Key server: http://pool.sks-keyservers.net/ Key fingerprint: 5418 123E DCD3

Re: [O] LaTeX Export

2017-08-10 Thread Scott Randby
On 08/10/2017 11:35 AM, Richard Lawrence wrote:> Hi Scott, > > Scott Randby writes: > >> I tried this in the properties associated with a subtree: >> :export_latex_header: >> \hypersetup{pdfauthor={foo},pdftitle={foo},pdfsubject={foo},pdfkeywords={foo},pdf

[O] LaTeX Export

2017-08-09 Thread Scott Randby
? :export_add_latex_header: \hypersetup{pdfauthor={foo},pdftitle={foo},pdfsubject={foo},pdfkeywords={foo},pdfproducer={foo},pdfcreator={foo}} Scott Randby -- Scott Randby sran...@gmail.com http://srandby.org/ PGP key ID: 0xF2D38A63 Key server: http://pool.sks-keyservers.net/ Key fingerprint: 5418 123E

Re: [O] org to static site?

2017-06-10 Thread Scott Randby
On 06/10/2017 05:21 AM, Nicolas Goaziou wrote: > Hello, > > Scott Randby writes: > >> On 06/05/2017 05:16 PM, Nick Dokos wrote: > >>> Can this paragraph please be added to >>> http://orgmode.org/worg/org-quotes.html? >>> It certainly added a s

Re: [O] org to static site?

2017-06-05 Thread Scott Randby
On 06/05/2017 05:16 PM, Nick Dokos wrote: > Scott Randby writes: > >> On 06/05/2017 01:59 AM, John Ankarström wrote: >>> On June 5, 2017 1:26:15 AM GMT+07:00, Scott Randby >>> wrote: >>>> >>>> Maybe this is too primitive, but I keep all the

Re: [O] org to static site?

2017-06-05 Thread Scott Randby
On 06/05/2017 01:59 AM, John Ankarström wrote: > On June 5, 2017 1:26:15 AM GMT+07:00, Scott Randby wrote: >> >> Maybe this is too primitive, but I keep all the content in one Org >> file >> and export the text under each top-level headline as a single HTML >> pag

Re: [O] org to static site?

2017-06-04 Thread Scott Randby
e file. Keeping all the content in one file makes it really easy to add new pages and edit old pages. I use a preamble for site navigation. Scott Randby

Re: [O] [org] different key binding between GUI emacs and emacs -nw

2017-05-30 Thread Scott Randby
e's GTK+ linux or Xubuntu. So it seems that's something that aught > to be investigated and eventually fixed. I have no issues on Xubuntu with Org key bindings. I'm using Emacs 24.5.1 and Org 9.0.3 on Xubuntu 16.04. Scott Randby

Re: [O] Problems with opening a link

2017-03-31 Thread Scott Randby
on which I have set to browse-url-firefox. The variable browse-url-generic-program has no value on my system. Scott > > Carsten > > On Fri, Mar 31, 2017 at 2:22 PM, Scott Randby <mailto:sran...@gmail.com>> wrote: > > On 03/31/2017 05:39 AM, Carsten Dominik wrote: &g

Re: [O] Problems with opening a link

2017-03-31 Thread Scott Randby
o %23 The link worked fine when I tried opening it from an Org file. I'm using Org 9.0.3 in Emacs 24.5.1 and my browser is Firefox. Scott Randby > > Where does this happen, and how can I fix this? > > Thank you. > > Carsten

Re: [O] Complex conversion of text to org table

2017-03-12 Thread Scott Randby
On 03/12/2017 11:35 AM, Xebar Saram wrote: > Thx Vicente! > > Thats a decent idea. can this be all wrapped in a function (i have zero > coding skills :)) ? i have hundreds of these tables to convert :) > > best! > > Z OR 3/4, cup, milk 2, tablespoons, white vinegar 1, cup, all-purpose flour 2

Re: [O] Complex conversion of text to org table

2017-03-12 Thread Scott Randby
| egg | | 2 tablespoons | butter melted | | | cooking spray | Scott Randby > > On Sun, Mar 12, 2017 at 5:26 PM, Vicente Vera <mailto:vicente...@gmail.com>> wrote: > > Hello. In this case Org splits into columns everytime

Re: [O] workflow, matlab+latex in org file

2017-03-11 Thread Scott Randby
On 03/10/2017 04:15 PM, Uwe Brauer wrote: > >> On 03/10/2017 11:08 AM, Uwe Brauer wrote: > >> You need to change "#+BEGIN_LaTeX" to "#+begin_export latex" and >> "#+END_LaTeX" to "#+end_export" for Org 9.0 and above. > > Thanks, very much, I never understand what is the benefit of th

Re: [O] workflow, matlab+latex in org file

2017-03-10 Thread Scott Randby
ft(e + p\right)\, R^2 + e\right)}^2} >> \end{array}\right) >> #+END_LaTeX > > How do I suppose to continue now? Because if I export this to a latex > file the latex equations are not exported! I admit that I only use org > files this way export them to latex and conti

Re: [O] empty search causes infinite loop?

2017-01-25 Thread Scott Randby
if > when prompted for a search string, I hit RETURN, Aquamacs dives into > an infinite loop. I have to force-quit Aquamacs and restart. This doesn't happen with Org 9.0.3 in GNU Emacs 24.5.1 on Xubuntu 16.04. Maybe updating Org will fix the problem. Scott Randby > > -- Pete > >

Re: [O] Link type for HTML5 videos

2017-01-22 Thread Scott Randby
t; >> > id="video-tag" >> src="quadratic.webm" >> controls >> preload="metadata"> >> Your browser does not support the video tag. >> >> >> #+end_export >> >> Styling is done v

Re: [O] Link type for HTML5 videos

2017-01-22 Thread Scott Randby
the video tag. #+end_export Styling is done via a CSS file. It might be difficult to agree on what a video or audio link type renders to by default. Scott > > > On Sun, Jan 22, 2017 at 1:09 PM Scott Randby <mailto:sran...@gmail.com>> wrote: > > On

Re: [O] Link type for HTML5 videos

2017-01-22 Thread Scott Randby
a link type to videos, then I think there should be one for audio too. Scott Randby > > Thanks, > Arun Isaac. >

Re: [O] A modest "framework" for authoring teaching material with org-mode

2016-12-20 Thread Scott Randby
.tem-tsp.eu/~berger_o/org-teaching/ > > > An example slides deck (self documenting it) : > http://www-public.tem-tsp.eu/~berger_o/org-teaching/slides.html > and corresponding handbook : > http://www-public.tem-tsp.eu/~berger_o/org-teaching/handbook.pdf > > > Feel free to

Re: [O] Remove Org from Emacs repository?

2016-12-19 Thread Scott Randby
+1 for Keeping Org in Emacs. Scott Randby On 12/18/2016 08:20 AM, Carsten Dominik wrote: > Dear all, > > I'd hate to see Org removed from Emacs. It took a lot of work to get it > in, and I believe that the vast majority of Emacs users does not install > packages. For a ne

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-11 Thread Scott Randby
On 12/10/2016 07:05 PM, Nicolas Goaziou wrote: > Hello, > > Scott Randby writes: > >> First, a_b_c and a_bc give nearly identical results when processed >> except that the spacing between letters in the subscript coming from >> a_b_c is wider than that in the s

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-10 Thread Scott Randby
On 12/07/2016 06:21 AM, Nicolas Goaziou wrote: > Hello, > > Scott Randby writes: > >> On 12/06/2016 06:50 PM, Nicolas Goaziou wrote: >>> I fixed it in maint. Basically, a_b_c is translated as a\(_b\)\(_c\). >> >> With this solution, "a" will

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-06 Thread Scott Randby
On 12/06/2016 06:50 PM, Nicolas Goaziou wrote: > Hello, > > Scott Randby writes: > >> I don't think you can blame Org for the crashes you've experienced. Org >> exports the string "a_variable_deleteThisAndItWorks" to >> "a\(_{\text{var

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-06 Thread Scott Randby
dge of LaTeX or understanding of TeX distributions. Installing Emacs was a challenge for some of my friends. The only solution I've been able to devise is to provide as much help as possible and to encourage my friends to subscribe to this mailing list. Scott Randby > > What do you

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-05 Thread Scott Randby
rted LaTeX file contains an invalid LaTeX expression that came from a ambiguous string, so pdfTeX shows an error when processing the LaTeX file. Using additional markup of the string so that Org exports it as a valid LaTeX expression is the solution to the problem. Scott Randby

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-04 Thread Scott Randby
On 12/04/2016 05:13 AM, Nicolas Goaziou wrote: > Scott Randby writes: > >> There is an interesting issue here. I sometimes want to use ~ in a code >> snippet, so I can't use ~code snippet~. Yet, > > Indeed, this was discussed in this ML. We need some escape charact

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-03 Thread Scott Randby
On 12/03/2016 05:31 PM, Charles C. Berry wrote: > On Sat, 3 Dec 2016, Scott Randby wrote: > >> On 12/03/2016 02:40 PM, Scott Otterson wrote: >>> When an org file contains a string with more than one underscore, the >>> orgmode export result will crash latex (example

Re: [O] Multiple underscores crash org latex export; other exporters survive

2016-12-03 Thread Scott Randby
s a double subscript, so the problem is with the string and not Org's LaTeX export. Your string: a_variable_deleteThisAndItWorks Properly formed string: a_{variable_{deleteThisAndItWorks}} Scott Randby > > Many people have orgfiles with heavily underscored code snippets buried >

Re: [O] How are people handling their calendars?

2016-10-25 Thread Scott Randby
On 10/25/2016 05:59 AM, Eric S Fraga wrote: > On Tuesday, 25 Oct 2016 at 00:49, Scott Randby wrote: >> Since I lack the knowledge that appears to be needed to get calendar >> syncing to work, my need for a calendar on my phone is limited, and it >> pains me greatly to m

Re: [O] How are people handling their calendars?

2016-10-24 Thread Scott Randby
is embarrassingly simple and it has no features that many would want to have, but I don't need those features. All I need is to be able to look at my calendar when I don't have my laptop, and this system allows me to do that. Scott Randby > > Do any of you have a working two way set up with CalDAV or anything? > > Cheers, > Tristan

Re: [O] Request: change SVG embedding in exported HTML

2016-07-24 Thread Scott Randby
On 07/24/2016 12:50 PM, Christian Moe wrote: > > I disagree. A switch to for SVG export (1) is not necessary for > scaling, and (2) would disable other useful features that are presently > available out of the box. > > (1) It *is* a bit easier to scale SVG with in HTML. But you *can* > scale SV

Re: [O] Request: change SVG embedding in exported HTML

2016-07-23 Thread Scott Randby
On 07/23/2016 08:53 AM, Jarmo Hurri wrote: > > Greetings. > > Request: An SVG file embedded in exported HTML should be embedded using > the tag instead of . I second this request. Right now, I use HTML code for SVG images, and I'd rather use Org markup instead. Scot

Re: [O] Tuning the layout of published html

2016-07-19 Thread Scott Randby
On 07/19/2016 09:59 AM, Robert Klein wrote: You can use the preamble and postamble features for this. This solves a problem that has been bugging me for some time. All I need to do is use the preamble to solve my problem. Why didn't I think of that sooner? Scott Randby

Re: [O] Tuning the layout of published html

2016-07-19 Thread Scott Randby
On 07/19/2016 10:27 AM, Jarmo Hurri wrote: This is where I don't know what exactly is going to happen. Org writes quite a bit of CSS in each exported HTML file. If I add in, say, a vertical navigation bar, how am I going to control its placement with respect to everything else that is already i

Re: [O] Tuning the layout of published html

2016-07-19 Thread Scott Randby
On 07/19/2016 09:09 AM, Jarmo Hurri wrote: Greetings. I am writing teaching material (for programming) using Org. All the material (text, figures, code, program outputs) are written using Org and Babel-supported languages. Publishing to html works just fine. What I would like to do, however, is

[O] [OT] Emacs on Android

2016-04-10 Thread Scott Randby
Since there have been discussions on this list about using Org on an Android phone, I thought some might be interested in this: http://endlessparentheses.com/running-emacs-on-android.html Scott Randby sran...@gmail.com http://srandby.org/ PGP key ID: 0xF2D38A63 Key server: http://pool.sks

Re: [O] Default html export css styles?

2015-09-01 Thread Scott Randby
On 09/01/2015 11:52 AM, Lawrence Bottorff wrote: When I do an HTML export of my org buffer, it produces a default css section in the head:

Re: [O] Inline Images Export Bug

2015-08-26 Thread Scott Randby
On 08/26/2015 06:40 PM, Pip Cet wrote: Okay, I just checked (sorry, had to regenerate the files and that took some time), and with the current version of Firefox the code I pasted is unnecessary. The problem I had with previous Firefox versions is that those decided on a scale for displaying the

Re: [O] Inline Images Export Bug

2015-08-26 Thread Scott Randby
On 08/26/2015 06:35 PM, Rasmus wrote: Scott Randby writes: I will experiment a bit to see if I can get the tag solution working for me. But given the short amount of time I have to get my pages up (by Sunday), I will probably put the desired HTML code into the Org file directly until the

Re: [O] Inline Images Export Bug

2015-08-26 Thread Scott Randby
On 08/26/2015 02:06 PM, Rasmus wrote: If you can provide a (html) solution that takes into consideration the issues mentioned on SO that would of course be great. In the age of d3.js interactivity COULD be an issue (I would always load "interactive svgs" via JS, but I'm a pretty naïve svg user

Re: [O] Inline Images Export Bug

2015-08-26 Thread Scott Randby
On 08/26/2015 02:06 PM, Rasmus wrote: Hi Scott, Thanks for your bug report. Scott Randby writes: When did Org start using the tag for inline image HTML export? You should use git-blame to find out if you care. I don't use the git repository for Org, so I'll just have to

[O] Inline Images Export Bug

2015-08-26 Thread Scott Randby
o exported HTML pages. This is done using an tag. When nil, an anchor with href is used to link to the image. Clearly, Org 8.3 is not using an tag when exporting SVG images to HTML, something which is a major issue for me. It essentially makes Org unusable for HTML export. I really would ap

Re: [O] HTML Export, CSS Styling

2015-08-22 Thread Scott Randby
ng or is "in-line styling" just not a feature within Org (yet?)? I use inline styling all the time with code like this: @@html:id="con">interest@@ I set the properties of con in a stylesheet, but they can also be put into the org file directly. Scott Randby Thanks! --David

Re: [O] Stable releases

2015-08-18 Thread Scott Randby
x-with-hyperref' will be back in 8.3.2 as I don't see why we needed to remove this option too. I appreciate this a great deal. It will make my life easier to have this variable back in Org. Scott Randby Thanks,

Re: [O] 8.3.1 and org-latex-with-hyperref

2015-08-16 Thread Scott Randby
On 08/16/2015 09:36 AM, Bastien Guerry wrote: Scott Randby writes: Unfortunately, the \hypersetup{...} generated by org is last one in the preamble when an org document is exported. Is there anything to fix here? Yes in my opinion. Return the org-latex-with hyperref variable to Org

Re: [O] Stable releases

2015-08-13 Thread Scott Randby
On 08/13/2015 05:32 AM, Eric S Fraga wrote: On Wednesday, 12 Aug 2015 at 15:06, Scott Randby wrote: [...] If there are no stable releases, then maybe the web site should not say: "Stable version 8.3.1 (Aug. 2015)." Perhaps "stable" should just be eliminated from that ph

Re: [O] Stable releases

2015-08-12 Thread Scott Randby
On 08/12/2015 01:37 PM, Achim Gratz wrote: Scott Randby writes: While I've used Org's development version in the past, I stopped doing that due to my failure to learn how to use git (no time) and other issues. Now, I only use the stable releases. But the latest 8.3 release doesn

Re: [O] Stable releases

2015-08-12 Thread Scott Randby
On 08/11/2015 04:56 PM, Rasmus wrote: Hi, The definition of a major release is in README_maintainer: Main releases are made whenever Org is in a state where the feature set is consistent and we feel that the features that are implemented is something we want to support in the fut

Re: [O] Stable releases

2015-08-12 Thread Scott Randby
On 08/12/2015 09:39 AM, Nicolas Goaziou wrote: Hello, Scott Randby writes: When I started using 8.3, I discovered that the behavior of commented headlines had been changed---a change with which I disagree, a change I could not find in the release notes, and one which forces me to alter a

[O] Stable releases

2015-08-11 Thread Scott Randby
lease? Org is by far the most important piece of software I use (I hate it when I can't use Org), and bugs (which I know can't be avoided) make it hard, even impossible, for me to get my real work done. If there is a way for me to minimize encountering bugs, I will appreciate a description of that way. Scott Randby

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Scott Randby
On 08/11/2015 10:16 AM, Peter Davis wrote: One of the persistent frustrations for me with Thunderbird is that it still, even years after the problem was reported, can't get the unread counts correct for various folders all the time. It frequently shows unread counts for folders that have no unre

Re: [O] [OFF TOPIC] almost giving up on emacs email..looking for advice?

2015-08-11 Thread Scott Randby
up, it is very easy to use, and I can still use Emacs for writing and editing email (as I'm doing now) with the External Editor add-on (http://globs.org/). Scott Randby 3) To bring this somewhat back on topic, I've recently discovered org capture, and I love the fact that I can c

Re: [O] 8.3.1 and org-latex-with-hyperref

2015-08-09 Thread Scott Randby
On 08/09/2015 03:54 AM, Suvayu Ali wrote: On Sat, Aug 08, 2015 at 03:04:52PM -0400, Scott Randby wrote: On 08/08/2015 02:50 PM, Rasmus wrote: Scott Randby writes: Sorry for the noise, I figured out how to prevent the automatic insertion of \hypersetup{...} by deleting the settings for org

  1   2   3   >