emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Concatenate properties
@ 2022-05-05 22:37 Tyler Grinn
  2022-05-05 22:56 ` John Kitchin
  0 siblings, 1 reply; 19+ messages in thread
From: Tyler Grinn @ 2022-05-05 22:37 UTC (permalink / raw)
  To: emacs-orgmode


I'm exporting sub-trees as pdf files for some classes I'm taking:

# -*- org-use-property-inheritance: t; -*-

* Class A
  :PROPERTIES:
  :EXPORT_FILE_NAME: support/Class A
  :END:
** Assignment 1
   :PROPERTIES:
   :EXPORT_FILE_NAME+: /assignment-1
   :END:
   Some assignment for Class A
** Assignment 2
   :PROPERTIES:
   :EXPORT_FILE_NAME+: /assignment-2
   :END:
   Some other assignment for Class A
* Class B
  :PROPERTIES
  :EXPORT_FILE_NAME: support/Class B
  :END:
** Assignment 1
   :PROPERTIES:
   :EXPORT_FILE_NAME+: /assignment-1
   :END:
   Some assignment for Class B
** Assignment 2
   :PROPERTIES:
   :EXPORT_FILE_NAME+: /assignment-2
   :END:
   Some other assignment for Class B
   
And this works great, except there's always a space between
'support/Class A' and '/assignment-1.pdf'. Is there any way to
concatenate the two properties rather than join them with spaces?

Best,

Tyler


^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2022-05-20  8:07 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-05 22:37 Concatenate properties Tyler Grinn
2022-05-05 22:56 ` John Kitchin
2022-05-06 15:40   ` Tyler Grinn
2022-05-07  5:33     ` Ihor Radchenko
2022-05-07 11:44       ` John Kitchin
2022-05-07 12:29         ` Tyler Grinn
2022-05-08 12:21           ` Ihor Radchenko
2022-05-08 14:14             ` Tyler Grinn
2022-05-08 14:47               ` Ihor Radchenko
2022-05-09 20:18                 ` Tyler Grinn
2022-05-11 11:51                   ` Ihor Radchenko
2022-05-11 17:47                     ` [PATCH] " Tyler Grinn
2022-05-12  9:59                       ` Ihor Radchenko
2022-05-12 23:27                         ` Tyler Grinn
2022-05-13 12:21                           ` Ihor Radchenko
2022-05-14  2:11                             ` Tyler Grinn
2022-05-20  8:04                             ` Ihor Radchenko
2022-05-07 13:20     ` John Kitchin
2022-05-07 14:09       ` Tyler Grinn

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).