John Kitchin writes:
> Maybe I am missing something, what would the utility of #+toc: figures be?
> Is it only for export?
>
> I would make a link: [[elisp:org-list-of-figures]] where
> org-list-of-figures is an emacs-lisp function that would parse the buffer
> and present you with a list of cli
You may want to check out Christian Egli's org2hdpa in the
contrib/scripts directory, cf. this thread:
http://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00577.html
Peter Neilson writes:
> as much as I've loved using emacs for nearly 40 years, it's not my
> constant companion outdoor
Christian Moe writes:
> You may want to check out Christian Egli's org2hdpa in the
> contrib/scripts directory, cf. this thread:
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00577.html
>
> Peter Neilson writes:
>
>> as much as I've loved using emacs for nearly 40 years, it's
On Fri, 28 Feb 2014 05:44:52 -0500, Thorsten Jolitz
wrote:
Its just a matter of time and the machine you use for shearing sheeps
will be a kind of smart-phone too that peeps if you need more than the
SCHEDULED time for one sheep, or the time for
,-
| "[#A] TOD
Christian Moe writes:
> You may want to check out Christian Egli's org2hdpa in the
> contrib/scripts directory, cf. this thread:
>
> http://lists.gnu.org/archive/html/emacs-orgmode/2011-05/msg00577.html
This script prints a pocketMod calendar that includes entries from the
diary file. However
Gotcha
thx. a related question. can i map a command to open a specific header then
(an org-id) one to a keybind?
thx
Z
On Tue, Feb 25, 2014 at 9:24 PM, Oleh wrote:
> > Hya all. i cant understand what the advantages of org-id links over
> internal
> > ones?
> > in both cases it uses a fixed p
I'm writing a short paper containing tables, images, etc., but I'm
getting a blank page in the PDF output. That is, it's completely blank
*except* for the page number.
Any suggestions on how to trouble-shoot or fix this?
If I could get rid of the page number on the blank page, I would just
On Fri, Feb 28, 2014 at 10:59 AM, Peter Davis wrote:
>
> I'm writing a short paper containing tables, images, etc., but I'm getting a
> blank page in the PDF output. That is, it's completely blank *except* for
> the page number.
>
> Any suggestions on how to trouble-shoot or fix this?
Probably re
Peter Davis writes:
> On my MacBook Pro at work, running Aquamacs 3.0a, in Org mode the mode
> line shows
>
> ... Fill
I think you want auto-fill-mode. See:
https://www.gnu.org/software/emacs/manual/html_node/emacs/Auto-Fill.html
Auto-fill-mode is an Emacs minor mode. You can make sure it's
On 2/28/14, 12:03 PM, John Hendy wrote:
On Fri, Feb 28, 2014 at 10:59 AM, Peter Davis wrote:
I'm writing a short paper containing tables, images, etc., but I'm getting a
blank page in the PDF output. That is, it's completely blank *except* for
the page number.
Any suggestions on how to troubl
On 2/28/14, 12:26 PM, Peter Davis wrote:
Thanks, John. I figured it has something to do with LaTeX float
behavior, but I'm trying to understand how to control it through
org-mode. I'm attaching a small sample that reproduces the problem.
I'd also like to get rid of that stupid empty table
On Fri, Feb 28, 2014 at 11:26 AM, Peter Davis wrote:
>
> On 2/28/14, 12:03 PM, John Hendy wrote:
>>
>> On Fri, Feb 28, 2014 at 10:59 AM, Peter Davis wrote:
>>>
>>> I'm writing a short paper containing tables, images, etc., but I'm
>>> getting a
>>> blank page in the PDF output. That is, it's comp
Back when I was younger (half an hour ago?) I would have been wowed by
this: http://youtu.be/_P9HqHVPeik which is Stephen Wolfram's intro into his
new Wolfram language. But what puts me (way) off is -- once again -- I'm
supposedly doing all these great things, but not with any sort of
accounting fo
On 2/28/14, 12:37 PM, John Hendy wrote:
I was going to try and get back to you quickly, but I don't have
koma-article defined and don't have the images you're using, so I
won't be much help to you. Intuitively, I'd suggest you try playing
with the image sizes to see if you can shrink them and ma
I don't know that I agree with all of this, but I'm definitely glad I
read it. Thanks for posting.
Tom
On 2014-02-28 12:53 PM, "Lawrence Bottorff" wrote:
> Back when I was younger (half an hour ago?) I would have been wowed by
> this: http://youtu.be/_P9HqHVPeik which is Stephen Wolfram's intr
I make a change to function which copies contents of source code
block to temporary buffer, applies fontification through the means of
relevant major mode and transcribes text-properties back to org-buffer
so that they are applied on top of code in affected source code block.
Primary reason for th
Dear List,
I have an org-radio table which I would like to export to latex. The
table header looks like this:
#+ORGTBL: SEND sec-6 orgtbl-to-latex :skip 3 :splice t :lend
"\\cmidrule(lr){4-4}\\\cmidrule(lr){5-5}\\\cmidrule(lr){6-6}\\\cmidrule(lr){7-7}"
:hline
"%%"
as you can see there are
On 2/28/14, 1:19 PM, Peter Davis wrote:
On 2/28/14, 12:37 PM, John Hendy wrote:
You can also try:
#+latex: \scriptsize % or \small, \footnotesize, or \tiny
before your table to make it smaller as well if you think that's
contributing.
These seem like things to try after the content is com
I've tried this with Org 7.9.3 and 8.2.5h to the same result:
<-->
#+TITLE: Test
* One
Here is a [[http://google.com/search?q=orgmode][link]]
<-->
Exporting to HTML doesn't transform the link but exporting to LaTeX results in
the (non-working) http://googl
"R. Michael Weylandt "
writes:
> I've tried this with Org 7.9.3 and 8.2.5h to the same result:
>
> <-->
> #+TITLE: Test
> * One
> Here is a [[http://google.com/search?q=orgmode][link]]
> <-->
>
> Exporting to HTML doesn't transform the link but exporting to
Hi,
Total newbie here I want to export my agenda stuff to ical and
potentially sync with google. I have this in my .emacs:
;; found on the net to include todo itmes with iCalendar export
(setq org-icalendar-include-todo t)
(setq org-icalendar-store-UID t)
;;http://lists.gnu.org/archive/htm
Peter Davis writes:
> On 2/28/14, 12:03 PM, John Hendy wrote:
>> On Fri, Feb 28, 2014 at 10:59 AM, Peter Davis wrote:
>>> I'm writing a short paper containing tables, images, etc., but I'm getting a
>>> blank page in the PDF output. That is, it's completely blank *except* for
>>> the page number
I see that Org-mode places tags on the same line as the task header. It
also puts whitespace between the header and the tags so that the tags
line up on the right side of the screen. I think I've found that
org-mode doesn't line up the tags on the right side of the screen *IF*
one of the tags has
Hi List,
when trying to export this example lilypond file
https://raw.github.com/mjago/ob-lilypond/master/examples/basic-mode/pdf-example/pdf-example.org
to LaTeX (C-c C-e l L) I hit the following error:
,--
| Wrong type argument: integer-or-marker-
Hi,
Is there an easy way to copy org sub-tree in :filter-parse-tree?
The structure of the parsed tree is somewhat complicated with recursive
references to parents in multiple places. So, copy-tree infloops.
Thanks,
Vitalie
On 2/28/14, 7:38 PM, Nick Dokos wrote:
John is correct, I think, although latex's behavior in leaving an empty
page does not make much sense to me. Nevertheless, when I reduce
the height of the last image to less than about 7.85 inches, the empty
page goes away. AFAICT, num: and toc: settings do
On Feb 28, 2014 7:21 PM, "Peter Davis" wrote:
>
>
> On 2/28/14, 7:38 PM, Nick Dokos wrote:
>>
>> John is correct, I think, although latex's behavior in leaving an empty
>> page does not make much sense to me. Nevertheless, when I reduce
>> the height of the last image to less than about 7.85 inche
Attached is a simple file that demonstrates this. As is, it does not
leave a blank page. But if you remove the num:nil option from the second
line of this file, you do get a blank page.
You (probably) need koma-article class for this. (I didn't install
anything. It just worked for me.) You don
I'd like to change the color of Next to Red and Started to brown. At the
moment, todo/ next and started all showing as red.
Here is my .emacs snippet.
(setq org-todo-keywords
'((sequence "TODO(t)" "Next(n)" "Started(s)" "|" "DONE(d!)")
(sequence "|" "CANCELED(c)")))
(se
Great post; agreed.
On Fri, Feb 28, 2014 at 11:52 AM, Lawrence Bottorff wrote:
> Back when I was younger (half an hour ago?) I would have been wowed by
> this: http://youtu.be/_P9HqHVPeik which is Stephen Wolfram's intro into
> his new Wolfram language. But what puts me (way) off is -- once agai
I'm trying to setup Org indent mode for cleaner view but the preceding
starts show up dimmed in grey color. How do I make them totally invisible?
I've put this at the top of the .emacs:
(setq org-startup-indented t)
(setq org-indent-mode t)
and running emacs version 24.3.1 and org version 8.2.5
You may need to customize the org-hide face.
See the section "Hiding Leading Stars" at
http://orgmode.org/manual/Clean-view.html
Josiah
On Fri, Feb 28, 2014 at 6:27 PM, Chris Henderson wrote:
> I'm trying to setup Org indent mode for cleaner view but the preceding
> starts show up dimmed in gr
I've added (setq org-hide-leading-stars t) but still getting the leading
stars. Thanks.
On Sat, Mar 1, 2014 at 1:45 PM, Josiah Schwab wrote:
> You may need to customize the org-hide face.
>
> See the section "Hiding Leading Stars" at
> http://orgmode.org/manual/Clean-view.html
>
> Josiah
>
>
>
Peter Davis writes:
> Attached is a simple file that demonstrates this. As is, it does not
> leave a blank page. But if you remove the num:nil option from the
> second line of this file, you do get a blank page.
>
Not for me: in both cases, I get a blank page 3.
> You (probably) need koma-artic
On 2/28/14, 10:32 PM, Nick Dokos wrote:
Peter Davis writes:
Attached is a simple file that demonstrates this. As is, it does not
leave a blank page. But if you remove the num:nil option from the
second line of this file, you do get a blank page.
Not for me: in both cases, I get a blank page
But did you try customizing the org-hide face?
Josiah
On Feb 28, 2014 7:14 PM, "Chris Henderson" wrote:
> I've added (setq org-hide-leading-stars t) but still getting the leading
> stars. Thanks.
>
>
> On Sat, Mar 1, 2014 at 1:45 PM, Josiah Schwab wrote:
>
>> You may need to customize the org-h
Hi,
I'm not sure how to customize this. I have tried different variations of
#+STARTUP: hidestars
#+STARTUP: odd
#+STARTUP: oddeven
but they don't seem to be working. Maybe I'm doing something wrong.
On Sat, Mar 1, 2014 at 3:10 PM, Josiah Schwab wrote:
> But did you try customizing the org-
Yes. We are clearly talking past each other. You need to set the
"org-hide" text style (or "face") so that it is the same color as your
background. Then the stars will appear invisible.
This is explained in the section of the docs I linked to: "The leading
stars are not truly replaced by whites
hi all
im trying to bind some headers to specific keys using the org-id-goto
command and so far have this:
(global-set-key (kbd " l") 'org-id-goto
"8460d499-ea32-4693-a8d4-0d08b00ba3f3")
but im aware that this code isnt wrong. can anyone guide me in the right
direction?
best
Z
On Fri, Feb 28, 2014 at 9:39 PM, Peter Davis wrote:
>
> On 2/28/14, 10:32 PM, Nick Dokos wrote:
>>
>> Peter Davis writes:
>>
>>> Attached is a simple file that demonstrates this. As is, it does not
>>> leave a blank page. But if you remove the num:nil option from the
>>> second line of this file,
You should use "custom-set-faces" instead of "setq".
Chris Henderson writes:
> I'd like to change the color of Next to Red and Started to brown. At the
> moment, todo/ next and started all showing as red.
>
> Here is my .emacs snippet.
>
> (setq org-todo-keywords
> '((sequence "TODO
Hi David,
David Masterson writes:
> I see that Org-mode places tags on the same line as the task header. It
> also puts whitespace between the header and the tags so that the tags
> line up on the right side of the screen. I think I've found that
> org-mode doesn't line up the tags on the righ
Hi Xebar,
Xebar Saram writes:
> im trying to bind some headers to specific keys using the org-id-goto
> command and so far have this:
>
> (global-set-key (kbd " l") 'org-id-goto
> "8460d499-ea32-4693-a8d4-0d08b00ba3f3")
>
> but im aware that this code isnt wrong. can anyone guide me in the
> rig
Hi David,
David Masterson writes:
> Are the maintainers of MobileOrg watching this mailing list?
I'm not sure, but you can contact them/him here:
https://github.com/mobileorg/mobileorg
PS: I'm not using MobileOrg so I can't really help more, sorry.
--
Bastien
Hi Lawrence,
Lawrence Bottorff writes:
> Is this ID spoken
> of? http://orgmode.org/worg/org-api/org-id-api.html
Yes, but this API documentation is old and should be removed.
> So far it's just a field in Property, correct?
Correct.
--
Bastien
45 matches
Mail list logo