Hi Phill,
thanks for your work on this.
Phill Wolf writes:
> (1) In the cider block, access the result-params.
> (2) Put either 'cider-get-value or 'cider-get-raw-value into a
> variable, depending on the result-params.
> (3) funcall the variable instead of using cider-get-raw-value
> directly.
Hi Robert,
Robert Klein writes:
> I put ox-blog on github:
>
> https://github.com/roklein/ox-blog
Thanks for your work on this, looks neat.
Do you have an example website produced by ox-blog?
Also, I see you use a new #+ATTR_BLOG keyword.
Is this needed for images and such? I'd expect
#+ATTR
Hi Igor,
Igor Sosa Mayor writes:
> I have the following enable in my .emacs:
>
> (add-hook 'message-mode-hook 'turn-on-orgstruct++)
> (add-hook 'mail-mode-hook 'turn-on-orgstruct++)
>
> When I use mu4e (which mu4e-compose-mode is based upon the message-mode)
> I get the following error in *Messa
Uwe Brauer writes:
> Is there anything similar for the odt exporter?
1. What SPECIFICALLY do you want?
2. How many tables do you have in your document?
3. What aspects do you want to be uniform across your tables?
4. What aspects you want changed on a per-table basis?
If you want glosses or an
This is what I tried and I have LibreOffice 4.1.3.2 on Debian. See
attachments for what I mean down below.
1. Export test.org to test.odt
2. Open test.odt, fix outline numbering and save as test.ott
3. Copy test.org to test-styled.org and apply test.ott as ODT_STYLES_FILE.
4. Export test-styled.
hi eric,
the object is to make the code inside a babel shell block as similar
to a real shell script as possible. also, calling it using #+call
should be like calling it from another shell script.
this isn't possible in babel at present.
the script cannot use "$@" for its positional parameters.
I think you could do this via requests directly. It could be done in emacs:
https://github.com/tkf/emacs-request
or python: http://docs.python-requests.org/en/latest/
In your case you could have a block like this:
#+BEGIN_SRC python
import requests
headers = {"Authorization": "Basic YmVfcmVzdF9h
I found a problem when trying this on a bigger file (my book file): If $1
(actually, #$1) is for a link target that doesn't exist, then org-mode goes
into its "No match - create this as a new heading? (y or n)" routine. That
causes the rest of the export to fail. It'd be better if get-title could
ob-clojure.el should use separate cider functions for value and output
results, in order to avoid expressing standard output as some kind of
programming-language string with embedded \n notation. I experimentally
adjusted my copy of ob-clojure (obtained from git clone -b master today)
like this:
Hi John,
I really appreciate your input. I think my first challenge will be to
encourage them to learn emacs. I switch from Vi to emacs five years ago after
watching Carsten google talk online.
Best Wishes,
M
Sent from my iPad
> On Feb 8, 2014, at 4:28 PM, John Kitchin wrote:
>
> This has b
Am Mon, Feb 03, 2014 at 01:39:25PM +0100, Sebastien Vauban wrote:
> A variation:
>
> --8<---cut here---start->8---
> ;; ask the user if they wish to clock out before killing Emacs
> (defun my/org-query-clock-out ()
> "Ask the user before clocking o
hi bastien,
i meant that c-c c-' and c-c c-" are both cumbersome for those users
who press c-c by holding down the control key with the right hand and
then pressing c with the left hand. c-c ' is not cumbersome for those
users.
samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
That works -- please email me privately with where to send the $100 via
PayPal. Thanks!
(Org-mode maintainer [Bastien, still?], can you please let me know if /
when this gets implemented in an official release.)
Regards,
D. C.
*D. C. Toedt III * *(my** last name is pronounced "Tate") *
Attorn
Samuel Wales writes:
> c-c c-' is just as bad. control is a modifier key. try it!
I tried it and for me it is better than C-c '
Anyway, let's try to find the best replacement.
--
Bastien
Phill Wolf writes:
> How can a Clojure source block contribute its standard-output results as an
> example block?
See the :wrap header argument. Something like :wrap example should get
you close.
hth,
Tom
--
Thomas S. Dye
http://www.tsdye.com
Hello,
"D. C. Toedt" writes:
> QUESTION: When org-mode headings are NUMBERED, and the file is exported to
> HTML, is there any way to have org-mode include the TITLE, not just the
> section number, of a cross-referenced section, along the lines of the LaTex
> \nameref{} function? Here's an exa
This has been an ongoing process for the past 3 years that started with me
learning org-mode to manage my todo list. Most of my students have taken
a class with me, where they already had some familiarity with emacs, and
in which I use org-mode for the assignments. Some of them took to it like
fi
I'm using Org-mode version 8.2.5f with Gnu Emacs 24.3 on a Macbook Air with
Mavericks. I'm using it to build building an annotated collection of
contract clauses that I'm releasing under a Creative Commons license (see
http://www.CommonDraft.org), which I hope to monetize with a book on
contract dr
How can a Clojure source block contribute its standard-output results as an
example block? I tried ":results output org" but it expressed the standard
output as a quoted string with \n's where I expected newlines. For a point
of comparison, org-python seems to be able to do what I want, if "begin
is the goal to show what the headline is? if you move up and down in
the agenda, the echo area should show the olpath.
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. ANYBODY can get it.
Denmark: free Karina Hansen NOW.
Hi,
I put ox-blog on github:
https://github.com/roklein/ox-blog
I removed the unnecessary org-blog-example-block and added some
attributes to be used with source blocks (line numbers, highlighting of
lines, title).
Best regards
Robert
On 02/07/2014 06:10 PM, Robert Klein wrote:
> Hi,
>
> ar
well, almost as bad :). you have to press shift also, but that's a
minor difference :).
On 2/8/14, Bastien wrote:
> I understand. I don't think any of the proposed rebindings requires
> this -- except C-c " -- but C-c C-' is better anyway.
hi bastien,
c-c c-' is just as bad. control is a modifier key. try it!
samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
Hi Michael,
Michael Brand writes:
> With these two reasons my suggestion is to just drop the binding for
> (org-update-statistics-cookies).
Agreed. If noone objects, I'll remove C-c #.
--
Bastien
Hi Samuel,
Samuel Wales writes:
> any sequence where one step is on one side and another step is on the
> other side is fine unless they are both shifted.
I understand. I don't think any of the proposed rebindings requires
this -- except C-c " -- but C-c C-' is better anyway.
--
Bastien
Rasmus writes:
> For me the following keys need shift or Alt-Gr: ^, ", `, !, ?, and
> ~.
Oh, do you really need the Alt-Gr key for `?' and `!' ?
Does that mean you don't use `C-c !' or that you rarely use it?
Of course, this may have nothing to do with the keybinding itself,
but I'm curious.
Hi Nick,
Nick Dokos writes:
> On a QWERTY keyboard or Dvorak keyboard, " requires Shifting, so you
> have to switch horses midstream (first Control, then SHift). Not sure
> about anybody else, but those are the most problematic key sequences for
> me. I would much prefer C-c C-': you just keep t
Am Sat, Feb 08, 2014 at 03:19:35PM +1100, Chris Henderson wrote:
> Is there a way to hide done/ cancelled items?
>
> I have ** A Project and lots of *** items that are done and I want to hide
> to avoid distractions. After the project is done, I will move the ** A
> Project along with all the ***
Hi,
I have the following enable in my .emacs:
(add-hook 'message-mode-hook 'turn-on-orgstruct++)
(add-hook 'mail-mode-hook 'turn-on-orgstruct++)
When I use mu4e (which mu4e-compose-mode is based upon the message-mode)
I get the following error in *Messages*
org-adaptive-fill-function: Symbol's
John Hendy gmail.com> writes:
>
> On Fri, Feb 7, 2014 at 11:38 PM, John Hendy gmail.com> wrote:
> > On Fri, Feb 7, 2014 at 7:04 PM, Charles Berry ucsd.edu> wrote:
>
> [snip]
>
> > I'll look into those. I just cloned your repo and loaded ox-ravel.
> > Quite nice! It worked /pretty/ well out o
John Hendy writes:
> Typical markup would be a description string on some sort. Maybe just 'img'
> for general images and the content of #+name for Babel results?
OK. I fixed it in maint. "img" will be always used as alt text. I also
fixed caption location.
Thank you.
Regards,
--
Nicolas Go
On Feb 8, 2014 3:32 AM, "Nicolas Goaziou" wrote:
>
> Hello,
>
> John Hendy writes:
>
> > One other question while we're at it... I noticed that
> > #+begin/end_center produces this in the output .md file:
> >
> >
> > ![nil](map.png)
> >
>
> This "nil" looks like a bug. What should be expected i
Hi Pete,
Pete Ley writes:
> I know there is a way to display parent headlines using the agenda
> prefix.
>
> Is there a simple way to do this conditionally for certain subtrees?
Nope.
> Here's my use case. I have an org file machines.org for keeping track of
> what I do to various machines I w
Hi Chris,
Chris Henderson writes:
> Is there a way to hide done/ cancelled items?
* DONE Headline to hide on startup
:PROPERTIES:
:VISIBILITY: folded
:END:
You need to evaluate this if you want the headline to be folded each
time you change the visibility state of the buffer with S-TAB:
Hi Nicolas,
Nicolas Goaziou writes:
>> If you're fine with this, I'll raise the topic on both emacs-devel
>> and this list.
>
> I suggested this idea because I thought it was a good one. The very fact
> that we're still discussing it proves that it isn't as obvious as
> I initially thought. That
Hi John,
Org have also revolutionized the way I work. I use it for teaching (making
slides, creating homework and exams), presentation, and in a couple of weeks
we will be submitting our first org generated manuscript. In general, works
great for me, but for the students and my assistant th
Hello,
John Hendy writes:
> One other question while we're at it... I noticed that
> #+begin/end_center produces this in the output .md file:
>
>
> ![nil](map.png)
>
This "nil" looks like a bug. What should be expected instead?
Regards,
--
Nicolas Goaziou
Hello,
Thomas Morgan writes:
> I started Emacs with `emacs -Q -l setup.el test-case.org', then typed
> `C-c C-e h o' to export to HTML and open the result. The setup file
> (`setup.el'), test case (`test-case.org'), HTML output (`lose.html'),
> and a PDF printed by the web browser (`lose.pdf'),
Hi Ken
On 02/08/2014 01:27 AM, Ken Mankoff wrote:
> Hi Robert,
>
> On Fri, 7 Feb 2014, Robert Klein wrote:
>> around the org-mode 8.0 release I began to write a new blog exporter
>> using the new export framework.
>>
>> I wanted one feature org2blog didn't offer, support for different
>> syntax h
Dear Org mode hackers,
I started Emacs with `emacs -Q -l setup.el test-case.org', then typed
`C-c C-e h o' to export to HTML and open the result. The setup file
(`setup.el'), test case (`test-case.org'), HTML output (`lose.html'),
and a PDF printed by the web browser (`lose.pdf'), are attached.
40 matches
Mail list logo