Hi Eric,
Eric S Fraga writes:
> On Wednesday, 31 May 2017 at 05:22, Loris Bennett wrote:
>> I don't know the answer to your question, but I am interested in how you
>> are creating an org file synced from your departmental calendar. Could
>> you share some details of the setup?
>
> What calenda
Florian Lindner writes:
> Hello,
>
> two questions about moving attachments to org files:
>
> C-c C-a a attaches a file and stores it under ./data/ID/...
>
> Using C-c C-a s I can set another directory a attachment directory.
> Can I make org-mode move the content of the previous
> directory to t
On Wed, May 31, 2017 at 5:35 PM, wrote:
> Hello John,
>
>> instead of footnotes. Have you considered just changing the definition
>> in LaTeX instead? [1] [2]
>
> Yes, may be the redaction of my request was not very clear, I'm sorry. I did
> not want to do that, because I foresee that someone may
This is what filters are for. In your case `:filter-link' needs to
have a function that changes `includegraphics' to `simplesvg', if I
get what you want.
Oh! Thanks! I was unaware of this. I'll try :) .
Edgar
-
ONLY AT VFEmail! - Use our Metad
Hello John,
instead of footnotes. Have you considered just changing the definition
in LaTeX instead? [1] [2]
Yes, may be the redaction of my request was not very clear, I'm sorry. I
did not want to do that, because I foresee that someone may think that
my \includesvg is the \includesvg from th
Chunyang Xu writes:
> It is said that Nanoc is flexible. You can convert org mode to
> HTML with Pandoc or Emacs. Nanoc supports Pandoc out of box. To
> use Emacs, you need to write your own "filter" (Nanoc's
> terminology, i.e., convert one format into another), for
> example,
> [...]
> I just c
Hi Johannes
In a terminal with at least 16 colors the terminal color white (ID 7)
which is used for the face org-hide is darker than the terminal color
bright white (ID 15). Bright white is usually the same as the light
background. Use M-x list-colors-display in a terminal Emacs and look
at the fi
On 2017-05-31 16:00, Matt Price wrote:
I'm trying to wean myself off of Wordpress for next year's teaching
websites, and am wondering what solutions other people are using for
turning a collection of org pages and/or subtrees into a static html
site. I am leaning towards Hugo but honestly not for
Matt Price writes:
> I'm trying to wean myself off of Wordpress for next year's teaching
> websites, and am wondering what solutions other people are using for
> turning a collection of org pages and/or subtrees into a static html site.
> I am leaning towards Hugo but honestly not for any sensibl
On Wed, 31 May 2017, ed...@openmail.cc wrote:
Hello dear list,
* Summary
I want to know if someone could tell me how to replace (the macro, function,
string) includegraphics for something else when exporting to LaTeX. In my
case, simplesvg.
This is what filters are for. In your case `:fi
I have used blogofile for many years now. I write the posts in orgmode but
export them to html with the required yaml header.
That approach could also be used for markdown. This old
http://kitchingroup.cheme.cmu.edu/blog/2013/09/27/Publishing-to-blogofile-using-org-mode/
but lays out the basic app
On Wed, May 31, 2017 at 10:34:57AM -0500, John Hendy wrote:
> On Wed, May 31, 2017 at 10:29 AM, Russell Adams
> wrote:
> >
> > On Wed, May 31, 2017 at 11:17:10AM -0400, Jeffrey Brent McBeth wrote:
> >> Nikola supports org-mode last I checked though?
> >
> > I think it tries to remotely call emacs
On Wed, May 31, 2017 at 11:08 AM, Puneeth Chaganti wrote:
> I really wrestled with getting it to behave initially. I hope the
> intro to the docs is a joke, as either I'm an idiot or the author
> definitely failed :)
> - https://getnikola.com/handbook.html
>
> "DON'T READ THIS MANUAL. IF YOU NEED
I really wrestled with getting it to behave initially. I hope the
intro to the docs is a joke, as either I'm an idiot or the author
definitely failed :)
- https://getnikola.com/handbook.html
"DON'T READ THIS MANUAL. IF YOU NEED TO READ IT I FAILED, JUST USE THE
THING."
To be fair to the author,
On Wed, May 31, 2017 at 10:29 AM, Russell Adams
wrote:
>
> On Wed, May 31, 2017 at 11:17:10AM -0400, Jeffrey Brent McBeth wrote:
>> Nikola supports org-mode last I checked though?
>
> I think it tries to remotely call emacs to compile the org to html, but I
> didn't want the extra layers. Markdow
On Wed, May 31, 2017 at 10:17 AM, Jeffrey Brent McBeth
wrote:
> Nikola supports org-mode last I checked though?
Make that a +1 for Nikola, and confirming it supports Org-mode. I just
started setting up an online portfolio/blog via github.io and found
these helpful:
- http://cestlaz.github.io/post
On Wed, May 31, 2017 at 11:17:10AM -0400, Jeffrey Brent McBeth wrote:
> Nikola supports org-mode last I checked though?
I think it tries to remotely call emacs to compile the org to html, but I
didn't want the extra layers. Markdown is adequate.
> I use Nikola, and find the documentation frustr
Nikola supports org-mode last I checked though?
I use Nikola, and find the documentation frustratingly incomplete, but not so
frustrating as to change :)
Jeff
--
"The man who does not read good books has no advantage over
the man who cannot read them."
-- not Mark Twain, maybe a southen lib
On Wed, May 31, 2017 at 11:00:10AM -0400, Matt Price wrote:
> I'm trying to wean myself off of Wordpress for next year's teaching
> websites, and am wondering what solutions other people are using for
> turning a collection of org pages and/or subtrees into a static html site.
> I am leaning toward
I'm trying to wean myself off of Wordpress for next year's teaching
websites, and am wondering what solutions other people are using for
turning a collection of org pages and/or subtrees into a static html site.
I am leaning towards Hugo but honestly not for any sensible reason; I've
seen other peo
Hi!
At some moment in the last 10 days the beheaviour of capturing
and/or date/time-selection has changed.
(org git from today, emacs 25.2.1)
I have the following capture template:
...
("t" "Todo" entry (file+headline "~/.pim/inbox.org" "Inbox")
"* TODO %? \n " )
...
C-c c t works, a bu
Hello,
"numbch...@gmail.com" writes:
> I have a link in org-moe file like this:
>
> #+BEGIN_SRC org
> [[file:Data/images/logos/Full color Git logo for light backgrounds.png]]
> #+END_SRC
>
>
> *The file did exist.*
>
> I have elisp code like this to fontify link when the file does not exist
Hello,
"Charles C. Berry" writes:
> On Mon, 29 May 2017, Vikas Rawal wrote:
>
>> Why does the replace keyword not work? It prepends the results. I have
>> tried both ":results value replace" and ":results output replace".
>>
>> I am on org-version 9.0.7
>>
>> Vikas
>>
>>
>>
>>
>> #+NAME: one
>>
On Tue, May 30, 2017 at 10:37 PM, wrote:
> Hello dear list,
>
> * Summary
> I want to know if someone could tell me how to replace (the macro, function,
> string) includegraphics for something else when exporting to LaTeX. In my
> case, simplesvg.
This made me think of the various times someone
On Wed, May 31, 2017 at 5:41 PM, Jean-Christophe Helary
wrote:
> FN-left in a level 2 header in org mode triggers beginning-of-buffer and
> *not* org-promote-header.
The Fn key is a whole different issue. It’s likely that your system is
reporting a Home key code when you press Fn+Left.
Hello,
two questions about moving attachments to org files:
C-c C-a a attaches a file and stores it under ./data/ID/...
Using C-c C-a s I can set another directory a attachment directory. Can I make
org-mode move the content of the previous
directory to the new directory?
Can I "reset" the att
> On May 31, 2017, at 20:30, Eli Zaretskii wrote:
>
>> From: Jean-Christophe Helary
>> Date: Wed, 31 May 2017 19:41:00 +0900
>> Cc: Org-mode
>>
>> Ok, I just tried something else:
>>
>> (setq ns-function-modifier 'meta) and what I get is *very* similar to the
>> issue I have with ESC:
>>
> From: Jean-Christophe Helary
> Date: Wed, 31 May 2017 19:41:00 +0900
> Cc: Org-mode
>
> Ok, I just tried something else:
>
> (setq ns-function-modifier 'meta) and what I get is *very* similar to the
> issue I have with ESC:
>
> FN-x correctly "calls" M-x
> FN-left in a level 2 header in or
On Wednesday, 31 May 2017 at 10:04, Jean-Christophe Helary wrote:
[...]
> And I get the expected behavior in GUI emacs. So it's really an issue
> about ESC that is not recognized in GUI mode for *some* bindings in
> org-mode.
I can actually confirm this on quite recent org (as well as 8.2.10 as
> On May 31, 2017, at 19:04, Jean-Christophe Helary
> wrote:
>> On X11/GNU/Linux, I get header promotion with Alt+Left but word
>> navigation on Esc Left.
>
> Now that I think about it, I just tried this:
>
> (setq ns-right-command-modifier 'meta)
>
> And I get the expected behavior in GUI
> On May 31, 2017, at 19:01, Eric S Fraga wrote:
>
> On Wednesday, 31 May 2017 at 02:38, Tim Cross wrote:
>> I'm sure this has been checked, but make sure it isn't the window
>> manager/OS 'stealing' the keys. When I install emacs on any system,
>
> My own experience over the years is that this
On Wednesday, 31 May 2017 at 05:22, Loris Bennett wrote:
> I don't know the answer to your question, but I am interested in how you
> are creating an org file synced from your departmental calendar. Could
> you share some details of the setup?
What calendar system are you interested in? The easi
> On May 31, 2017, at 18:41, Yuri Khan wrote:
>
> On Wed, May 31, 2017 at 3:58 PM, Jean-Christophe Helary
> wrote:
>
>>> Could you provide an example and/or a recipe to demonstrate the issue?
>>
>> • Open an org file with a few headers and different header levels.
>> • Select a lower level he
On Tuesday, 30 May 2017 at 20:02, Florian Lindner wrote:
> Hello,
>
> is it possible to set the number of days that are shown in the agenda,
> i.e. org-agenda-span on a per file basis?
I would suggest the easiest way would be a custom view for the agenda
which should allow multiple entries from di
On Wednesday, 31 May 2017 at 02:38, Tim Cross wrote:
> I'm sure this has been checked, but make sure it isn't the window
> manager/OS 'stealing' the keys. When I install emacs on any system,
My own experience over the years is that this is indeed usually the
culprit, especially for keys such as M-
I have a link in org-moe file like this:
#+BEGIN_SRC org
[[file:Data/images/logos/Full color Git logo for light backgrounds.png]]
#+END_SRC
*The file did exist.*
I have elisp code like this to fontify link when the file does not exist:
#+BEGIN_SRC emacs-lisp
(org-link-set-parameters
"f
Am 31.05.2017 um 07:22 schrieb Loris Bennett:
> Hi,
>
> Florian Lindner writes:
>
>> Hello,
>>
>> is it possible to set the number of days that are shown in the agenda,
>> i.e. org-agenda-span on a per file basis?
>>
>> I want to show two weeks of deadlines in my own org file, and just 4
>> days
37 matches
Mail list logo