Hello,
Michael Brand writes:
> To have similar things look similar and make it clear in the manual I
> suggest to change the long existing
>
> ~/~
> Do not export this line. Useful for lines that contain the
> narrowing `' markers or column group markers.
>
> Finally, just to whet
Completing myself,
> IMO, a better change would be to merge 3.2 and 3.3 as "Column
> operations" or some such, and add "<#>" as a way to ignore columns upon
> exporting. This way, everything related to columns is packed in the same
> subsection, and every column markup uses < or >. Moreover, there
Greetings.
The newest versions of org (pulled from git) introduced a problem in my
use of beamer. Consider the following org file
#---
#+STARTUP: beamer
* foo
** bar
#-
Eric S Fraga writes:
> I use gpg-agent in conjunction with keychain. Generally works very
> well.
I'm trying to set it up but I'm running into problems. Could you precise
a few details:
+ do you run keychain from your ~/.profile, and so how ? If I follow the
instructions at http://www.funtoo
Hello,
Jarmo Hurri writes:
> The newest versions of org (pulled from git) introduced a problem in my
> use of beamer. Consider the following org file
>
> #---
> #+STARTUP: beamer
> * foo
> ** bar
> #
Hi
I would like to have one document containing
1) abstract for
2) a presentation and
3) a resulting paper
My question is: how can I structure this an how can I handle the export?
Obviously under different top level headers:
--8<---cut here---start->8---
*
Hi Nicolas
I agree, together all the below makes sense. Some comments added.
Nicolas Goaziou wrote:
> You are talking about section "3.5 The spreadsheet". I don't think this
> feature is directly related to spreadsheet capabilities.
>
> Actually, / in first column is described earlier in the ma
On Wednesday, 27 Apr 2016 at 09:57, Julien Cubizolles wrote:
> Eric S Fraga writes:
>
>> I use gpg-agent in conjunction with keychain. Generally works very
>> well.
>
> I'm trying to set it up but I'm running into problems. Could you precise
> a few details:
>
> + do you run keychain from your ~/
Michael Brand writes:
> <#> will have to be considered for removal of the line too.
Yes, it is really the same as alignment/width cookies. BTW, it should be
possible to merge them together. E.g., one could write for
a right aligned 10 characters large column not meant to be exported.
This prob
Hi Nicolas,
Right now, async is really more about "feedback" than "asynchronous".
However it has never been clear is it was possible or not, and if so,
how :)
Any pointers on how this could be done in emacs?
You could start a new Emacs evaluating some code in a subprocess, with
`start-proces
Hi,
Rainer M Krug writes:
> I would like to have one document containing
>
> 1) abstract for
> 2) a presentation and
> 3) a resulting paper
>
> My question is: how can I structure this an how can I handle the export?
>
> Obviously under different top level headers:
>
> * Abstract
> #+begin_abst
Rasmus writes:
> Hi,
>
> Rainer M Krug writes:
>
>> I would like to have one document containing
>>
>> 1) abstract for
>> 2) a presentation and
>> 3) a resulting paper
>>
>> My question is: how can I structure this an how can I handle the export?
>>
>> Obviously under different top level header
Nicolas Goaziou writes:
>> The newest versions of org (pulled from git) introduced a problem in my
>> use of beamer. Consider the following org file
>>
>> #---
>> #+STARTUP: beamer
>> * foo
>> ** bar
>> #-
Hi Alex,
Alex Fenton writes:
> I see that there were several extensive and fruitful discussions on this
> list last year on citation syntax. There seemed to be a reasonable
> degree of consensus that pandoc-style citation syntax was at the least a
> good model.
>
> I'd like to know if there a
Hi all,
I am using evil and undo-tree and therefore have (global-undo-tree-mode 1).
In agenda views, I would like to be able to use org-agenda-undo, but the
usual keyboard shortcuts for org-agenda-undo are occupied by undo-tree-undo.
So I wondered how to disable undo-tree-mode in agenda views an
Eric S Fraga writes:
> I have keychain in both my .bash_profile (for when I log in in console
> mode or remotely)
there must be something wrong with my setup: keychain complains:
--8<---cut here---start->8---
* Adding 1 gpg key(s): 370D5DFF
* Error: Problem
It sounds like helm could do what you want.
Here is an example of making a simple helm source:
http://kitchingroup.cheme.cmu.edu/blog/2015/01/24/Anatomy-of-a-helm-source/
I guess you would run M-x your-helm-command where you want it, and the
information would appear in a helm buffer. you select w
I think this does approximately what you want:
#+BEGIN_SRC emacs-lisp :results none
(require 'ov)
(defun org-max-heading-depth ()
"Get maximum depth of a heading."
(let ((max-depth 0)
depth)
(org-map-entries (lambda ()
(when (> (setq depth (car (org-heading-
John Kitchin writes:
> It sounds like helm could do what you want.
>
> Here is an example of making a simple helm source:
> http://kitchingroup.cheme.cmu.edu/blog/2015/01/24/Anatomy-of-a-helm-source/
>
> I guess you would run M-x your-helm-command where you want it, and the
> information would ap
Eduardo Mercovich writes:
> Dear Sharon.
>
I'm running into problems exporting tables into latex with a 2-column
3-row table with a large amount of text to go into the cells, but when
its exported the text is taking over and overflowing off the pdf page.
>
> I'm a newbie and confro
Is anyone using Org for remote configuration management instead of a tool like
Ansible?
For example: I like to install R from source to /usr/local/src/R/ so that I
always have the latest version. I do this (changing the version numbers as
needed, though looking at it now I see I should set t
On Wednesday, 27 Apr 2016 at 16:24, Julien Cubizolles wrote:
> there must be something wrong with my setup: keychain complains:
>
> * Adding 1 gpg key(s): 370D5DFF
> * Error: Problem adding (is pinentry installed?); giving up
Which version(s) of pinentry do you have installed? And is this error
f
Aloha Sharon,
Sharon Kimble writes:
> Thanks Eduardo, as I said I'm converting a latex document into org-mode,
> so I've already got quite complex tables working in latex, so I'm just
> pasting them into my org document and then having a '#+begin_latex'
> before the latexed table and a '#+end_lat
thanks, nicolas.
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. And
ANYBODY can get it.
Denmark: free Karina Hansen NOW.
i currently use org-agenda-to-appt to make emacs make an emacs window
pop up when a timed task shows up. this works well!
however, for some of these tasks i want to do something in
addition. i want to run a shell command.
i'd put the shell command in the properties drawer like
#+begin_quote
:P
Hi,
I've noticed that if I export a project with a list of TODOs, the
taskjuggler gantt chart shows all of the tasks' taskbars as "complete"
(ie a filled status bar.) unless I manually add a ":Complete: 0"
property to each TODO item.
This happens because if the TODO isn't in a DONE state, and th
Eric S Fraga writes:
> On Wednesday, 27 Apr 2016 at 16:24, Julien Cubizolles wrote:
>> there must be something wrong with my setup: keychain complains:
>>
>> * Adding 1 gpg key(s): 370D5DFF
>> * Error: Problem adding (is pinentry installed?); giving up
>
> Which version(s) of pinentry do you have
How can I have a rule that will capitalise the first word of a new
sentence, with the previous sentence concluding with a full stop and
then one space please? This would be extremely useful for me as I tend
to forget to capitalise the first word, but how can it be done please?
Thanks
Sharon.
--
A
you might also checkout helm-bibtex. A recent note indicated "Support
for pre- and postnotes for pandoc-citeproc citations."
I haven't tried it, so I am not sure how it works for org-mode. org-ref
supports [[cite:somekey][pre-text::post-text]] syntax, without folding
the link on itself so you can
Can't remember where I got this from. But this config got Calfw and
Org-gcal working with Gmail.
#+BEGIN_SRC emacs-lisp
(require 'calfw-cal)
(require 'calfw-ical)
(require 'calfw-howm)
(require 'calfw-org)
(defun my-open-calendar ()
(interactive)
(cfw:open-calendar-buffer
:contents-sources
Hi Richard
On 27/04/16 16:09, Richard Lawrence wrote:
As far as Elisp implementations go, I know of no specific parser for
Pandoc citation syntax. But there is support for a Pandoc-like syntax
(discussed in the threads you read) in the wip-cite branch of Org's
repository.
https://github.com/
On 27/04/16 21:41, John Kitchin wrote:
you might also checkout helm-bibtex. A recent note indicated "Support
for pre- and postnotes for pandoc-citeproc citations."
Thanks, I already use helm-bibtex together with org-ref so will have a look.
this exports out of the org-ref box to:
blah blah bla
Something has happened to my list of footnotes which are now numbered in
order of 1,2,3, etc, instead of its more normal 50, 49, 48, etc. I don't
know exactly when it happened but I'm not able now to export my document
to latex because its looking for [fn:1] at the bottom of the list
but [fn:1] is
On 2016-04-27, at 19:36, Sharon Kimble wrote:
> How can I have a rule that will capitalise the first word of a new
> sentence, with the previous sentence concluding with a full stop and
> then one space please? This would be extremely useful for me as I tend
> to forget to capitalise the first w
>
> Org-ref does a lot of nice things, but on this particular point is not
> very helpful, and has nothing to add for the case of multiple cites with
> overall and individual pre/posts. The package states that this is low
> priority b/c this style of citation is rare in scientific publishing (by
>
very old code, maybe can be adjusted slightly to do what you want.
(defun alpha-capitalize-sentences ()
(interactive)
(let ((b (region-beginning))
(e (region-end))
;;i always use double spaces but i want sentence movement
;;to be liberal -- that is to count more things
I would try opening the el files and eval-buffer in each one, then see
if the commands are available.
I don't understand: you want the footnotes to be in reverse order? I
know very little about latex, so I'm sorry if this is just noise.
BTW, this won't help now, and is not meant to be snarky, but keeping
your org files in a git repo would help with a situation like this,
because you could find th
can one tell whether point is in a drawer?
Hi!
This solution works fairly well with the headers themselves, but the actual
content beneath the headers stays to the side of the buffer (as pictured:
http://i.imgur.com/nGv8XBI.png).
Would there be any way to fix this?
David
On Wed, Apr 27, 2016 at 9:47 AM John Kitchin
wrote:
> I think thi
Adam
Thanks. I got it working. But I'll note that method for troubleshooting
in future.
Regards,
Paul
On 2016-04-28 01:16:55, Adam Porter wrote:
> I would try opening the el files and eval-buffer in each one, then see
> if the commands are available.
Hello
A longer time ago, hitting RET on an agenda clock log line brought up the
respective org buffer with the cursor positioned on the clock line. At some
point this stopped to work cleanly, at least when using clock drawers. The
clock drawer would always be closed (even when it was opened in the
Hi
Samuel Wales gmail.com> writes:
>
> can one tell whether point is in a drawer?
>
>
By coincidence just posted a patch request which contains the functionality
you desire. I use org-element-at-point and then test for drawer/property drawer:
(defun org-open-if-in-drawer ()
(let ((element
thank you. for years i have been trying to advise undo-tree to deal
with visibility properly. namely, to not try to undo or redo
invisibly, but also not to leave too much stuff visible. maybe if i
can get it to do canonical visibility except in drawers (where it
should keep the drawer open if po
44 matches
Mail list logo